diff options
author | Ludovic Courtès | 2007-12-01 19:03:48 +0100 |
---|---|---|
committer | Ludovic Courtès | 2007-12-01 19:03:48 +0100 |
commit | 88f95eb1bd2ff5c6642e98719e08c307600f16ef (patch) | |
tree | 32d7311d34a7c33da2fac4d1483784341db18e37 /Makefile.am | |
parent | 0764fba7d142868f2dc3493f2af95633787db02d (diff) | |
download | skribilo-88f95eb1bd2ff5c6642e98719e08c307600f16ef.tar.gz skribilo-88f95eb1bd2ff5c6642e98719e08c307600f16ef.tar.lz skribilo-88f95eb1bd2ff5c6642e98719e08c307600f16ef.zip |
Make "distcheck" happy.
* Makefile.am (EXTRA_DIST): Remove `config.rpath'.
* doc/user/Makefile.am (CLEANFILES): New.
* src/Makefile.am (EXTRA_DIST): Add `pre-inst-skribilo.in'.
(CLEANFILES): Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 382cc08..e17dbfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ SUBDIRS = po src doc ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = TODO README.Skribe ChangeLog.Skribe \ - guile-lint.am config.rpath + guile-lint.am |