summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-31 23:27:34 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-31 23:27:34 +0100
commit50e6cf858926670d435e328e8c22d8314a392fa1 (patch)
treeed1491873707a5ec0dc8c27081845936c309fbd3
parent23247f130601fc02a5368c02e513bb0e28597ef9 (diff)
Don't touch $(srcdir), symlink README in the build directory.
Without this there would be problems when doing out-of-tree builds with non-released tarballs.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 802daf0..8db04da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ ACLOCAL_AMFLAGS = -I m4
README:
rm -f README
$(MAKE) -C doc README
- cd $(srcdir) && ln -s doc/README README
+ ln -s doc/README README
homepage: all dist
test -d $$HOME/homepage/private