diff options
author | Alan Conway <aconway@apache.org> | 2006-12-20 14:40:09 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-12-20 14:40:09 +0000 |
commit | 7ec92c0a43be9e5934b35565a7f46eb83e36f6d1 (patch) | |
tree | 694de1477f2aa90c42670f0d29e77f7e7c8e8e19 /cpp/docs | |
parent | 2007833bd485fccbd03551841fc67f89f6f1424b (diff) | |
download | qpid-python-7ec92c0a43be9e5934b35565a7f46eb83e36f6d1.tar.gz |
make rpm in cpp directory builds qpidc RPMs in default locations.
Note: you need to chown or chmod the directories under
/usr/src/redhat/RPMS/i386 to be writable for this to work, there is
probably a better solution. Building RPMs as root is a Bad Idea.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs')
-rw-r--r-- | cpp/docs/api/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am index 3f64ce6f46..6845ec0b0d 100644 --- a/cpp/docs/api/Makefile.am +++ b/cpp/docs/api/Makefile.am @@ -3,7 +3,7 @@ html: doxygen.tstamp dist-hook: html -nobase_dist_doc_DATA=$(wildcard html/*) +EXTRA_DIST=html SOURCES = \ $(wildcard $(topsrcdir)/gen/*.h) \ |