aboutsummaryrefslogtreecommitdiff
path: root/doc/user/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès2007-11-28 13:37:50 +0100
committerLudovic Courtès2007-11-28 13:37:50 +0100
commit9d11a119ec7aec9db96caa1d80879b38da3a9950 (patch)
tree4f933ebd4fb4a0ca2d8cab1198e1f3b5db442a7f /doc/user/Makefile.am
parentb2349ca9dfd2736d612194a4859a5a61c3c86066 (diff)
downloadskribilo-9d11a119ec7aec9db96caa1d80879b38da3a9950.tar.gz
skribilo-9d11a119ec7aec9db96caa1d80879b38da3a9950.tar.lz
skribilo-9d11a119ec7aec9db96caa1d80879b38da3a9950.zip
Use modules from the source dir when building the doc.
* doc/user/Makefile.am (skribilo): Use `pre-inst-skribilo'. * src/Makefile.am (noinst_SCRIPTS): New. (substitute): Substitute `abs_top_srcdir' and `abs_top_builddir'. * src/pre-inst-skribilo.in: New.
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r--doc/user/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am
index 3b67dea..0501ff6 100644
--- a/doc/user/Makefile.am
+++ b/doc/user/Makefile.am
@@ -11,7 +11,7 @@ EXTRA_DIST = bib.skb char.skb colframe.skb document.skb emacs.skb \
BUILT_SOURCES = doc-config.scm
html_DATA = user.html
-skribilo = $(top_builddir)/src/skribilo
+skribilo = $(top_builddir)/src/pre-inst-skribilo
load_path = $(top_srcdir)/src/guile:$(top_srcdir)/src/guile/skribilo/package:$(top_builddir)/src/guile:$(top_srcdir)/doc/modules