diff options
author | Stephen D. Huston <shuston@apache.org> | 2010-01-05 21:53:37 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2010-01-05 21:53:37 +0000 |
commit | 2716f00e985661fb9abc966d2eab97848aeed1b3 (patch) | |
tree | f5ea6f07cb934a2988b25a43af1100863e99e146 /cpp/docs/api | |
parent | 3a9e7f7630370b41837d53d263c64f2c60928b4a (diff) | |
download | qpid-python-2716f00e985661fb9abc966d2eab97848aeed1b3.tar.gz |
Add header.html and footer.html to dist files; resolves QPID-2302
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896236 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 f65b4ad8b2..3dd78ae7ad 100644 --- a/cpp/docs/api/Makefile.am +++ b/cpp/docs/api/Makefile.am @@ -23,7 +23,8 @@ if HAVE_DOXYGEN -EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp CMakeLists.txt +EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp CMakeLists.txt \ + header.html footer.html html: html.timestamp |