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 | f102270694ba9f09bf66a988246de8afe779c1a9 (patch) | |
tree | 1eb283c69e978939434f0b2e41eb01e1da07410d /cpp/docs | |
parent | d7691e4e39eeba22124dabe047b5656449bc2ab5 (diff) | |
download | qpid-python-f102270694ba9f09bf66a988246de8afe779c1a9.tar.gz |
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
Diffstat (limited to 'cpp/docs')
-rw-r--r-- | cpp/docs/api/Makefile.am | 2 | ||||
-rw-r--r-- | cpp/docs/man/Makefile.am | 6 |
2 files changed, 4 insertions, 4 deletions
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) |