Переглянути джерело

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 роки тому
джерело
коміт
3ec06067a4

+ 6
- 1
SNF4CGP_Developer_Package/Makefile.am Переглянути файл

@@ -30,7 +30,12 @@ doc_DATA = \
EXTRA_DIST = \
$(doc_DATA) \
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_TARBALL=CGPSNF-$(VERSION)-$(shell uname -s).tar.gz

+ 1
- 1
SNF4CGP_Developer_Package/Scripts/Makefile.am Переглянути файл

@@ -14,7 +14,7 @@ sbin_SCRIPTS = \
getRulebase.sample

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

pkgdata_DATA = \

Завантаження…
Відмінити
Зберегти