Commit 6eebabfa authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Linus Torvalds

[PATCH] docbook: Call docbook makefile with -f [9/9]

The rewritten makefile for DocBook requires that working directory
is $(TOPDIR) therefore use -f Documentation/DocBook/Makefile to
invoke the docbook makefile.
parent 1a2e2c02
...@@ -650,7 +650,7 @@ clean: archclean ...@@ -650,7 +650,7 @@ clean: archclean
-name .\*.tmp -o -name .\*.d \) -type f -print \ -name .\*.tmp -o -name .\*.d \) -type f -print \
| grep -v lxdialog/ | xargs rm -f | grep -v lxdialog/ | xargs rm -f
@rm -f $(CLEAN_FILES) @rm -f $(CLEAN_FILES)
@$(MAKE) -C Documentation/DocBook clean @$(MAKE) -f Documentation/DocBook/Makefile clean
mrproper: clean archmrproper mrproper: clean archmrproper
@echo 'Making mrproper' @echo 'Making mrproper'
...@@ -659,7 +659,7 @@ mrproper: clean archmrproper ...@@ -659,7 +659,7 @@ mrproper: clean archmrproper
-type f -print | xargs rm -f -type f -print | xargs rm -f
@rm -f $(MRPROPER_FILES) @rm -f $(MRPROPER_FILES)
@rm -rf $(MRPROPER_DIRS) @rm -rf $(MRPROPER_DIRS)
@$(MAKE) -C Documentation/DocBook mrproper @$(MAKE) -f Documentation/DocBook/Makefile mrproper
distclean: mrproper distclean: mrproper
@echo 'Making distclean' @echo 'Making distclean'
...@@ -732,10 +732,8 @@ help: ...@@ -732,10 +732,8 @@ help:
# Documentation targets # Documentation targets
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
sgmldocs psdocs pdfdocs htmldocs: scripts
sgmldocs psdocs pdfdocs htmldocs: @$(MAKE) -f Documentation/DocBook/Makefile $@
@$(MAKE) -C Documentation/DocBook $@
# Scripts to check various things for consistency # Scripts to check various things for consistency
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment