diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-10-03 19:01:52 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-12 07:46:28 +0200 |
commit | ab6a6212b0ed38d2ae194671cd61fb47dd24a139 (patch) | |
tree | cc133023df56d531f8846ee32683e20067039e15 /docs/manual | |
parent | 2dfe1b83951f2cb3daf16598ed5337d1e973bd29 (diff) | |
download | buildroot-ab6a6212b0ed38d2ae194671cd61fb47dd24a139.tar.gz buildroot-ab6a6212b0ed38d2ae194671cd61fb47dd24a139.zip |
docs: rename the GENDOC infrastructure
Rename the GENDOC infrastructure so that it more closely matches the way
we handle the packages infras.
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>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/manual.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index a89611988e..a3011c699c 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -28,4 +28,4 @@ define MANUAL_CHECK_LISTS_DEPS endef MANUAL_CHECK_DEPENDENCIES_HOOKS += MANUAL_CHECK_LISTS_DEPS -$(eval $(call GENDOC)) +$(eval $(call asciidoc-document)) |