Commit graph

3 commits

Author SHA1 Message Date
Gunjan Vyas
f03f196acc docs: expand @@option includes and rename podman-remote.html in make.ps1
Run markdown-preprocess before pandoc (same as make docs), prefer
generated .md over .md.in, and rename podman-remote.html to podman.html
like remote-docs.sh so Windows winmake docs match the Linux path.

Assisted-by: Cursor

Signed-off-by: Gunjan Vyas <gvyas@redhat.com>
2026-07-31 20:33:07 +05:30
Gunjan Vyas
8fd4c47dfd docs: fix make.ps1 hanging when Out-String wraps help on narrow consoles
Out-String breaks long help lines on smaller consoles (such as CI
runners), so command discovery mis-parses wrapped description text
as subcommands and docs can recurse forever. Parse as remote-docs.sh

Signed-off-by: Gunjan Vyas <gvyas@redhat.com>
2026-07-22 17:57:53 +05:30
Mario Loriedo
dcec81e694 Add new targets on Windows makefile (winmake.ps1)
Add the following targets in winmake.ps1:
- `installer`: builds the Windows installer
- `docs`: builds the documentation HTML pages
- `validatepr`: runs the Linux Makefile `.valiatepr`
                target using podman.
- `lint`: faster validation that runs linter locally

Update of `build_windows.md`:
- removed every reference to the MSYS2 platform
- added instructions to build the installer and linters

Fix https://github.com/containers/podman/issues/21821 and https://github.com/containers/podman/issues/21911

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
2024-06-06 13:41:53 +02:00