# HG changeset patch # User Alexis # Date 2010-11-22 09:12:09 # Node ID 90dcc18c3363ff8e9c7c6eea7fc0d0d360b7c4ee # Parent 46dea010b1a407feb2d4b1094af5a49c87d2e417 fixed Makefile for Mingw users diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ help: @echo " make allGPL : add a GPL HEADER in all vhdl Files" @echo " make init : add a GPL HEADER in all vhdl Files, init all files" @echo " make doc : make documentation for VHDL IPs" + @echo " make pdf : make pdf documentation for VHDL IPs" @echo allGPL: @@ -43,5 +44,7 @@ Patched-dist: Patch-GRLIB doc: doxygen lib/lpp/Doxyfile + +pdf: make lib/lpp/doc/latex cp lib/lpp/doc/latex/refman.pdf lib/lpp/doc/VHD_lib.pdf