瀏覽代碼

Renamed SNF4CGP.xml.sample.in to snf_engine.xml.sample.in


git-svn-id: https://svn.microneil.com/svn/SNF4CGP/trunk@40 59e8e3e7-56fa-483b-b4b4-fa6ab0af3dfc
master
adeniz 15 年之前
父節點
當前提交
4275f5bfb4
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      Misc/Makefile.am
  2. 0
    0
      Misc/snf_engine.xml.sample.in

+ 4
- 4
Misc/Makefile.am 查看文件

@@ -12,14 +12,14 @@
##

CONFDATA = \
SNF4CGP.xml.sample \
snf_engine.xml.sample \
identity.xml.sample

sampleconfdir = @sysconfdir@/@PACKAGE_NAME@
sampleconf_DATA = $(CONFDATA)

SNF4CGP.xml.sample: SNF4CGP.xml.sample.in Makefile
cat @top_srcdir@/config_files/SNF4CGP.xml.sample.in | sed -e s+SYSCONFDIR+@sysconfdir@+ -e s+PREFIX+@prefix@+ -e s+PACKAGE_NAME+@PACKAGE_NAME@+ > $@
snf_engine.xml.sample: snf_engine.xml.sample.in Makefile
cat @top_srcdir@/config_files/snf_engine.xml.sample.in | sed -e s+SYSCONFDIR+@sysconfdir@+ -e s+PREFIX+@prefix@+ -e s+PACKAGE_NAME+@PACKAGE_NAME@+ > $@

identity.xml.sample: identity.xml.sample.in
cp @top_srcdir@/config_files/identity.xml.sample.in $@
@@ -28,7 +28,7 @@ pkgdata_DATA = \
GBUdbIgnoreList.txt.sample

EXTRA_DIST = \
SNF4CGP.xml.sample.in \
snf_engine.xml.sample.in \
identity.xml.sample.in \
GBUdbIgnoreList.txt.sample \
Makefile.am

Misc/SNF4CGP.xml.sample.in → Misc/snf_engine.xml.sample.in 查看文件


Loading…
取消
儲存