Fixing documentation for PDF output. Fixed Makefile to not generate errors on clean if the build failed.
This commit is contained in:
parent
a1dd0a8313
commit
6bf0d93a1f
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ mp_suggest_man.pdf: mp_suggest_man.tex
|
|||
xelatex $<
|
||||
|
||||
clean:
|
||||
rm mp_suggest.man mp_suggest.1 mp_suggest_man.log mp_suggest_man.out mp_suggest_man.aux mp_suggest_man.pdf
|
||||
rm -f mp_suggest.man mp_suggest.1 mp_suggest_man.log mp_suggest_man.out mp_suggest_man.aux mp_suggest_man.pdf
|
||||
|
||||
all: ${TARFILES}
|
||||
|
||||
|
|
|
@ -90,6 +90,7 @@ own music archive, but as an exercise in writing Hy, it was fun.
|
|||
|
||||
\item[\Opt{--version}] Print the version information. A short form of this
|
||||
tag is ``-v''
|
||||
\end{Description}
|
||||
|
||||
\section{Requirements}
|
||||
%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
Loading…
Reference in New Issue