update doc process a bit
* remove crypt.pdf from repo * ignore generated PDF's * make refman.pdf generation silent
This commit is contained in:
parent
b234e6b4ca
commit
57c703b14c
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,6 +14,8 @@ test_*.txt
|
||||
tv.txt
|
||||
*_tv.txt
|
||||
doxygen/
|
||||
doc/crypt.pdf
|
||||
doc/refman.pdf
|
||||
|
||||
# *nix/windows test executables
|
||||
constants
|
||||
|
BIN
doc/crypt.pdf
BIN
doc/crypt.pdf
Binary file not shown.
2
makefile
2
makefile
@ -365,7 +365,7 @@ doxygen:
|
||||
doxygen $(silent_stdout)
|
||||
|
||||
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
|
||||
|
||||
#This builds the crypt.pdf file. Note that the rm -f *.pdf has been removed
|
||||
|
Loading…
Reference in New Issue
Block a user