summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-08 15:10:07 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-08 15:10:07 +0000
commit0196a176f02387fd592590cd1ffbc8aed931cc19 (patch)
tree8676f5b9c0f6c6fa6f927bbaddaf6af5f6e393f6
parent0ed83e667e8ac1063df2ca0f063555cbe6473355 (diff)
fix homepage script
git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@17 cc0fb855-19ed-0310-866e-8c1d96e4abae
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b6a0917..209d135 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,7 @@ homepage: all dist doxygen
cp libasyncns-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/libasyncns
cp doc/README.html doc/style.css $$HOME/homepage/private/projects/libasyncns
cp -a doxygen/html/* $$HOME/homepage/private/projects/libasyncns/doxygen
- cp $$HOME/homepage/private/projects/libasyncns/README.html $$HOME/homepage/private/projects/libasyncns/index.html
+ ln -sf README.html $$HOME/homepage/private/projects/libasyncns/index.html
distcleancheck:
@: