diff options
author | Alan Conway <aconway@apache.org> | 2007-05-01 15:09:26 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-05-01 15:09:26 +0000 |
commit | d2c07ddac5ab260e835cd79faeabc44cb58e972f (patch) | |
tree | ae576f6eac4853e74f2edc4925c09174042eeea7 /cpp/docs/api | |
parent | e446e7b10876a5e5bae6ff04c0e96b103e53023d (diff) | |
download | qpid-python-d2c07ddac5ab260e835cd79faeabc44cb58e972f.tar.gz |
Add doxygen.timestamp to distribution so make distcheck will pass.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api')
-rw-r--r-- | cpp/docs/api/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am index a02e7dd084..0942e00efd 100644 --- a/cpp/docs/api/Makefile.am +++ b/cpp/docs/api/Makefile.am @@ -4,7 +4,8 @@ dist-hook: html EXTRA_DIST = \ html \ - user.doxygen + user.doxygen \ + doxygen.tstamp SOURCES = \ $(wildcard $(top_srcdir)/gen/*.h) \ |