Browse Source

update doc process a bit

* remove crypt.pdf from repo
* ignore generated PDF's
* make refman.pdf generation silent
Steffen Jaeckel 8 years ago
parent
commit
57c703b14c
3 changed files with 3 additions and 1 deletions
  1. 2 0
      .gitignore
  2. BIN
      doc/crypt.pdf
  3. 1 1
      makefile

+ 2 - 0
.gitignore

@@ -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

BIN
doc/crypt.pdf


+ 1 - 1
makefile

@@ -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