5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-19 18:50:06 +03:00

pve-admin-guide-docinfo.xml.in: automatically update year in copyright notice

This commit is contained in:
Dietmar Maurer 2019-02-20 10:05:05 +01:00
parent 917ee0a600
commit 742e92ef45
2 changed files with 3 additions and 2 deletions

View File

@ -127,8 +127,9 @@ pve-admin-guide.chunked: ${PVE_ADMIN_GUIDE_ADOCDEPENDS}
PVE_DOCBOOK_CONF=-b $(shell pwd)/asciidoc/pve-docbook -f asciidoc/asciidoc-pve.conf
PVE_DBLATEX_OPTS='-p ./asciidoc/pve-dblatex.xsl -s asciidoc/dblatex-custom.sty -c asciidoc/dblatex-export.conf'
YEAR:=$(shell date '+%Y')
pve-admin-guide-docinfo.xml: pve-admin-guide-docinfo.xml.in
sed -e 's/@RELEASE@/${DOCRELEASE}/' <$< >$@
sed -e 's/@RELEASE@/${DOCRELEASE}/' -e 's/@YEAR@/${YEAR}/' <$< >$@
pve-admin-guide.pdf: ${PVE_ADMIN_GUIDE_ADOCDEPENDS} docinfo.xml pve-admin-guide-docinfo.xml
rsvg-convert -f pdf -o proxmox-logo.pdf images/proxmox-logo.svg

View File

@ -1,7 +1,7 @@
<subtitle>Release @RELEASE@</subtitle>
<copyright>
<year>2017</year>
<year>@YEAR@</year>
<holder>Proxmox Server Solutions Gmbh</holder>
</copyright>