]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
INSTALL-CMAKE.md: add recently added targets
authorViktor Szakats <commit@vsz.me>
Thu, 18 Dec 2025 20:14:31 +0000 (21:14 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 18 Dec 2025 20:27:58 +0000 (21:27 +0100)
Follow-up to d7bde803ee839eb438c95a1142411ceff2a11672 #20014

Closes #20020

docs/INSTALL-CMAKE.md

index 14e2c193e7f3289337cb0dcda6f36e0dff2fe726..a3598c790a5e9c6436fd6acfffb46d89bc5bd3fe 100644 (file)
@@ -544,6 +544,9 @@ Note: These variables are internal and subject to change.
 - `curl-completion-zsh`:    Build shell completions for zsh (built by default if enabled)
 - `curl-ca-bundle`:         Build the CA bundle via `scripts/mk-ca-bundle.pl`
 - `curl-ca-firefox`:        Build the CA bundle via `scripts/firefox-db2pem.sh`
+- `curl-listcats`:          Generate help category constants for `src/tool_help.h` from documentation.
+- `curl-listhelp`:          Generate `src/tool_listhelp.c` from documentation.
+- `curl-optiontable`:       Generate `lib/easyoptions.c` from documentation.
 
 # Migrating from Visual Studio IDE Project Files