mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 22:52:34 +01:00
The "make dist" command can be used to generate the release tarball, but only if the Makefile.am correctly specifies EXTRA_DIST, specifies headers in foo_SOURCES, and so on.
13 lines
436 B
Makefile
13 lines
436 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = wrlib WINGs src util po WindowMaker WPrefs.app doc
|
|
|
|
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N FAQ.I18N.cs FAQ.I18N.sk \
|
|
INSTALL-WMAKER INSTALL-WMAKER.cs INSTALL-WMAKER.fr INSTALL-WMAKER.es \
|
|
INSTALL-WMAKER.pt INSTALL-WMAKER.sk README.definable-cursor \
|
|
The-perfect-Window-Maker-patch.txt \
|
|
README.es README.pt COPYING.WTFPL autogen.sh
|
|
|