mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-06 08:15:56 +01:00
Initial revision
This commit is contained in:
29
WindowMaker/Makefile.am
Normal file
29
WindowMaker/Makefile.am
Normal file
@@ -0,0 +1,29 @@
|
||||
SUBDIRS = Defaults Styles Themes Icons Pixmaps Backgrounds IconSets Sounds
|
||||
|
||||
prefsdatadir = $(pkgdatadir)
|
||||
|
||||
prefsdata_DATA = wmmacros README menu plmenu autostart.sh \
|
||||
menu.cz menu.de menu.fr menu.gl menu.ja menu.ko menu.nl menu.pt \
|
||||
menu.it menu.no menu.he menu.es menu.ru menu.tr menu.el menu.se \
|
||||
menu.fi menu.hr menu.dk
|
||||
|
||||
|
||||
EXTRA_DIST = $(prefsdata_DATA) wmmacros.in plmenu.in
|
||||
|
||||
CLEANFILES = wmmacros plmenu
|
||||
|
||||
wmmacros: $(srcdir)/wmmacros.in ./Makefile
|
||||
-rm -f wmmacros
|
||||
|
||||
sed -e "s:#pkgdatadir#:$(pkgdatadir):" \
|
||||
$(srcdir)/wmmacros.in > wmmacros; \
|
||||
chmod 644 wmmacros
|
||||
|
||||
|
||||
plmenu: $(srcdir)/plmenu.in ./Makefile
|
||||
-rm -f plmenu
|
||||
|
||||
sed -e "s:#pkgdatadir#:$(pkgdatadir):" \
|
||||
$(srcdir)/plmenu.in > plmenu; \
|
||||
chmod 644 plmenu
|
||||
|
||||
Reference in New Issue
Block a user