diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 11:33:52 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 11:33:52 +0200 |
commit | 0e43d3b5705d8cb33cb74817d2808aa9996c0241 (patch) | |
tree | 73c483e5b24ef5f08503ca095ed1dc4f9ace36bc /doc | |
parent | 0c1a781c29a83f977e93724c698fb1a5fb97210d (diff) | |
download | librpm-tizen-0e43d3b5705d8cb33cb74817d2808aa9996c0241.tar.gz librpm-tizen-0e43d3b5705d8cb33cb74817d2808aa9996c0241.tar.bz2 librpm-tizen-0e43d3b5705d8cb33cb74817d2808aa9996c0241.zip |
Set GENERATE_MAN=NO.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/librpm.doxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/librpm.doxy.in b/doc/librpm.doxy.in index b270ac49d..28eb59ed2 100644 --- a/doc/librpm.doxy.in +++ b/doc/librpm.doxy.in @@ -882,7 +882,7 @@ RTF_EXTENSIONS_FILE = # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages -GENERATE_MAN = YES +GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be |