summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 093b322..79795cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -122,6 +122,6 @@ ChangeLog:
dist-hook:
-for i in tests to.do examples faqs ; \
do \
- cvs -Q export -D today -d $(PACKAGE)-$(VERSION)/$$i $(PACKAGE)/$$i ; \
+ cvs -d /usr/local/cvsroot -Q export -D today -d $(PACKAGE)-$(VERSION)/$$i $(PACKAGE)/$$i ; \
done
-cd $(PACKAGE)-$(VERSION) && ./autogen.sh