Skip to content

Commit

Permalink
Makefile.am: switch to --nonet for docbook #24
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jun 18, 2020
1 parent d8fc853 commit c0888da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ growlight_SOURCES=$(common_SOURCES)
growlight_SOURCES+=src/notcurses.c src/notcurses.h src/notui-aggregate.h src/notui-aggregate.c
growlight_LDADD=@notcurses_LIBS@

#XSLTARGS=--nonet /usr/share/xml/docbook/stylesheet/docbook-xsl
XSLTARGS=http://docbook.sourceforge.net/release/xsl/current
XSLTARGS=--nonet /usr/share/xml/docbook/stylesheet/docbook-xsl
#XSLTARGS=http://docbook.sourceforge.net/release/xsl/current

$(dist_man_MANS): %.8: $(doc_DIR)/man/man8/%.xml $(doc_DIR)/@[email protected]
$(XSLTPROC) --path $(doc_DIR) -o $@ $(XSLTARGS)/manpages/docbook.xsl $<
Expand Down

0 comments on commit c0888da

Please sign in to comment.