mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
A number of files have been added to the Window Maker source tree but are not included in the tarball produced by "make dist" because they have not been added to EXTRA_DIST in the appropriate Makefile.am. They are: - Dutch translation files (commit afc90) - email-clients.txt (commit 385db) - WPrefs source files removed from WPrefs_SOURCES (commit 21dfd) This patch adds these missing files.
63 lines
764 B
Makefile
63 lines
764 B
Makefile
SUBDIRS = Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
|
|
|
|
prefsdatadir = $(pkgdatadir)
|
|
|
|
prefsdata_DATA =\
|
|
appearance.menu\
|
|
autostart.sh\
|
|
background.menu\
|
|
exitscript.sh\
|
|
menu\
|
|
menu.bg\
|
|
menu.ca\
|
|
menu.cz\
|
|
menu.da\
|
|
menu.de\
|
|
menu.el\
|
|
menu.es\
|
|
menu.fi\
|
|
menu.fr\
|
|
menu.gl\
|
|
menu.he\
|
|
menu.hr\
|
|
menu.hu\
|
|
menu.it\
|
|
menu.ja\
|
|
menu.ko\
|
|
menu.nl\
|
|
menu.no\
|
|
menu.pl\
|
|
menu.pt\
|
|
menu.ro\
|
|
menu.ru\
|
|
menu.se\
|
|
menu.sk\
|
|
menu.sl\
|
|
menu.tr\
|
|
menu.zh_CN\
|
|
menu.zh_TW\
|
|
plmenu\
|
|
plmenu.bg\
|
|
plmenu.da\
|
|
plmenu.de\
|
|
plmenu.es\
|
|
plmenu.fi\
|
|
plmenu.fr\
|
|
plmenu.hr\
|
|
plmenu.it\
|
|
plmenu.ja\
|
|
plmenu.ko\
|
|
plmenu.nl\
|
|
plmenu.pl\
|
|
plmenu.ro\
|
|
plmenu.sk\
|
|
plmenu.zh_CN\
|
|
plmenu.zh_TW\
|
|
README\
|
|
README.themes\
|
|
wmmacros
|
|
|
|
EXTRA_DIST = $(prefsdata_DATA) mkMakefile
|
|
|
|
|