From f39347c92006298976587cbcf3647395816f200c Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Sat, 26 Nov 2005 18:01:09 +0000 Subject: Fixed the documentation's Makefile.am. * doc/user/Makefile.am: Fixed GUILE_LOAD_PATH. git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-12 --- ChangeLog | 14 ++++++++++++++ doc/user/Makefile.am | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d3e667..c5b4c72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 # +2005-11-26 18:01:09 GMT Ludovic Courtes patch-12 + + Summary: + Fixed the documentation's Makefile.am. + Revision: + skribilo--devel--1.2--patch-12 + + * doc/user/Makefile.am: Fixed GUILE_LOAD_PATH. + + + modified files: + ChangeLog doc/user/Makefile.am + + 2005-11-01 16:19:34 GMT Ludovic Courtes patch-11 Summary: 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 -- cgit v1.2.3