diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 7833294675..35e5f2fd87 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -199,7 +199,7 @@ xslt/figures/%.pdf: xslt/figures/%.eps # Fo $(FODIR)/%.fo: $(DOCBOOKDIR)/%.xml mkdir -p $(@D) - $(XSLTPROC) --output $@ http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $< + $(XSLTPROC) --output $@ xslt/fo.xsl $< # PDF thru Fo $(FOPDFDIR)/%.pdf: $(FODIR)/%.fo |