Skip to content

Commit 52b3f23

Browse files
author
Jonathan Corbet
committed
Docs: clean up some DocBook loose ends
There were a few bits and pieces left over from the now-disused DocBook toolchain; git rid of them. Reported-by: Markus Heiser <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 61ca5fd commit 52b3f23

File tree

9 files changed

+3
-930
lines changed

9 files changed

+3
-930
lines changed

Diff for: Documentation/dontdiff

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ defkeymap.c
118118
devlist.h*
119119
devicetable-offsets.h
120120
dnotify_test
121-
docproc
122121
dslm
123122
dtc
124123
elf2ecoff

Diff for: Documentation/sphinx/convert_template.sed

-18
This file was deleted.

Diff for: Documentation/sphinx/post_convert.sed

-23
This file was deleted.

Diff for: MAINTAINERS

+1-2
Original file line numberDiff line numberDiff line change
@@ -4135,8 +4135,7 @@ M: Jonathan Corbet <[email protected]>
41354135
41364136
S: Maintained
41374137
F: Documentation/
4138-
F: scripts/docproc.c
4139-
F: scripts/kernel-doc*
4138+
F: scripts/kernel-doc
41404139
X: Documentation/ABI/
41414140
X: Documentation/devicetree/
41424141
X: Documentation/acpi

Diff for: Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,6 @@ $(help-board-dirs): help-%:
14671467
DOC_TARGETS := xmldocs sgmldocs psdocs latexdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs linkcheckdocs
14681468
PHONY += $(DOC_TARGETS)
14691469
$(DOC_TARGETS): scripts_basic FORCE
1470-
$(Q)$(MAKE) $(build)=scripts build_docproc
14711470
$(Q)$(MAKE) $(build)=Documentation $@
14721471

14731472
else # KBUILD_EXTMOD

Diff for: scripts/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ pnmtologo
77
unifdef
88
ihex2fw
99
recordmcount
10-
docproc
1110
check-lc_ctype
1211
sortextable
1312
asn1_compiler

Diff for: scripts/Makefile

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# pnmttologo: Convert pnm files to logo files
77
# conmakehash: Create chartable
88
# conmakehash: Create arrays for initializing the kernel console tables
9-
# docproc: Used in Documentation/
109

1110
HOST_EXTRACFLAGS += -I$(srctree)/tools/include
1211

@@ -28,14 +27,12 @@ HOSTLOADLIBES_extract-cert = -lcrypto
2827
always := $(hostprogs-y) $(hostprogs-m)
2928

3029
# The following hostprogs-y programs are only build on demand
31-
hostprogs-y += unifdef docproc
30+
hostprogs-y += unifdef
3231

3332
# These targets are used internally to avoid "is up to date" messages
34-
PHONY += build_unifdef build_docproc
33+
PHONY += build_unifdef
3534
build_unifdef: $(obj)/unifdef
3635
@:
37-
build_docproc: $(obj)/docproc
38-
@:
3936

4037
subdir-$(CONFIG_MODVERSIONS) += genksyms
4138
subdir-y += mod

0 commit comments

Comments
 (0)