From 50e6cf858926670d435e328e8c22d8314a392fa1 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Sat, 31 Jan 2009 23:27:34 +0100 Subject: 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit