|
@@ -1,12 +1,6 @@
|
|
|
+include ../../scripts/Makefile.include
|
|
|
include ../config/utilities.mak
|
|
|
|
|
|
-OUTPUT := ./
|
|
|
-ifeq ("$(origin O)", "command line")
|
|
|
- ifneq ($(O),)
|
|
|
- OUTPUT := $(O)/
|
|
|
- endif
|
|
|
-endif
|
|
|
-
|
|
|
MAN1_TXT= \
|
|
|
$(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
|
|
|
$(wildcard perf-*.txt)) \
|
|
@@ -277,7 +271,7 @@ $(MAN_HTML): $(OUTPUT)%.html : %.txt
|
|
|
|
|
|
$(OUTPUT)%.1 $(OUTPUT)%.5 $(OUTPUT)%.7 : $(OUTPUT)%.xml
|
|
|
$(QUIET_XMLTO)$(RM) $@ && \
|
|
|
- $(XMLTO) -o $(OUTPUT) -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $<
|
|
|
+ $(XMLTO) -o $(OUTPUT). -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $<
|
|
|
|
|
|
$(OUTPUT)%.xml : %.txt
|
|
|
$(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
|