]> git.proxmox.com Git - pve-docs.git/commitdiff
cleanup: getting-help.adoc is no longer part of sysadmin.adoc
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 5 Oct 2016 08:06:28 +0000 (10:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 5 Oct 2016 08:26:01 +0000 (10:26 +0200)
Makefile
debian/tree/pve-docs-mediawiki/pve-docs-mediawiki-import

index 2d122d53cc4e46c2cc3e3eab6c5fc3651fc3236f..a780a6d802e22e329393f66cd4767ee8953b73d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,6 @@ INSTALLATION_SOURCES=                               \
        pve-installation.adoc
 
 SYSADMIN_PARTS=                                        \
-       getting-help                            \
        pve-network                             \
        pve-package-repos                       \
        system-software-updates                 \
@@ -127,6 +126,7 @@ PVE_ADMIN_GUIDE_SOURCES=                    \
        ${SYSADMIN_SOURCES}                     \
        pve-admin-guide.adoc                    \
        pve-intro.adoc                          \
+       getting-help.adoc                       \
        ${INSTALLATION_SOURCES}                 \
        pmxcfs.adoc                             \
        pmxcfs.8-cli.adoc                       \
@@ -158,6 +158,7 @@ PVE_ADMIN_GUIDE_SOURCES=                    \
 
 WIKI_IMPORTS=                                                                  \
        section-pve-usbstick-plain.html                                         \
+       section-getting-help-plain.html                                         \
        $(addsuffix -plain.html, $(addprefix sysadmin-, ${SYSADMIN_PARTS}))     \
        $(addsuffix -plain.html, $(addprefix chapter-, ${CHAPTER_LIST}))        \
        $(addsuffix .5-plain.html, ${CONFIG_LIST})                              \
index e65aab0b42ea5d287b7bd57d6fba8c74dc027b1f..518b084069e0a9a51a44534f7eae7383906bb0c0 100755 (executable)
@@ -76,7 +76,7 @@ my $docs = {
        title => "Install from USB Stick",
        category => $cat_refdoc,
     },
-    'sysadmin-getting-help-plain.html' => {
+    'section-getting-help-plain.html' => {
        title => "Getting Help",
        category => $cat_refdoc,
     },