1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

manual depends on txt. Try to fix #28

This commit is contained in:
Witold Filipczyk 2019-01-25 22:20:14 +01:00
parent f648ea4cdf
commit e78d2b5096

View File

@ -179,6 +179,8 @@ asciidoc_dep = sed -n 's/[{]builddir}//g;s@include1\{0,1\}::\(.*\)\[.*@$@: $< \1
$(call cmd,asciidoc,xhtml11)
@-$(call asciidoc_dep)
manual.xml: txt
%.xml: %.txt $(ASCIIDOC_CONF)
$(call cmd,asciidoc,docbook)
@-$(call asciidoc_dep)