This unbreaks 'make distcheck' for me. Jenkins shows this stopped
working with f1841caba3.

 -r
>From 8790911d77f857f410c6029ddb7d1f987e47ba6f Mon Sep 17 00:00:00 2001
From: Ralph Giles <gi...@mozilla.com>
Date: Fri, 18 Jan 2013 14:04:27 -0800
Subject: [PATCH] Fix the 'distclean' target.

Generated documentation needs to be removed by this target
for 'distcheck' to succeed.
---
 doc/Makefile.am      | 2 +-
 doc/html/Makefile.am | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 67703e9..54ec270 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -38,5 +38,5 @@ doc_DATA = \
 
 EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html 
$(doc_DATA)
 
-maintainer-clean-local:
+distclean-local:
        rm -rf FLAC.tag html/api doxytmp
diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am
index 2b06aab..5fd97cc 100644
--- a/doc/html/Makefile.am
+++ b/doc/html/Makefile.am
@@ -75,6 +75,6 @@ install-data-local:
        (cd $(builddir)/api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
 uninstall-local:
        rm -rf $(DESTDIR)$(docdir)/api
-maintainer-clean-local:
-       rm -rf api
+distclean-local:
+       -rm -rf api
 endif
-- 
1.7.11.7

_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to