Fixed "make clean" for manual files

This commit is contained in:
Clifford Wolf 2013-07-23 14:19:47 +02:00
parent 3bb1996151
commit d815f1c770
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ manual:
clean: clean:
rm -f $(OBJS) $(GENFILES) $(TARGETS) rm -f $(OBJS) $(GENFILES) $(TARGETS)
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d
cd manual && rm *.aux *.bbl *.blg *.idx *.log *.out *.pdf *.toc cd manual && rm -f *.aux *.bbl *.blg *.idx *.log *.out *.pdf *.toc
test ! -f libs/svgviewer/Makefile || make -C libs/svgviewer distclean test ! -f libs/svgviewer/Makefile || make -C libs/svgviewer distclean
mrproper: clean mrproper: clean