diff options
author | Alan Conway <aconway@apache.org> | 2007-05-01 16:10:42 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-05-01 16:10:42 +0000 |
commit | c53511771a1ad0de123a249105f3d4f633518249 (patch) | |
tree | 30da67bb55ad3bd77b9f8eb11e93aaf15518d2e2 /qpid/cpp/docs | |
parent | 76e9bcf526adac69a4de52ea6e721424af2ee9e4 (diff) | |
download | qpid-python-c53511771a1ad0de123a249105f3d4f633518249.tar.gz |
Makefile fixes to get make distcheck passing.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@534143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs')
-rw-r--r-- | qpid/cpp/docs/api/Makefile.am | 2 | ||||
-rw-r--r-- | qpid/cpp/docs/man/Makefile.am | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/docs/api/Makefile.am b/qpid/cpp/docs/api/Makefile.am index adc7a5d8b3..121c263a12 100644 --- a/qpid/cpp/docs/api/Makefile.am +++ b/qpid/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/qpid/cpp/docs/man/Makefile.am b/qpid/cpp/docs/man/Makefile.am index 7d2acd7227..c8df4eab6a 100644 --- a/qpid/cpp/docs/man/Makefile.am +++ b/qpid/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) |