diff options
author | Ludovic Courtès | 2012-05-26 16:36:56 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-29 00:08:12 +0200 |
commit | 43bce37eedfa8b25b5125dac492748d6eb874d57 (patch) | |
tree | 24d8ff609c448b9342786eb01ff315ca736e0c5a /configure.ac | |
parent | 2306ab7701aaa26e13423bbd6744bd6c487c598b (diff) | |
download | skribilo-43bce37eedfa8b25b5125dac492748d6eb874d57.tar.gz skribilo-43bce37eedfa8b25b5125dac492748d6eb874d57.tar.lz skribilo-43bce37eedfa8b25b5125dac492748d6eb874d57.zip |
doc: Install images alongside the Info manual.
* configure.ac: Invoke `AC_PROG_LN_S' and `AC_PROG_MKDIR_P'.
* doc/user/Makefile.am (install-data-hook): Create symlinks to the PNG
files from $(infodir).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0585bb0..4975b0b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,8 @@ AC_ARG_WITH([guilemoduledir], esac], [guilemoduledir=""]) +AC_PROG_LN_S +AC_PROG_MKDIR_P # Look for Guile. GUILE_PROGS |