restore building developer pdf before manual pdf

This commit is contained in:
Axel Kohlmeyer 2019-03-25 21:18:06 -04:00
parent b0a07f189c
commit 4e74ccbbbe
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 8 additions and 8 deletions

View File

@ -116,6 +116,13 @@ mobi: epub
@echo "Conversion finished. The MOBI manual file is created."
pdf: $(OBJECTS) $(ANCHORCHECK)
@(\
cd src/Developer; \
pdflatex developer; \
pdflatex developer; \
mv developer.pdf ../../Developer.pdf; \
cd ../../; \
)
@(\
. $(VENV)/bin/activate ;\
cp -r src/* $(RSTDIR)/ ;\
@ -135,14 +142,7 @@ pdf: $(OBJECTS) $(ANCHORCHECK)
make && \
make && \
mv LAMMPS.pdf ../Manual.pdf && \
cd ../;
@(\
cd src/Developer; \
pdflatex developer; \
pdflatex developer; \
mv developer.pdf ../../Developer.pdf; \
cd ../../; \
)
cd ../;
@rm -rf latex/_sources
@rm -rf latex/PDF
@rm -rf latex/USER