5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-05-29 17:05:40 +03:00

cleanup: getting-help.adoc is no longer part of sysadmin.adoc

This commit is contained in:
Dietmar Maurer 2016-10-05 10:06:28 +02:00
parent 5c6cf7acda
commit 86f58817c0
2 changed files with 3 additions and 2 deletions

View File

@ -105,7 +105,6 @@ INSTALLATION_SOURCES= \
pve-installation.adoc pve-installation.adoc
SYSADMIN_PARTS= \ SYSADMIN_PARTS= \
getting-help \
pve-network \ pve-network \
pve-package-repos \ pve-package-repos \
system-software-updates \ system-software-updates \
@ -127,6 +126,7 @@ PVE_ADMIN_GUIDE_SOURCES= \
${SYSADMIN_SOURCES} \ ${SYSADMIN_SOURCES} \
pve-admin-guide.adoc \ pve-admin-guide.adoc \
pve-intro.adoc \ pve-intro.adoc \
getting-help.adoc \
${INSTALLATION_SOURCES} \ ${INSTALLATION_SOURCES} \
pmxcfs.adoc \ pmxcfs.adoc \
pmxcfs.8-cli.adoc \ pmxcfs.8-cli.adoc \
@ -158,6 +158,7 @@ PVE_ADMIN_GUIDE_SOURCES= \
WIKI_IMPORTS= \ WIKI_IMPORTS= \
section-pve-usbstick-plain.html \ section-pve-usbstick-plain.html \
section-getting-help-plain.html \
$(addsuffix -plain.html, $(addprefix sysadmin-, ${SYSADMIN_PARTS})) \ $(addsuffix -plain.html, $(addprefix sysadmin-, ${SYSADMIN_PARTS})) \
$(addsuffix -plain.html, $(addprefix chapter-, ${CHAPTER_LIST})) \ $(addsuffix -plain.html, $(addprefix chapter-, ${CHAPTER_LIST})) \
$(addsuffix .5-plain.html, ${CONFIG_LIST}) \ $(addsuffix .5-plain.html, ${CONFIG_LIST}) \

View File

@ -76,7 +76,7 @@ my $docs = {
title => "Install from USB Stick", title => "Install from USB Stick",
category => $cat_refdoc, category => $cat_refdoc,
}, },
'sysadmin-getting-help-plain.html' => { 'section-getting-help-plain.html' => {
title => "Getting Help", title => "Getting Help",
category => $cat_refdoc, category => $cat_refdoc,
}, },