mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 17:43:37 +02:00
Add images/AudacityLogoWithName.xpm to EXTRA_DIST.
This commit is contained in:
@@ -22,9 +22,13 @@ dist_pixmap_DATA = \
|
||||
|
||||
pixmap_DATA = icons/48x48/audacity.xpm
|
||||
|
||||
EXTRA_DIST = \
|
||||
AudacityLogo48x48.xpm \
|
||||
AudacityLogoWithName.xpm \
|
||||
$(NULL)
|
||||
|
||||
# Copy AudacityLogo48x48.xpm to icons/48x48/audacity.xpm
|
||||
# We could rename this file instead and adjust all locations.
|
||||
icons/48x48/audacity.xpm: AudacityLogo48x48.xpm
|
||||
cp AudacityLogo48x48.xpm icons/48x48/audacity.xpm
|
||||
EXTRA_DIST = AudacityLogo48x48.xpm
|
||||
CLEANFILES = icons/48x48/audacity.xpm
|
||||
|
Reference in New Issue
Block a user