|
@@ -152,6 +152,7 @@ quiet_cmd_db2man = MAN $@
|
|
@(which xmlto > /dev/null 2>&1) || \
|
|
@(which xmlto > /dev/null 2>&1) || \
|
|
(echo "*** You need to install xmlto ***"; \
|
|
(echo "*** You need to install xmlto ***"; \
|
|
exit 1)
|
|
exit 1)
|
|
|
|
+ $(Q)mkdir -p $(obj)/man
|
|
$(call cmd,db2man)
|
|
$(call cmd,db2man)
|
|
@touch $@
|
|
@touch $@
|
|
|
|
|
|
@@ -212,11 +213,7 @@ clean-files := $(DOCBOOKS) \
|
|
$(patsubst %.xml, %.9, $(DOCBOOKS)) \
|
|
$(patsubst %.xml, %.9, $(DOCBOOKS)) \
|
|
$(C-procfs-example)
|
|
$(C-procfs-example)
|
|
|
|
|
|
-clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS))
|
|
|
|
-
|
|
|
|
-#man put files in man subdir - traverse down
|
|
|
|
-subdir- := man/
|
|
|
|
-
|
|
|
|
|
|
+clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS)) man
|
|
|
|
|
|
# Declare the contents of the .PHONY variable as phony. We keep that
|
|
# Declare the contents of the .PHONY variable as phony. We keep that
|
|
# information in a variable se we can use it in if_changed and friends.
|
|
# information in a variable se we can use it in if_changed and friends.
|