From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/7] man: the nitsi.settings and nitsi.recipe pages should be category 5 Date: Fri, 18 May 2018 14:33:54 +0100 Message-ID: <20180518133359.2481778-2-michael.tremer@ipfire.org> In-Reply-To: <20180518133359.2481778-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5366591133516586437==" List-Id: --===============5366591133516586437== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This is the correct category for file formats and is referenced like this in nitsi.1 already. Signed-off-by: Michael Tremer --- Makefile.am | 6 +++--- man/nitsi.recipe.xml | 2 +- man/nitsi.settings.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6344216c4b88..66c41103bb49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,8 +50,8 @@ man: $(MANPAGES) $(MANPAGES_HTML) if ENABLE_MANPAGES MANPAGES = \ man/nitsi.1 \ - man/nitsi.settings.1 \ - man/nitsi.recipe.1 + man/nitsi.settings.5 \ + man/nitsi.recipe.5 MANPAGES_XML = $(patsubst %.1,%.xml,$(patsubst %.5,%.xml,$(MANPAGES))) MANPAGES_HTML = $(patsubst %.xml,%.html,$(MANPAGES_XML)) @@ -107,4 +107,4 @@ SED_PROCESS = \ < $< > $@ nitsi: nitsi.in Makefile - $(SED_PROCESS) \ No newline at end of file + $(SED_PROCESS) diff --git a/man/nitsi.recipe.xml b/man/nitsi.recipe.xml index 91925d40fcd5..330f33d60b92 100644 --- a/man/nitsi.recipe.xml +++ b/man/nitsi.recipe.xml @@ -19,7 +19,7 @@ nitsi.recipe - 1 + 5 diff --git a/man/nitsi.settings.xml b/man/nitsi.settings.xml index 680a5c0a5d9c..8323044d2bee 100644 --- a/man/nitsi.settings.xml +++ b/man/nitsi.settings.xml @@ -19,7 +19,7 @@ nitsi.settings - 1 + 5 -- 2.17.0 --===============5366591133516586437==--