summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-02 16:04:33 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-02 16:04:33 +0000
commit8c36bfcceb83029525f099611a57c46113e4cc21 (patch)
tree5b52a3c01c98bdc948e5e62d2c54097825117763 /Makefile.am
parente33020ed1f2dd0dfe4d54053c225306c2f3cde41 (diff)
assorted build system updates
git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@29 e35a362c-bbd6-0310-a59f-a4efcb1729c4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a5c2099..002a310 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ EXTRA_DIST=bootstrap.sh README LICENSE
SUBDIRS=src doc
MAINTAINERCLEANFILES = README
-noinst_DATA = README
+noinst_DATA = README LICENSE
README:
rm -f README
@@ -32,7 +32,7 @@ homepage: all dist
mkdir -p $$HOME/homepage/private/projects/fusedav
cp *.tar.gz $$HOME/homepage/private/projects/fusedav
cp doc/README.html doc/style.css $$HOME/homepage/private/projects/fusedav
- cp $$HOME/homepage/private/projects/fusedav/README.html $$HOME/homepage/private/projects/fusedav/index.html
+ ln -sf $$HOME/homepage/private/projects/fusedav/README.html $$HOME/homepage/private/projects/fusedav/index.html
distcleancheck:
@: