diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-27 05:32:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-28 19:08:19 -0400 |
commit | 43f71d93a0cb342f0c918fba3f6abb7661e40ad2 (patch) | |
tree | a1dc7288bc480e7027ca1827ca4876472fa12e40 /Makefile | |
parent | ff9a082fda424257976f08fce942609f358015e0 (diff) |
doc-rst: Remove the media docbook
Now that all media documentation was converted to Sphinx, we
should get rid of the old DocBook one, as we don't want people
to submit patches against the old stuff.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1432,7 +1432,7 @@ $(help-board-dirs): help-%: | |||
1432 | 1432 | ||
1433 | # Documentation targets | 1433 | # Documentation targets |
1434 | # --------------------------------------------------------------------------- | 1434 | # --------------------------------------------------------------------------- |
1435 | DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs cleanmediadocs | 1435 | DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs |
1436 | PHONY += $(DOC_TARGETS) | 1436 | PHONY += $(DOC_TARGETS) |
1437 | $(DOC_TARGETS): scripts_basic FORCE | 1437 | $(DOC_TARGETS): scripts_basic FORCE |
1438 | $(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype | 1438 | $(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype |