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 /doc/user/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 'doc/user/Makefile.am')
-rw-r--r-- | doc/user/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 1452c56..3bf19b1 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -24,6 +24,7 @@ EXTRA_DIST += src/api1.skb \ BUILT_SOURCES = doc-config.scm html_DATA = user.html +CLEANFILES = $(BUILT_SOURCES) $(html_DATA) skribilo = $(top_builddir)/src/pre-inst-skribilo skrflags = -I ../ -P ../img --compat=skribe @@ -36,10 +37,14 @@ load_path = $(top_srcdir)/src/guile:$(top_srcdir)/src/guile/skribilo/package:$(t if HAVE_LOUT +CLEANFILES += user.lout user.lout.ld user.li user.lix + if HAVE_PS2PDF pdf_DATA = user.pdf +CLEANFILES += $(pdf_DATA) else ps_DATA = user.ps +CLEANFILES += $(ps_DATA) endif .skb.lout: |