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 | c7dc1bdb194bc455f1fbb6a1b941275855a042d7 (patch) | |
tree | b21d04482238b7031dce70b6bcd373597f746254 /qpid/cpp/docs | |
parent | 909f7f24f12abedbe3b96f5f6e552995f37c5cfe (diff) | |
download | qpid-python-c7dc1bdb194bc455f1fbb6a1b941275855a042d7.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@489103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs')
-rw-r--r-- | qpid/cpp/docs/api/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/api/Makefile.am b/qpid/cpp/docs/api/Makefile.am index 3f64ce6f46..6845ec0b0d 100644 --- a/qpid/cpp/docs/api/Makefile.am +++ b/qpid/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) \ |