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:
parent
e69c18478c
commit
2f379f8cdd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user