summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d45b20d..609829e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# $Id$
-# Copyright 2004 Lennart Poettering
+# Copyright 2004-2006 Lennart Poettering
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You
@@ -14,11 +14,11 @@
# implied. See the License for the specific language governing
# permissions and limitations under the License.
-EXTRA_DIST=bootstrap.sh README LICENSE NOTICE
+EXTRA_DIST=bootstrap.sh README LICENSE src/mod_mime_xattr.c src/Makefile.in
SUBDIRS=src doc
MAINTAINERCLEANFILES = README
-noinst_DATA = README NOTICE LICENSE
+noinst_DATA = README LICENSE
README:
rm -f README
@@ -30,7 +30,7 @@ homepage: all dist
mkdir -p $$HOME/homepage/private/projects/mod_mime_xattr
cp *.tar.gz $$HOME/homepage/private/projects/mod_mime_xattr
cp doc/README.html doc/style.css $$HOME/homepage/private/projects/mod_mime_xattr
- cp $$HOME/homepage/private/projects/mod_mime_xattr/README.html $$HOME/homepage/private/projects/mod_mime_xattr/index.html
+ ln -sf $$HOME/homepage/private/projects/mod_mime_xattr/README.html $$HOME/homepage/private/projects/mod_mime_xattr/index.html
distcleancheck:
@: