]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
try to correctly include the GFDL license
[pve-docs.git] / Makefile
index 1ccca2dbfcf79a704f16029d5dfe77472cd1be7f..63272056c2b13940eeee0b1434b933858400e0f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,8 +69,8 @@ pve-admin-guide.html: ${PVE_ADMIN_GUIDE_SOURCES}
        asciidoc -a "date=$(shell date)" pve-admin-guide.adoc 
        test -z "$${NOVIEW}" && iceweasel $@ &
 
-pve-admin-guide.pdf: ${PVE_ADMIN_GUIDE_SOURCES} docinfo.xml
-       a2x -a docinfo1 -f pdf -L --dblatex-opts "-P latex.output.revhistory=0" pve-admin-guide.adoc
+pve-admin-guide.pdf: ${PVE_ADMIN_GUIDE_SOURCES} docinfo.xml pve-admin-guide-docinfo.xml
+       a2x -a docinfo -a docinfo1 -f pdf -L --dblatex-opts "-P latex.output.revhistory=0" pve-admin-guide.adoc
        test -z "$${NOVIEW}" && iceweasel $@ &
 
 pve-admin-guide.epub: ${PVE_ADMIN_GUIDE_SOURCES}