[gxml] * distcheck: distclean some generated files
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] * distcheck: distclean some generated files
- Date: Thu, 23 Aug 2012 00:45:49 +0000 (UTC)
commit f0394fae11396d5d9cbaada1670bd019117ac0e9
Author: Richard Schwarting <aquarichy gmail com>
Date: Wed Aug 22 20:45:26 2012 -0400
* distcheck: distclean some generated files
Makefile.am | 3 ++-
docs/Makefile.am | 3 +++
po/POTFILES | 1 -
po/POTFILES.in | 2 +-
test/Makefile.am | 4 ++--
5 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 59094cb..da4a207 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,8 @@ MAINTAINERCLEANFILES = \
DISTCLEANFILES = intltool-extract \
intltool-merge \
intltool-update \
- po/.intltool-merge-cache
+ po/.intltool-merge-cache \
+ ChangeLog
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 6efcd67..520f906 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -116,6 +116,9 @@ gxml-gtk-doc: $(gxml_doc_files) $(gxml_wiki_files)
.PHONY: $(phony_deps)
+distclean:
+ rm -rf $(distclean_dirs) Makefile
+
# Hack, because I don't know how to make the other ones targets :D
# all: gxml-gtk-doc gxml-doc
diff --git a/po/POTFILES b/po/POTFILES
index 456c6b4..e69de29 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -1 +0,0 @@
- ../src/lib.c
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 71a7163..501bebd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,3 @@
# List of source files containing translatable strings.
-src/lib.c
+# src/lib.c
diff --git a/test/Makefile.am b/test/Makefile.am
index 83eeaaa..7a4a44b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -77,9 +77,7 @@ testdir = $(top_builddir)/test
test_DATA = \
test_out_path_expected.xml \
- test_out_path.xml \
test_out_stream_expected.xml \
- test_out_stream.xml \
test.xml \
$(NULL)
@@ -87,6 +85,8 @@ BUILT_SOURCES = gxml_test.vala.stamp
CLEANFILES = $(BUILT_SOURCES) gxml_test
+DISTCLEANFILES = _serialization_test_*.xml
+
EXTRA_DIST += \
$(test_DATA) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]