-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 529f5ae..105b377 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,19 +1,20 @@ | |||
1 | EXTRA_DIST = \ | 1 | EXTRA_DIST = \ |
2 | $(addprefix htdocs/,.htaccess favicon.ico index.chtml sources.chtml style.css view.chtml) \ | 2 | $(addprefix htdocs/,.htaccess favicon.ico index.chtml simple.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/examples/,calendar.chtml) \ | ||
4 | $(addprefix htdocs/exceptions/,index.chtml preprocess.chtml compile.chtml runtime.chtml) \ | 5 | $(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) \ | 6 | $(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) \ | 7 | $(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) \ | 8 | $(addprefix htdocs/handlers/,.htaccess exception_dev exception_prod) \ |
8 | autogen.sh \ | 9 | autogen.sh \ |
9 | NEWS NEWS.xml NEWS.xsl | 10 | NEWS NEWS.xml NEWS.xsl |
10 | 11 | ||
11 | DISTCHECK_CONFIGURE_FLAGS=--enable-distcheck | 12 | DISTCHECK_CONFIGURE_FLAGS=--enable-distcheck |
12 | 13 | ||
13 | all-local: NEWS sitecode restart restart-apache | 14 | all-local: NEWS sitecode restart restart-apache |
14 | distclean-local: | 15 | distclean-local: |
15 | rm -rf config.sitecing \ | 16 | rm -rf config.sitecing \ |
16 | logs fastcgi-bin run cache | 17 | logs fastcgi-bin run cache |
17 | 18 | ||
18 | NEWS: NEWS.xsl NEWS.xml | 19 | NEWS: NEWS.xsl NEWS.xml |
19 | ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml | 20 | ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml |