浏览代码

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
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 6
    1
      SNF4CGP_Developer_Package/Makefile.am
  2. 1
    1
      SNF4CGP_Developer_Package/Scripts/Makefile.am

+ 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 = \

正在加载...
取消
保存