diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-01-19 14:50:18 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-01-19 14:50:18 +0200 |
commit | 6bd713ab319514d655d0466330a246703a7c16ae (patch) | |
tree | 2ddc9257a15beea80fc920da18758e8ce5bf45bc /INSTALL | |
parent | 479a4a9d75a1973247f1a937228ec96479f88c31 (diff) | |
download | librpm-tizen-6bd713ab319514d655d0466330a246703a7c16ae.tar.gz librpm-tizen-6bd713ab319514d655d0466330a246703a7c16ae.tar.bz2 librpm-tizen-6bd713ab319514d655d0466330a246703a7c16ae.zip |
Update / clarify documentation on building API/hacking docs
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -109,8 +109,10 @@ autoconf, automake, gettext, libtool, makeinfo, perl, GNU m4, GNU tar available from http://www.gnu.org/ -If you want to build RPM API documentation, use --enable-apidocs configure -option. Doxygen is needed for this, it's available at +RPM distribution tarballs come with doxygen generated HTML documentation +for the public RPM API, but if you want to generate documentation for +the entire source including internal API's, use --enable-hackingdocs +configure option. Doxygen is needed for this, it's available at http://www.stack.nl/~dimitri/doxygen/ If you plan on using cryptographic signatures you will need a version |