diff options
author | Ludovic Courtès | 2008-03-31 17:53:33 +0200 |
---|---|---|
committer | Ludovic Courtès | 2008-03-31 17:53:33 +0200 |
commit | 94adc56145af17f6d9883fb896b5c65867a0810c (patch) | |
tree | 2cb4260556b6e41f092b9a75aafa1d0aeaeff740 /configure.ac | |
parent | ebf08bec1db7b987c1acf15253b057c5575c29b3 (diff) | |
download | skribilo-94adc56145af17f6d9883fb896b5c65867a0810c.tar.gz skribilo-94adc56145af17f6d9883fb896b5c65867a0810c.tar.lz skribilo-94adc56145af17f6d9883fb896b5c65867a0810c.zip |
Remove 4 makefiles from `doc'.
* configure.ac: Update.
* doc/Makefile.am (SUBDIRS): Update.
(EXTRA_DIST): New.
* doc/modules/Makefile.am (SUBDIRS): Remove.
(EXTRA_DIST): New.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a76a4e6..2371b47 100644 --- a/configure.ac +++ b/configure.ac @@ -106,10 +106,6 @@ AC_OUTPUT([Makefile src/guile/skribilo/biblio/Makefile doc/Makefile doc/user/Makefile - doc/img/Makefile - doc/dir/Makefile doc/modules/Makefile - doc/modules/skribilo/Makefile - doc/modules/skribilo/documentation/Makefile doc/man/Makefile emacs/Makefile]) |