From f102270694ba9f09bf66a988246de8afe779c1a9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 1 May 2007 16:10:42 +0000 Subject: Makefile fixes to get make distcheck passing. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@534143 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/docs/api/Makefile.am | 2 +- cpp/docs/man/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/docs') diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am index adc7a5d8b3..121c263a12 100644 --- a/cpp/docs/api/Makefile.am +++ b/cpp/docs/api/Makefile.am @@ -6,7 +6,7 @@ # TODO aconway 2007-04-12: html should have a # dependency on source/header files. -EXTRA_DIST = html user.doxygen developer.doxygen +EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp html: html.timestamp diff --git a/cpp/docs/man/Makefile.am b/cpp/docs/man/Makefile.am index 7d2acd7227..c8df4eab6a 100644 --- a/cpp/docs/man/Makefile.am +++ b/cpp/docs/man/Makefile.am @@ -1,8 +1,8 @@ dist_man_MANS = qpidd.1 -man_aux = $(dist_man_MANS:.1=.x) $(optional_mans:.1=.x) -EXTRA_DIST = $(man_aux) $(optional_mans) -MAINTAINERCLEANFILES = $(dist_man_MANS) +man_aux = $(dist_man_MANS:.1=.x) +EXTRA_DIST = $(man_aux) +DISTCLEANFILES = $(dist_man_MANS) dist-hook: $(man_aux) -- cgit v1.2.1