mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rules.mk, tex.mk, header.tex.tmpl: Lots of changes
This commit is contained in:
parent
c8cd4fc3a0
commit
e0f0ca6260
3 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@
|
|||
\newcommand{\ra}{$\rightarrow$\quad}
|
||||
\newcommand{\la}{$\leftarrow$\quad}
|
||||
\newcommand{\pr}{\texttt}
|
||||
\newcommand{\bs}{$\backslash$}
|
||||
\newcommand{\pa}{\noindent \paragraph}
|
||||
\newcommand{\bv}{\begin{quote}\begin{ttfamily}}
|
||||
\newcommand{\ev}{\end{ttfamily}\end{quote}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue