summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2441372..199e529 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,9 +23,9 @@ MAINTAINERCLEANFILES = README
noinst_DATA = README
README:
- rm -f
+ rm -f README
$(MAKE) -C doc README
- ln -s doc/README
+ ln -sf doc/README README
homepage:
test -d $$HOME/homepage/lennart