mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 00:12:31 +01:00
Fix "make dist"
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.
This commit is contained in:
committed by
Carlos R. Mafra
parent
39426bde35
commit
bbe55ba242
@@ -5,6 +5,8 @@ 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.cs INSTALL.fr INSTALL.es INSTALL.pt INSTALL.sk \
|
||||
README.definable-cursor README.pt COPYING.WTFPL
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user