5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-08 21:17:52 +03:00

run doc generators using perl -I. (to prioritize files in .)

This commit is contained in:
Dietmar Maurer 2016-11-03 09:15:55 +01:00
parent e69c18478c
commit 2f379f8cdd

View File

@ -18,11 +18,11 @@ attributes.txt docinfo.xml pmxcfs.8-synopsis.adoc:
mv $@.tmp $@
%-opts.adoc: ${DGDIR}/gen-%-opts.pl
${DGDIR}/gen-$*-opts.pl >$@.tmp
perl -I. ${DGDIR}/gen-$*-opts.pl >$@.tmp
mv $@.tmp $@
%.adoc: ${DGDIR}/gen-%-adoc.pl
${DGDIR}/gen-$*-adoc.pl >$@.tmp
perl -I. ${DGDIR}/gen-$*-adoc.pl >$@.tmp
mv $@.tmp $@
pveperf.1-synopsis.adoc: