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

Remove generated demo subdirectory with "make distclean".

parent 1c3ea210
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,11 @@ $(DEMO): DEMO ...@@ -31,9 +31,11 @@ $(DEMO): DEMO
( cd ../DEMO ; $(TAR) cf - . ) | $(TAR) xf - ( cd ../DEMO ; $(TAR) cf - . ) | $(TAR) xf -
clean-local: clean-local:
-rm -rf $(DEMO)
-rm -f $(DEMO).tar.gz -rm -f $(DEMO).tar.gz
distclean-local:
-rm -rf $(DEMO)
if MAINTAINER_MODE if MAINTAINER_MODE
# This target only makes sense for maintainers!! # This target only makes sense for maintainers!!
cvs-clean: cvs-clean:
...@@ -77,7 +79,7 @@ dist-hook: ...@@ -77,7 +79,7 @@ dist-hook:
generate-alberta-dist: generate-alberta-dist:
./generate-alberta-automakefiles.sh ./generate-alberta-automakefiles.sh
autoreconf autoreconf
./configure --enable-alberta-12 --enable-alberta-13 --enable-alberta-23 --enable-el-index --enable-maintainer-mode --prefix=@prefix@ ./configure --enable-maintainer-mode --prefix=@prefix@
make dist make dist
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment