diff options
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r-- | doc/user/Makefile.am | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 201a116..f1f44a3 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -65,10 +65,6 @@ ps_DATA = user.ps CLEANFILES += $(ps_DATA) endif !HAVE_PS2PDF -.skb.lout: - GUILE_LOAD_PATH=$(load_path):$$GUILE_LOAD_PATH \ - $(skribilo) $(skrflags) --target=lout -o $@ $< - .lout.ps: $(LOUT) -r4 -I$(srcdir)/lout -I$(builddir)/lout \ -c $(@:%.ps=%) -o $@ $< @@ -88,6 +84,18 @@ if HAVE_PS2PDF $(PS2PDF) -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress $(@:%.pdf=%.ps) endif +.skb.lout: + GUILE_LOAD_PATH=$(load_path):$$GUILE_LOAD_PATH \ + $(skribilo) $(skrflags) --target=lout -o $@ $< + +.skb.tex: + GUILE_LOAD_PATH=$(load_path):$$GUILE_LOAD_PATH \ + $(skribilo) $(skrflags) --target=latex -o $@ $< + +.skb.ctx: + GUILE_LOAD_PATH=$(load_path):$$GUILE_LOAD_PATH \ + $(skribilo) $(skrflags) --target=context -o $@ $< + # Install/uninstall files not listed in `html_DATA'. install-data-hook: |