X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=Makefile;h=cf166fef78ae6fcd022b35162b6302e8d1f9d0b6;hp=94bf67c07009954f21e981d8edde4e4e6498da77;hb=a8b13bd9c7bad055d21b80733463505fbf1921d5;hpb=82141a788dc9b43c0c57f03d14b9348193e5863a diff --git a/Makefile b/Makefile index 94bf67c..cf166fe 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ DOC_DEB=${DOC_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb MEDIAWIKI_DEB=${MEDIAWIKI_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb CHAPTER_LIST= \ + pve-installation \ sysadmin \ pvecm \ pmxcfs \ @@ -99,11 +100,14 @@ GEN_SCRIPTS= \ gen-pve-firewall-rules-opts.pl \ gen-pve-firewall-vm-opts.pl +INSTALLATION_SOURCES= \ + pve-usbstick.adoc \ + pve-system-requirements.adoc \ + pve-installation.adoc + SYSADMIN_PARTS= \ - getting-help \ pve-network \ pve-package-repos \ - pve-installation \ system-software-updates \ local-lvm \ local-zfs @@ -123,6 +127,8 @@ PVE_ADMIN_GUIDE_SOURCES= \ ${SYSADMIN_SOURCES} \ pve-admin-guide.adoc \ pve-intro.adoc \ + getting-help.adoc \ + ${INSTALLATION_SOURCES} \ pmxcfs.adoc \ pmxcfs.8-cli.adoc \ pve-faq.adoc \ @@ -152,6 +158,9 @@ PVE_ADMIN_GUIDE_SOURCES= \ attributes.txt WIKI_IMPORTS= \ + section-pve-usbstick-plain.html \ + section-getting-help-plain.html \ + section-pve-system-requirements-plain.html \ $(addsuffix -plain.html, $(addprefix sysadmin-, ${SYSADMIN_PARTS})) \ $(addsuffix -plain.html, $(addprefix chapter-, ${CHAPTER_LIST})) \ $(addsuffix .5-plain.html, ${CONFIG_LIST}) \ @@ -181,6 +190,9 @@ all: index.html sysadmin-%-plain.html: %.adoc asciidoc -s -a wiki -a 'leveloffset=-1' ${ADOC_STDARG} -o $@ $*.adoc +section-%-plain.html: %.adoc + asciidoc -s -a wiki -a 'leveloffset=-1' ${ADOC_STDARG} -o $@ $*.adoc + chapter-sysadmin.html chapter-sysadmin-plain.html: ${SYSADMIN_SOURCES} chapter-%.html: %.adoc ${PVE_COMMON_DOC_SOURCES}