Moved the clean-up of examples documentation to examples/docs.

This commit is contained in:
kolev 2007-07-02 17:31:41 +00:00
parent 27b817f90a
commit 25b54e6a92
2 changed files with 3 additions and 3 deletions

View File

@ -177,8 +177,7 @@ ex10: ex10.o
clean:
rm -f $(ALLPROGS:=.o)
rm -f $(BABELPROGS:=.o)
veryclean distclean: clean
distclean: clean
rm -f $(ALLPROGS) $(ALLPROGS:=*~)
rm -f $(BABELPROGS) $(BABELPROGS:=*~)
rm -rf *.html README_files
rm -rf $(BABELPROGS:=*-pp.f90)

View File

@ -10,5 +10,6 @@ all:
clean:
rm -f *.html
veryclean distclean: clean
distclean: clean
rm -f *~
rm -rf ../*.html ../README_files