Displaying 1 result from an estimated 1 matches for "54ec270".
Did you mean:
d44ec270
2013 Jan 18
0
[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/htm...