mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-02-08 05:57:33 +03:00
add release number as subtitle to pve-admin-guide.pdf
Unless we find a better way to present that information.
This commit is contained in:
parent
a4346554d8
commit
8f13ba5f18
1
Makefile
1
Makefile
@ -71,6 +71,7 @@ pve-admin-guide.html: ${PVE_ADMIN_GUIDE_SOURCES}
|
||||
test -z "$${NOVIEW}" && iceweasel $@ &
|
||||
|
||||
pve-admin-guide.pdf: ${PVE_ADMIN_GUIDE_SOURCES} docinfo.xml pve-admin-guide-docinfo.xml
|
||||
grep ">Release ${RELEASE}<" pve-admin-guide-docinfo.xml || (echo "wrong release in pve-admin-guide-docinfo.xml" && false);
|
||||
a2x -a docinfo -a docinfo1 -f pdf -L --dblatex-opts "-P latex.output.revhistory=0" pve-admin-guide.adoc
|
||||
test -z "$${NOVIEW}" && iceweasel $@ &
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
<subtitle>Release 4.1</subtitle>
|
||||
|
||||
<copyright>
|
||||
<year>2016</year>
|
||||
<holder>Proxmox Server Solutions Gmbh</holder>
|
||||
|
Loading…
x
Reference in New Issue
Block a user