diff options
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r-- | doc/user/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 33d16ce..49026d5 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -4,7 +4,7 @@ skribilo = $(top_srcdir)/src/guile/skribilo.scm load_path = $(top_srcdir)/src/guile:$(top_srcdir)/src/guile/skribilo/package %.html: %.skb - GUILE_LOAD_PATH=$(load_path) \ + GUILE_LOAD_PATH=$(load_path):$$GUILE_LOAD_PATH \ $(skribilo) --target html -I ../ -o $@ $< if HAVE_LOUT @@ -12,7 +12,7 @@ if HAVE_LOUT BUILT_SOURCES += user.ps %.lout: %.skb - GUILE_LOAD_PATH=$(load_path) \ + GUILE_LOAD_PATH=$(load_path):$$GUILE_LOAD_PATH \ $(skribilo) --target lout -I ../ -o $@ $< %.ps: %.lout |