From 552e0da90c3fc824da33520d3878046bac66d4b1 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 3 Oct 2014 19:01:38 +0200 Subject: [PATCH] docs/manual: get rid of legacy comment in GENDOC Since dd935d6 (gendoc infra: use $(pkgname) instead of explicitly passing 'manual', the GENDOC infra no longer expect any argument. Remove the stray comment. Signed-off-by: "Yann E. MORIN" Cc: Samuel Martin Cc: Thomas De Schampheleire Acked-by: Thomas De Schampheleire Acked-by: Samuel Martin Signed-off-by: Peter Korsgaard --- docs/manual/manual.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index e9078f1bfb..69113e350a 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -124,9 +124,6 @@ endef ################################################################################ # GENDOC -- generates the make targets needed to build asciidoc documentation. # -# argument 1 is the name of the document and must be a subdirectory of docs/; -# the top-level asciidoc file must have the same name -# # The variable _SOURCES defines the dependencies. ################################################################################ define GENDOC -- 2.30.2