mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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/
|
$(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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue