[grits] Only delete sections on maintainer-clean
- From: Andy Spencer <andys src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grits] Only delete sections on maintainer-clean
- Date: Mon, 24 Jan 2011 05:29:14 +0000 (UTC)
commit 901270339e83192fd5765f32584941435f96331f
Author: Andy Spencer <andy753421 gmail com>
Date: Thu Nov 18 07:05:16 2010 +0000
Only delete sections on maintainer-clean
The sections file is included in the .tar.gz so it should not be deleted
with clean.
This fixes a Debian git-buildpackage error.
docs/api/Makefile.am | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index 444de10..cab8837 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -1,6 +1,5 @@
AM_CPPFLAGS = $(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)
-
# Gtk docs
GTKDOC_LIBS = $(SOUP_LIBS) $(GLIB_LIBS) $(GTK_LIBS) \
$(top_srcdir)/src/libgis.la \
@@ -11,15 +10,12 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
MKDB_OPTIONS = --sgml-mode --output-format=xml
include $(top_srcdir)/gtk-doc.make
-CLEANFILES += libgis-sections.txt
-
-
# Man pages
man_MANS = gis-demo.1
%.1: %.xml
xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
EXTRA_DIST += $(man_MANS)
-
+# Remove auto-generated files
MAINTAINERCLEANFILES = \
- tmpl/* Makefile.in libgis-overrides.txt libgis.types libgis-scan.*
+ tmpl/* Makefile.in libgis-overrides.txt llibgis-sections.txt ibgis.types libgis-scan.*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]