Put CA documentation into a separate document.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.PHONY: default
|
||||
|
||||
MA_NAME="MA-Master"
|
||||
CA_DOC_NAME="CA-DOC-Master"
|
||||
|
||||
LAST_EXPORT=`cat LAST_EXPORT`
|
||||
|
||||
default: cleanall render_ma
|
||||
@@ -12,6 +14,13 @@ render_ma:
|
||||
pdflatex -output-directory build ${MA_NAME}.tex
|
||||
pdflatex -output-directory build ${MA_NAME}.tex
|
||||
|
||||
render_ca_doc:
|
||||
mkdir build
|
||||
pdflatex -output-directory build ${CA_DOC_NAME}.tex
|
||||
#bibtex build/${CA_DOC_NAME}
|
||||
#pdflatex -output-directory build ${CA_DOC_NAME}.tex
|
||||
pdflatex -output-directory build ${CA_DOC_NAME}.tex
|
||||
|
||||
clean:
|
||||
cd build; rm -v *.aux *.bbl *.blg *.log *.out *.toc
|
||||
|
||||
@@ -21,6 +30,6 @@ cleanall:
|
||||
viewer:
|
||||
okular build/${NAME}.pdf
|
||||
|
||||
show: cleanall render_ma viewer
|
||||
show: cleanall render_ma render_ca_doc viewer
|
||||
|
||||
release: cleanall render_ma clean
|
||||
release: cleanall render_ma render_ca_doc clean
|
||||
|
||||
Reference in New Issue
Block a user