aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAlexandre Bouvier <[email protected]>2022-09-16 00:22:02 +0200
committerMatthew Gregan <[email protected]>2022-09-21 18:47:36 +1200
commit06aa271e5bca1a74692c8828ad8585dd9598e092 (patch)
tree72be3c27b456820bff0bcd727c6e94df10e67710 /docs
parent4783607ecc09e9493677a9c4e3db95f78d87409a (diff)
downloadcubeb-06aa271e5bca1a74692c8828ad8585dd9598e092.tar.gz
cubeb-06aa271e5bca1a74692c8828ad8585dd9598e092.zip
cmake: fix install rules
* don't install cmake test binaries * fix variable names in Doxyfile.in * install doc files
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in
index 2b52bce..8ec863b 100644
--- a/docs/Doxyfile.in
+++ b/docs/Doxyfile.in
@@ -1,5 +1,5 @@
-PROJECT_NAME = @PACKAGE@
-PROJECT_NUMBER = @VERSION@
+PROJECT_NAME = @PROJECT_NAME@
+PROJECT_NUMBER = @PROJECT_VERSION@
OUTPUT_DIRECTORY = .
JAVADOC_AUTOBRIEF = YES
OPTIMIZE_OUTPUT_FOR_C = YES