aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-17 10:10:38 +0100
committerDavid Robillard <d@drobilla.net>2020-12-17 10:10:38 +0100
commit0ca210bc004be707b797cb039491af95d457c9ce (patch)
tree14924119fb34a6b62030ec69fc361c1ab92b31a8
parentc3e339a0d27fe580197b03892b8f6c7391803c51 (diff)
downloadserd-0ca210bc004be707b797cb039491af95d457c9ce.tar.gz
serd-0ca210bc004be707b797cb039491af95d457c9ce.tar.bz2
serd-0ca210bc004be707b797cb039491af95d457c9ce.zip
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.
-rw-r--r--NEWS3
-rw-r--r--doc/reference.doxygen.in2
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 <d@drobilla.net> Sat, 14 Nov 2020 11:25:26 +0000
+ -- David Robillard <d@drobilla.net> 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