docs: Ensure CLEANFILES is set before we use +=
authorColin Walters <walters@verbum.org>
Sat, 25 Aug 2012 21:13:43 +0000 (17:13 -0400)
committerColin Walters <walters@verbum.org>
Sat, 25 Aug 2012 21:13:43 +0000 (17:13 -0400)
We need to be defensive about this in the case where gtk-doc.make is
empty.

docs/reference/gio/Makefile.am
docs/reference/glib/Makefile.am
docs/reference/gobject/Makefile.am

index 4167069..64d95fe 100644 (file)
@@ -168,6 +168,7 @@ XSLTPROC_FLAGS = \
 
 endif
 
+CLEANFILES ?=
 CLEANFILES += $(man_MANS)
 
 EXTRA_DIST += $(man_MANS)
index 0ca622e..88404ed 100644 (file)
@@ -116,6 +116,7 @@ XSLTPROC_FLAGS = \
 
 endif
 
+CLEANFILES ?=
 CLEANFILES += $(man_MANS)
 
 EXTRA_DIST += $(man_MANS)
index 051883a..48d88f8 100644 (file)
@@ -92,6 +92,7 @@ XSLTPROC_FLAGS = \
 
 endif
 
+CLEANFILES ?=
 CLEANFILES += $(man_MANS)
 
 EXTRA_DIST += $(man_MANS)