author | Michael Krelin <hacker@klever.net> | 2005-01-30 17:02:12 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-01-30 17:02:12 (UTC) |
commit | 7b0763faef560bafb4d7e730689a32fe003dc01c (patch) (unidiff) | |
tree | 9bdc22228dd1c306cdbead63a2f194e84a2e8eeb | |
parent | 7d8baeed940322acce5137bec3dec9c6a8d61b39 (diff) | |
download | sitecing-7b0763faef560bafb4d7e730689a32fe003dc01c.zip sitecing-7b0763faef560bafb4d7e730689a32fe003dc01c.tar.gz sitecing-7b0763faef560bafb4d7e730689a32fe003dc01c.tar.bz2 |
added favicon to the distshowcase/0.0
-rw-r--r-- | Makefile.am | 2 |
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,18 +1,18 @@ | |||
1 | EXTRA_DIST = \ | 1 | EXTRA_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 | ||
11 | DISTCHECK_CONFIGURE_FLAGS=--enable-distcheck | 11 | DISTCHECK_CONFIGURE_FLAGS=--enable-distcheck |
12 | 12 | ||
13 | all-local: NEWS sitecode restart restart-apache | 13 | all-local: NEWS sitecode restart restart-apache |
14 | distclean-local: | 14 | distclean-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 | ||
18 | NEWS: NEWS.xsl NEWS.xml | 18 | NEWS: NEWS.xsl NEWS.xml |