diff options
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index c6d30437e2db..ea426beb6011 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -7,7 +7,7 @@ # can't do it CHMOD_FILES := docgen gen-all-syms kernel-doc mkcompile_h makelst -all: fixdep split-include $(CHMOD_FILES) +all: fixdep split-include docproc $(CHMOD_FILES) $(CHMOD_FILES): FORCE @chmod a+x $@ @@ -37,11 +37,6 @@ kconfig.tk: $(TOPDIR)/arch/$(ARCH)/config.in tkparse $(HEADER) $(TAIL) FORCE ) > $@ chmod 755 $@ -# DocBook stuff -# --------------------------------------------------------------------------- - -doc-progs: docproc - # --------------------------------------------------------------------------- .PHONY: lxdialog |
