From 5ed251bec047fa0397301b44a3e9f6ab9bbe2e00 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Mon, 1 Dec 2003 23:34:10 +0000 Subject: [PATCH] Don't include the Makefile.in's into the Demo tarball. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 00163d9..8953a00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ $(DEMO).tar.gz: $(DEMO) $(DEMO): DEMO mkdir $@ ; cd $@ ; \ ( cd ../DEMO ; $(TAR) cf - . ) | $(TAR) xf - + rm -f $@/src/[0-9]d/Makefile.in clean-local: -rm -f $(DEMO).tar.gz -- GitLab