$OpenBSD: patch-Makefile_am,v 1.2 2015/06/12 10:59:47 dcoppa Exp $
--- Makefile.am.orig	Fri Sep 12 22:32:42 2014
+++ Makefile.am	Fri Jun 12 12:19:23 2015
@@ -185,27 +185,10 @@ EXTRA_DIST += \
 CLEANFILES += $(BUILT_SOURCES)
 
 dist-hook:
-	rm -vf `find $(top_distdir) -name '*.pb-c.[ch]' -o -name '*.pb.cc' -o -name '*.pb.h'`
+	rm -f `find $(top_distdir) -name '*.pb-c.[ch]' -o -name '*.pb.cc' -o -name '*.pb.h'`
 
 install-data-hook:
 	$(MKDIR_P) $(DESTDIR)$(includedir)/google/protobuf-c
-	cd $(DESTDIR)$(includedir)/google/protobuf-c && rm -vf protobuf-c.h
+	cd $(DESTDIR)$(includedir)/google/protobuf-c && rm -f protobuf-c.h
 	cd $(DESTDIR)$(includedir)/google/protobuf-c && $(LN_S) ../../protobuf-c/protobuf-c.h protobuf-c.h
-
-#
-# documentation
-#
-
-if HAVE_DOXYGEN
-stamp-html: $(DOXYGEN_INPUT_FILES) $(top_builddir)/Doxyfile $(top_srcdir)/DoxygenLayout.xml $(include_HEADERS) $(nobase_include_HEADERS)
-	$(AM_V_GEN) $(DOXYGEN)
-	@touch $@
-html-local: stamp-html
-
-clean-local:
-	rm -rf $(top_builddir)/html $(top_builddir)/stamp-html
-endif
-
-EXTRA_DIST += Doxyfile.in
-EXTRA_DIST += DoxygenLayout.xml
 EXTRA_DIST += build-cmake/CMakeLists.txt
