update doc process a bit

* remove crypt.pdf from repo
* ignore generated PDF's
* make refman.pdf generation silent
This commit is contained in:
Steffen Jaeckel 2017-04-24 23:14:38 +02:00
parent b234e6b4ca
commit 57c703b14c
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -14,6 +14,8 @@ test_*.txt
tv.txt tv.txt
*_tv.txt *_tv.txt
doxygen/ doxygen/
doc/crypt.pdf
doc/refman.pdf
# *nix/windows test executables # *nix/windows test executables
constants constants

Binary file not shown.

View File

@ -365,7 +365,7 @@ doxygen:
doxygen $(silent_stdout) doxygen $(silent_stdout)
doxy: doxygen doxy: doxygen
cd doc/doxygen/latex ; ${MAKE} ; mv -f refman.pdf ../../. cd doc/doxygen/latex ; ${MAKE} $(silent_stdout) ; mv -f refman.pdf ../../.
@echo The huge doxygen PDF should be available as doc/refman.pdf @echo The huge doxygen PDF should be available as doc/refman.pdf
#This builds the crypt.pdf file. Note that the rm -f *.pdf has been removed #This builds the crypt.pdf file. Note that the rm -f *.pdf has been removed