mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Switch back to main repo. Fix generation of the Qt Help file and make docs co-installable for both flavors. Pet portclippy(1) and portlint(1).
11 lines
573 B
Text
11 lines
573 B
Text
--- doc/doc.pri.orig 2024-03-31 17:32:44 UTC
|
|
+++ doc/doc.pri
|
|
@@ -59,7 +59,7 @@ include( ../common-installs-config.pri )
|
|
#-----------------------------------------------------------------------------
|
|
# Installation target setup for documentation
|
|
#-----------------------------------------------------------------------------
|
|
-documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}
|
|
+documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}$${QT_MAJOR_VERSION}
|
|
for( folder, DOC_FOLDERS ) {
|
|
documentation.files += $${TOP_BUILD_DIR}/$${folder}
|
|
}
|