mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 10:01:45 +00:00
renamed pmxcfs.8-cli.adoc to pmxcfs.8-synopsis.adoc
And removed duplicate Makefile rules.
This commit is contained in:
parent
d864f31866
commit
5407910169
23
Makefile
23
Makefile
@ -31,7 +31,7 @@ GEN_DEB_SOURCES= \
|
|||||||
pve-doc-generator.mk \
|
pve-doc-generator.mk \
|
||||||
${MANUAL_SOURCES} \
|
${MANUAL_SOURCES} \
|
||||||
${PVESM_ADOCSOURCES} \
|
${PVESM_ADOCSOURCES} \
|
||||||
pmxcfs.8-cli.adoc \
|
pmxcfs.8-synopsis.adoc \
|
||||||
docinfo.xml
|
docinfo.xml
|
||||||
|
|
||||||
GEN_SCRIPTS= \
|
GEN_SCRIPTS= \
|
||||||
@ -75,27 +75,6 @@ BROWSER?=xdg-open
|
|||||||
%-nwdiag.svg: %.nwdiag
|
%-nwdiag.svg: %.nwdiag
|
||||||
nwdiag -T svg $*.nwdiag -o $@;
|
nwdiag -T svg $*.nwdiag -o $@;
|
||||||
|
|
||||||
%-plain.html: asciidoc-pve %.adoc
|
|
||||||
./asciidoc-pve compile-wiki -o $@ $*.adoc
|
|
||||||
|
|
||||||
chapter-%.html: %.adoc asciidoc-pve ${PVE_COMMON_DOC_SOURCES}
|
|
||||||
./asciidoc-pve compile-chapter -o $@ $*.adoc
|
|
||||||
|
|
||||||
%.1.html: %.adoc %.1-synopsis.adoc asciidoc-pve ${PVE_COMMON_DOC_SOURCES}
|
|
||||||
./asciidoc-pve compile-man-html -o $@ $*.adoc
|
|
||||||
|
|
||||||
pmxcfs.8.html: pmxcfs.adoc pmxcfs.8-cli.adoc asciidoc-pve ${PVE_COMMON_DOC_SOURCES}
|
|
||||||
./asciidoc-pve compile-man-html -o $@ pmxcfs.adoc
|
|
||||||
|
|
||||||
%.8.html: %.adoc %.8-synopsis.adoc asciidoc-pve ${PVE_COMMON_DOC_SOURCES}
|
|
||||||
./asciidoc-pve compile-man-html -o $@ $*.adoc
|
|
||||||
|
|
||||||
%.5.html: %.adoc %.5-opts.adoc asciidoc-pve ${PVE_COMMON_DOC_SOURCES}
|
|
||||||
./asciidoc-pve compile-man-html -o $@ $*.adoc
|
|
||||||
|
|
||||||
%.5-plain.html: %.adoc %.5-opts.adoc asciidoc-pve ${PVE_COMMON_DOC_SOURCES}
|
|
||||||
./asciidoc-pve compile-man-wiki -o $@ $*.adoc
|
|
||||||
|
|
||||||
README.html: README.adoc
|
README.html: README.adoc
|
||||||
asciidoc ${ADOC_STDARG} -o $@ $<
|
asciidoc ${ADOC_STDARG} -o $@ $<
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ pmxcfs - Proxmox Cluster File System
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
include::pmxcfs.8-cli.adoc[]
|
include::pmxcfs.8-synopsis.adoc[]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -233,7 +233,7 @@ include::spiceproxy.8-synopsis.adoc[]
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
:leveloffset: 1
|
:leveloffset: 1
|
||||||
include::pmxcfs.8-cli.adoc[]
|
include::pmxcfs.8-synopsis.adoc[]
|
||||||
|
|
||||||
:leveloffset: 0
|
:leveloffset: 0
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ PVE_COMMON_DOC_SOURCES= \
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
attributes.txt docinfo.xml:
|
attributes.txt docinfo.xml pmxcfs.8-synopsis.adoc:
|
||||||
cp ${DGDIR}/$@ $@.tmp
|
cp ${DGDIR}/$@ $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user