diff options
author | Ludovic Court`es | 2005-11-28 09:46:12 +0000 |
---|---|---|
committer | Ludovic Court`es | 2005-11-28 09:46:12 +0000 |
commit | d14b60a0b4ea1eb5ea84d74b1b2fe59d24ae9bf3 (patch) | |
tree | 573b50c16ba62a67e18e16d5604f1ea5157019ae /configure.ac | |
parent | 38ef94ef3cd5417a907da6c8540d36734b4cde51 (diff) | |
download | skribilo-d14b60a0b4ea1eb5ea84d74b1b2fe59d24ae9bf3.tar.gz skribilo-d14b60a0b4ea1eb5ea84d74b1b2fe59d24ae9bf3.tar.lz skribilo-d14b60a0b4ea1eb5ea84d74b1b2fe59d24ae9bf3.zip |
Fixed and updated the installation process.
* src/skribilo.in: New file.
* configure.ac: Produce `src/skribilo'.
* src/Makefile.am (bin_SCRIPTS): New.
(EXTRA_DIST): New.
* src/guile/Makefile.am (bin_SCRIPTS): Removed.
(guilemoduledir): New.
(dist_guilemodule_DATA): New.
* src/guile/skribilo/Makefile.am (dist_guilemodule_DATA): Updated.
* src/guile/skribilo/Makefile.in: Removed.
* src/guile/skribilo/coloring/Makefile.am (guilemoduledir): Fixed.
* src/guile/skribilo/engine/lout.scm: Fixed a typo.
* src/guile/skribilo/skribe/Makefile.am (guilemoduledir): Fixed.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a4bc494..9bcf2d9 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,7 @@ AC_SUBST([SKRIBILO_EXT_DIR], ["$datadir/skribilo/1.2/"]) AC_SUBST([SKRIBILO_SKR_PATH], ["$GUILE_SITE/"]) AC_OUTPUT([Makefile + src/skribilo src/Makefile src/guile/Makefile src/guile/skribilo/Makefile |