-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,10 +1,10 @@ EXTRA_DIST = \ - $(addprefix htdocs/,.htaccess index.chtml sources.chtml style.css view.chtml) \ + $(addprefix htdocs/,.htaccess favicon.ico index.chtml sources.chtml style.css view.chtml) \ $(addprefix htdocs/ancestry/,.htaccess layout.chtml page.chtml sources.chtml) \ $(addprefix htdocs/exceptions/,index.chtml preprocess.chtml compile.chtml runtime.chtml) \ $(addprefix htdocs/exceptions/development/,.htaccess .scrc compile.chtml compile.html preprocess.chtml runtime.chtml erroneous.h) \ $(addprefix htdocs/exceptions/production/,.htaccess .scrc compile.chtml compile.html preprocess.chtml runtime.chtml erroneous.h) \ $(addprefix htdocs/handlers/,.htaccess exception_dev exception_prod) \ autogen.sh \ NEWS NEWS.xml NEWS.xsl |