Browse Source

Include contents of Doc directory in user tarball.

Fix problem with 'make dist' in Scripts/Makefile.am.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@14 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz 15 years ago
parent
commit
3ec06067a4

+ 6
- 1
SNF4CGP_Developer_Package/Makefile.am View File

EXTRA_DIST = \ EXTRA_DIST = \
$(doc_DATA) \ $(doc_DATA) \
Makefile.am \ Makefile.am \
configure.ac
configure.ac \
Doc/AdminStyle.css \
Doc/GuideStyle.css \
Doc/CGPLogo.gif \
Doc/DownLoad.gif \
Doc/default.html


MOD_DIR=CGPSNF MOD_DIR=CGPSNF
MOD_TARBALL=CGPSNF-$(VERSION)-$(shell uname -s).tar.gz MOD_TARBALL=CGPSNF-$(VERSION)-$(shell uname -s).tar.gz

+ 1
- 1
SNF4CGP_Developer_Package/Scripts/Makefile.am View File

getRulebase.sample getRulebase.sample


getRulebase.sample: getRulebase.in Makefile getRulebase.sample: getRulebase.in Makefile
cp getRulebase.in getRulebase.sample
cp @top_srcdir@/Scripts/getRulebase.in $@
chmod +x $@ chmod +x $@


pkgdata_DATA = \ pkgdata_DATA = \

Loading…
Cancel
Save