Skip to content
Snippets Groups Projects
Commit 5ed251be authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Don't include the Makefile.in's into the Demo tarball.

parent b122c5f2
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ $(DEMO).tar.gz: $(DEMO) ...@@ -29,6 +29,7 @@ $(DEMO).tar.gz: $(DEMO)
$(DEMO): DEMO $(DEMO): DEMO
mkdir $@ ; cd $@ ; \ mkdir $@ ; cd $@ ; \
( cd ../DEMO ; $(TAR) cf - . ) | $(TAR) xf - ( cd ../DEMO ; $(TAR) cf - . ) | $(TAR) xf -
rm -f $@/src/[0-9]d/Makefile.in
clean-local: clean-local:
-rm -f $(DEMO).tar.gz -rm -f $(DEMO).tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment