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

View file

@ -189,7 +189,8 @@ html_install: $(HTMLDIR)
clean: clean:
@echo "-- cleaning up ..." @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 \ $(NEWDIRS) $(PRE_TEX) $(PRE_HTML) $(OUTPUT).txt \
$(LOCAL_IMPORTED_TEMPLATES) $(LOCAL_IMPORTED_TEMPLATES)

View file

@ -92,6 +92,7 @@
\newcommand{\ra}{$\rightarrow$\quad} \newcommand{\ra}{$\rightarrow$\quad}
\newcommand{\la}{$\leftarrow$\quad} \newcommand{\la}{$\leftarrow$\quad}
\newcommand{\pr}{\texttt} \newcommand{\pr}{\texttt}
\newcommand{\bs}{$\backslash$}
\newcommand{\pa}{\noindent \paragraph} \newcommand{\pa}{\noindent \paragraph}
\newcommand{\bv}{\begin{quote}\begin{ttfamily}} \newcommand{\bv}{\begin{quote}\begin{ttfamily}}
\newcommand{\ev}{\end{ttfamily}\end{quote}} \newcommand{\ev}{\end{ttfamily}\end{quote}}