diff options
author | Ludovic Court`es | 2006-09-01 15:58:59 +0000 |
---|---|---|
committer | Ludovic Court`es | 2006-09-01 15:58:59 +0000 |
commit | 8e0448d1a0b2590453935e457d9f7de4a6d32502 (patch) | |
tree | 65bc7abec65bb65da54d6b83289f905078155862 /configure.ac | |
parent | 6b9d99e92e357dd053325f0f373d7d5f69919b35 (diff) | |
download | skribilo-8e0448d1a0b2590453935e457d9f7de4a6d32502.tar.gz skribilo-8e0448d1a0b2590453935e457d9f7de4a6d32502.tar.lz skribilo-8e0448d1a0b2590453935e457d9f7de4a6d32502.zip |
Turned `doc/skr' into `doc/modules', `skribe-load' into `use-modules'.
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-54
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2ac4dcc..5774273 100644 --- a/configure.ac +++ b/configure.ac @@ -52,4 +52,6 @@ AC_OUTPUT([Makefile doc/user/src/Makefile doc/img/Makefile doc/dir/Makefile - doc/skr/Makefile]) + doc/modules/Makefile + doc/modules/skribilo/Makefile + doc/modules/skribilo/documentation/Makefile]) |