diff options
author | Ludovic Courtès | 2007-11-28 13:37:50 +0100 |
---|---|---|
committer | Ludovic Courtès | 2007-11-28 13:37:50 +0100 |
commit | 9d11a119ec7aec9db96caa1d80879b38da3a9950 (patch) | |
tree | 4f933ebd4fb4a0ca2d8cab1198e1f3b5db442a7f /doc/user/Makefile.am | |
parent | b2349ca9dfd2736d612194a4859a5a61c3c86066 (diff) | |
download | skribilo-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.am | 2 |
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 |