mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01: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
|
pixmap_DATA = icons/48x48/audacity.xpm
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
AudacityLogo48x48.xpm \
|
||||||
|
AudacityLogoWithName.xpm \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
# Copy AudacityLogo48x48.xpm to icons/48x48/audacity.xpm
|
# Copy AudacityLogo48x48.xpm to icons/48x48/audacity.xpm
|
||||||
# We could rename this file instead and adjust all locations.
|
# We could rename this file instead and adjust all locations.
|
||||||
icons/48x48/audacity.xpm: AudacityLogo48x48.xpm
|
icons/48x48/audacity.xpm: AudacityLogo48x48.xpm
|
||||||
cp AudacityLogo48x48.xpm icons/48x48/audacity.xpm
|
cp AudacityLogo48x48.xpm icons/48x48/audacity.xpm
|
||||||
EXTRA_DIST = AudacityLogo48x48.xpm
|
|
||||||
CLEANFILES = icons/48x48/audacity.xpm
|
CLEANFILES = icons/48x48/audacity.xpm
|
||||||
|
|||||||
Reference in New Issue
Block a user