summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cf1fe6d..529f5ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,34 +1,34 @@
1EXTRA_DIST = \ 1EXTRA_DIST = \
2 $(addprefix htdocs/,.htaccess index.chtml sources.chtml style.css view.chtml) \ 2 $(addprefix htdocs/,.htaccess favicon.ico index.chtml sources.chtml style.css view.chtml) \
3 $(addprefix htdocs/ancestry/,.htaccess layout.chtml page.chtml sources.chtml) \ 3 $(addprefix htdocs/ancestry/,.htaccess layout.chtml page.chtml sources.chtml) \
4 $(addprefix htdocs/exceptions/,index.chtml preprocess.chtml compile.chtml runtime.chtml) \ 4 $(addprefix htdocs/exceptions/,index.chtml preprocess.chtml compile.chtml runtime.chtml) \
5 $(addprefix htdocs/exceptions/development/,.htaccess .scrc compile.chtml compile.html preprocess.chtml runtime.chtml erroneous.h) \ 5 $(addprefix htdocs/exceptions/development/,.htaccess .scrc compile.chtml compile.html preprocess.chtml runtime.chtml erroneous.h) \
6 $(addprefix htdocs/exceptions/production/,.htaccess .scrc compile.chtml compile.html preprocess.chtml runtime.chtml erroneous.h) \ 6 $(addprefix htdocs/exceptions/production/,.htaccess .scrc compile.chtml compile.html preprocess.chtml runtime.chtml erroneous.h) \
7 $(addprefix htdocs/handlers/,.htaccess exception_dev exception_prod) \ 7 $(addprefix htdocs/handlers/,.htaccess exception_dev exception_prod) \
8 autogen.sh \ 8 autogen.sh \
9 NEWS NEWS.xml NEWS.xsl 9 NEWS NEWS.xml NEWS.xsl
10 10
11DISTCHECK_CONFIGURE_FLAGS=--enable-distcheck 11DISTCHECK_CONFIGURE_FLAGS=--enable-distcheck
12 12
13all-local: NEWS sitecode restart restart-apache 13all-local: NEWS sitecode restart restart-apache
14distclean-local: 14distclean-local:
15 rm -rf config.sitecing \ 15 rm -rf config.sitecing \
16 logs fastcgi-bin run cache 16 logs fastcgi-bin run cache
17 17
18NEWS: NEWS.xsl NEWS.xml 18NEWS: NEWS.xsl NEWS.xml
19 ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml 19 ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml
20 20
21sitecode: conf/sitecing.conf include/acconfig.h 21sitecode: conf/sitecing.conf include/acconfig.h
22 ${SHELL} bin/build 22 ${SHELL} bin/build
23restart: conf/sitecing.conf conf/dudki.conf 23restart: conf/sitecing.conf conf/dudki.conf
24if !DISTCHECKING 24if !DISTCHECKING
25if HAVE_DUDKI 25if HAVE_DUDKI
26 sudo ${SHELL} -c "@DUDKI@ -k @dudki_id@ ; sleep 3 ; @DUDKI@ -r" 26 sudo ${SHELL} -c "@DUDKI@ -k @dudki_id@ ; sleep 3 ; @DUDKI@ -r"
27else 27else
28 kill `cat run/sitecing.pid` ; sleep 3 ; ${SHELL} bin/run 28 kill `cat run/sitecing.pid` ; sleep 3 ; ${SHELL} bin/run
29endif 29endif
30endif !DISTCHECKING 30endif !DISTCHECKING
31 31
32restart-apache: conf/httpd.conf 32restart-apache: conf/httpd.conf
33if !DISTCHECKING 33if !DISTCHECKING
34 @APACHE_RESTART_CMD@ 34 @APACHE_RESTART_CMD@