|
@@ -361,10 +361,12 @@ clean:
|
|
|
cd testprof ; $(MAKE) clean
|
|
|
|
|
|
#build the doxy files (requires Doxygen, tetex and patience)
|
|
|
-doxy:
|
|
|
+doxygen:
|
|
|
doxygen $(silent_stdout)
|
|
|
+
|
|
|
+doxy: doxygen
|
|
|
cd doc/doxygen/latex ; ${MAKE} ; 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
|
|
|
#from the clean command! This is because most people would like to keep the
|