summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-21 13:23:33 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-21 13:23:33 +0200
commit6c7a1693a2c818b9d7b2e8d99d7365db8f1bc0e0 (patch)
tree120455f63ad24430f110f6c58d40bb01df494443 /doc/Makefile.am
parent674ff931f7be316ceb94fbad008fe9e97e0885a3 (diff)
downloadgnutls-6c7a1693a2c818b9d7b2e8d99d7365db8f1bc0e0.tar.gz
Don't clean Guile documentations on make clean.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 87f098bf44..da61cdacad 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -121,10 +121,10 @@ error_codes.texi: ../lib/gnutls_errors.c ../src/errcodes.c
-../src/errcodes > error_codes.texi
-guile_texi = core.c.texi extra.c.texi
-BUILT_SOURCES = $(guile_texi)
-CLEANFILES = $(guile_texi)
-EXTRA_DIST += $(guile_texi)
+guile_texi = core.c.texi extra.c.texi
+BUILT_SOURCES = $(guile_texi)
+MAINTAINERCLEANFILES = $(guile_texi)
+EXTRA_DIST += $(guile_texi)
if HAVE_GUILE