From 0ca210bc004be707b797cb039491af95d457c9ce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Dec 2020 10:10:38 +0100 Subject: Don't install API man pages These weren't particularly useful, and the project will be migrating away from Doxygen entirely anyway. The serdi man page, which is manually written, of course remains. --- NEWS | 3 ++- doc/reference.doxygen.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 82812ee1..5e9d68e3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ serd (0.30.7) unstable; * Deprecate serd_uri_to_path() + * Don't install API man pages * Fix potential memory error when serialising URIs * Move headers to an include directory * Refuse to write relative URI references to NTriples @@ -8,7 +9,7 @@ serd (0.30.7) unstable; * Split up and reorganize unit tests * Use aligned allocation via C11 or Windows API where possible - -- David Robillard Sat, 14 Nov 2020 11:25:26 +0000 + -- David Robillard Thu, 17 Dec 2020 09:09:31 +0000 serd (0.30.6) stable; diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index c10f046f..946b606c 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -1847,7 +1847,7 @@ RTF_SOURCE_CODE = NO # classes and files. # The default value is: NO. -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 put in front of -- cgit v1.2.1