##// END OF EJS Templates
fixed Makefile for Mingw users
Alexis -
r15:90dcc18c3363 default
parent child
Show More
@@ -20,6 +20,7 help:
20 20 @echo " make allGPL : add a GPL HEADER in all vhdl Files"
21 21 @echo " make init : add a GPL HEADER in all vhdl Files, init all files"
22 22 @echo " make doc : make documentation for VHDL IPs"
23 @echo " make pdf : make pdf documentation for VHDL IPs"
23 24 @echo
24 25
25 26 allGPL:
@@ -43,5 +44,7 Patched-dist: Patch-GRLIB
43 44
44 45 doc:
45 46 doxygen lib/lpp/Doxyfile
47
48 pdf:
46 49 make lib/lpp/doc/latex
47 50 cp lib/lpp/doc/latex/refman.pdf lib/lpp/doc/VHD_lib.pdf
General Comments 0
You need to be logged in to leave comments. Login now