X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=Makefile;h=bc7f4c3b1d362fc7993935c5786c93a8a438585e;hp=63272056c2b13940eeee0b1434b933858400e0f1;hb=a4346554d8b23237fcbe845e941666f6e21bfc27;hpb=2296c4908165344045c91b2af975ca6a999e31ea diff --git a/Makefile b/Makefile index 6327205..bc7f4c3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ - +RELEASE=4.1 PVESM_SOURCES=attributes.txt pvesm.adoc pvesm.1-synopsis.adoc $(shell ls pve-storage-*.adoc) PVEUM_SOURCES=attributes.txt pveum.adoc pveum.1-synopsis.adoc @@ -22,6 +22,7 @@ PVE_ADMIN_GUIDE_SOURCES= \ images/cluster-nwdiag.svg \ images/node-nwdiag.svg \ pve-bibliography.adoc \ + GFDL.adoc \ attributes.txt ADOC_STDARG= -a icons -a data-uri -a "date=$(shell date)" @@ -66,7 +67,7 @@ index.html: index.adoc ${PVE_ADMIN_GUIDE_SOURCES} iceweasel index.html & pve-admin-guide.html: ${PVE_ADMIN_GUIDE_SOURCES} - asciidoc -a "date=$(shell date)" pve-admin-guide.adoc + asciidoc -a "revnumber=${RELEASE}" -a "date=$(shell date)" pve-admin-guide.adoc test -z "$${NOVIEW}" && iceweasel $@ & pve-admin-guide.pdf: ${PVE_ADMIN_GUIDE_SOURCES} docinfo.xml pve-admin-guide-docinfo.xml