diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-10-03 19:01:38 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-12 07:46:26 +0200 |
commit | 552e0da90c3fc824da33520d3878046bac66d4b1 (patch) | |
tree | 8e0eeb235b7893bb09478c080f74ed782bbc466d /docs/manual | |
parent | e9f44f0abb59b6a4349adc1c87b1c71413034e1a (diff) | |
download | buildroot-552e0da90c3fc824da33520d3878046bac66d4b1.tar.gz buildroot-552e0da90c3fc824da33520d3878046bac66d4b1.zip |
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" <yann.morin.1998@free.fr>
Cc: Samuel Martin <s.martin49@gmail.com>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/manual.mk | 3 |
1 files changed, 0 insertions, 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 <DOCUMENT_NAME>_SOURCES defines the dependencies. ################################################################################ define GENDOC |