mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Don't masq calls
This commit is contained in:
parent
2d80258f72
commit
247b3c4623
16
doc/Makefile
16
doc/Makefile
@ -161,27 +161,27 @@ quiet_cmd_pod2html = ' [$(LINK_COLOR)POD2HTML$(END_COLOR)] $(RELPATH)$@'
|
|||||||
doctype = $(if $(findstring .1.,$(1)),manpage,$(if $(findstring .5.,$(1)),manpage,book))
|
doctype = $(if $(findstring .1.,$(1)),manpage,$(if $(findstring .5.,$(1)),manpage,book))
|
||||||
|
|
||||||
%.html: %.txt asciidoc.conf
|
%.html: %.txt asciidoc.conf
|
||||||
$(call mcmd,asciidoc,xhtml11)
|
$(call cmd,asciidoc,xhtml11)
|
||||||
|
|
||||||
%.xml: %.txt asciidoc.conf
|
%.xml: %.txt asciidoc.conf
|
||||||
$(call mcmd,asciidoc,docbook)
|
$(call cmd,asciidoc,docbook)
|
||||||
|
|
||||||
%.1: %.1.xml
|
%.1: %.1.xml
|
||||||
$(call mcmd,xmlto,man)
|
$(call cmd,xmlto,man)
|
||||||
|
|
||||||
%.5: %.5.xml
|
%.5: %.5.xml
|
||||||
$(call mcmd,xmlto,man)
|
$(call cmd,xmlto,man)
|
||||||
|
|
||||||
%.html-chunked: %.xml
|
%.html-chunked: %.xml
|
||||||
$(call mcmd,xmlto,html,-o $@)
|
$(call cmd,xmlto,html,-o $@)
|
||||||
|
|
||||||
%.pdf: %.xml
|
%.pdf: %.xml
|
||||||
$(call mcmd,jw,pdf)
|
$(call cmd,jw,pdf)
|
||||||
|
|
||||||
%.html: %.pod
|
%.html: %.pod
|
||||||
$(call mcmd,pod2html)
|
$(call cmd,pod2html)
|
||||||
|
|
||||||
perl-%.html: %.pl
|
perl-%.html: %.pl
|
||||||
$(call mcmd,pod2html)
|
$(call cmd,pod2html)
|
||||||
|
|
||||||
include $(top_srcdir)/Makefile.lib
|
include $(top_srcdir)/Makefile.lib
|
||||||
|
Loading…
Reference in New Issue
Block a user