gtk-doc.mak: only enable breaking on new API when make distcheck passes, not before
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 18 Oct 2005 08:00:14 +0000 (08:00 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 18 Oct 2005 08:00:14 +0000 (08:00 +0000)
Original commit message from CVS:

* gtk-doc.mak:
only enable breaking on new API when make distcheck passes,
not before

ChangeLog
gtk-doc.mak

index a622a56..7d49c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * gtk-doc.mak:
+         only enable breaking on new API when make distcheck passes,
+         not before
+
+2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * m4/gst-check.m4:
          Resurrect Julien's dead body and wipe his mind clean
 
index 37af4ac..1182a0d 100644 (file)
@@ -95,7 +95,7 @@ tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections
        fi
        gtkdoc-mktmpl --module=$(DOC_MODULE) | tee tmpl-build.log
        @if test -s $(DOC_MODULE)-unused.txt; then \
-           exit 1; fi
+           true; fi # exit 1; fi
        rm -f tmpl-build.log
        touch tmpl-build.stamp