rules.mk, tex.mk, header.tex.tmpl: Lots of changes

This commit is contained in:
Jan Lindemann 2001-07-15 06:26:44 +00:00 committed by Jan Lindemann
commit e0f0ca6260
3 changed files with 8 additions and 3 deletions

View file

@ -51,7 +51,7 @@ installsh: $(ALL)
$(INSTALL) $(SHSCRIPTS) $(PREFIX)/bin/
tmpclean:
rm -rf *.tmp
rm -rf *.tmp *.rep
objclean:
rm -rf core .*.o *.o *.a *.so
@ -67,10 +67,13 @@ doneclean:
execlean: allclean objclean textclean
distclean: clean objclean textclean tmpclean
distclean: clean objclean textclean tmpclean vcdistclean
localclean:
rm -rf $(CLEAN)
libclean:
rm -rf $(LIB)
vcdistclean:
rm -rf *.plg *.opt *.ncb Debug

View file

@ -189,7 +189,8 @@ html_install: $(HTMLDIR)
clean:
@echo "-- cleaning up ..."
rm -rf *.aux *.toc *.dvi *.pdf *.ps *~ *.log *.done \
rm -rf *.aux *.toc *.dvi *.pdf *.ps *~ *.log *.done *.rep \
*.lol \
$(NEWDIRS) $(PRE_TEX) $(PRE_HTML) $(OUTPUT).txt \
$(LOCAL_IMPORTED_TEMPLATES)