Skip to content

Commit

Permalink
Installation paths for the docs and font directories.
Browse files Browse the repository at this point in the history
Added installation paths for docs and font directories in pkg_inst.hbm to support consistent handling of external projects and ensure proper placement of these directories within the addons folder.
  • Loading branch information
Rafał Jopek committed Dec 29, 2024
1 parent a961780 commit 3b7ff3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */

2024-12-29 09:53 UTC+0100 Rafał Jopek (harbour.pl)
* utils/hbmk2/pkg_inst.hbm
+ added instpath for `docs` and `font` directories to support external
projects. This ensures consistent placement of `docs` and `font`
directories within the `addons` folder structure.

2024-12-26 18:12 UTC+0100 Rafał Jopek (harbour.pl)
* contrib/gtqtc/gtqtc.hbp
+ added depbinpath for QT6 on Linux to locate moc correctly
Expand Down
6 changes: 5 additions & 1 deletion utils/hbmk2/pkg_inst.hbm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
-instfile=inc_sub:include/*.ch
-instfile=inc:*.hbx
-instfile=tests:tests/*.*
-instfile=docs:docs/*.*
-instfile=font:font/*.*

# setup target directories for installation
# -----------------------------------------
Expand All @@ -38,8 +40,10 @@
# import libraries belonging to project dependencies
{!(HB_INSTALL_IMPLIB='no')}-instpath=depimplib:${hb_addons}/${hb_name}/lib/${hb_plat}/${hb_comp}/

# misc files, public headers, tests
# misc files, public headers, tests, docs, font
-instpath=misc:${hb_addons}/${hb_name}/
-instpath=inc:${hb_addons}/${hb_name}/
-instpath=inc_sub:${hb_addons}/${hb_name}/include/
-instpath=tests:${hb_addons}/${hb_name}/tests/
-instpath=docs:${hb_addons}/${hb_name}/docs/
-instpath=font:${hb_addons}/${hb_name}/font/

0 comments on commit 3b7ff3e

Please sign in to comment.