8ad5e1ff47
fix(Makefile): resolve recursive variable expansion issues
...
Addressed issues with recursive variable expansion in the Makefile to ensure proper variable assignment and prevent potential build errors.
* Changed variable assignments to use ':=' for non-recursive expansion
* Updated all relevant variables to prevent recursive expansion errors
* Ensured consistent and efficient variable handling across the Makefile
Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>
2025-03-18 14:19:53 +01:00
0249d0e85c
feat: add support for pandoc pdf
2024-12-11 22:14:25 +01:00
a0279653f5
fix: make sure it runs
continuous-integration/drone/push Build is passing
2024-09-23 01:39:46 +02:00
3cea2ba18d
refactor: makefile & tasks
2024-09-23 01:03:29 +02:00
7b17049512
fix: sort help output
continuous-integration/drone/push Build is passing
2024-09-23 00:06:32 +02:00
acec55dfff
refactor: move tasks in subfiles
2024-09-22 23:42:26 +02:00
cf07f3b064
refactor: split Makefile into task files
2024-09-10 18:43:40 +02:00
1ebd4cbd4f
refactor(make): split Makefile into sub-tasks files
2024-08-05 12:36:47 +02:00
d123b3cd65
chore: bump marp versions
2024-04-17 17:05:16 +02:00
bc3f0f911f
fix: ignore _* files and dirs & manage image subfolders
2024-02-16 23:57:43 +01:00
53a626474c
make: Fix bad ref and help text for PPTX
continuous-integration/drone/push Build is passing
2023-04-06 20:20:15 +02:00
9fd96ed628
make: Auto-build autoslide
2023-04-06 20:15:54 +02:00
c5b12cb0a8
fix: Make sure autoslide is run before watch
2023-01-12 08:47:21 +01:00
b601b7b865
fix: PDF build for docs must output to docs.pdf
2022-08-29 17:10:03 +02:00
bdff1bff17
feat: Add support for pptx output
2022-06-20 12:13:22 +02:00
e91c8b2c5c
clean: Normalize makefile target definition
2022-06-20 12:13:08 +02:00
b56d7c4d20
feature: Add auto-generated deck 'autoslide'
2022-06-20 12:04:10 +02:00
ccade28d49
doc: Add missing entry for build-docs-pdf in 'make help'
2022-04-26 11:22:38 +02:00
b67e4c735e
fix: missing context in makefile recipe for docker-build
2022-01-30 17:14:02 +01:00
a625e2aeec
doc: add comments for docker* commands
2022-01-30 15:54:43 +01:00
50e056d6c3
feat: add rule build-slides-html (no action yet)
2021-12-21 19:54:12 +01:00
27e203a3ac
ci: handle no-tty mode
2021-12-21 16:42:00 +01:00
c5a74ae4cb
Remove tocupdate
2021-12-15 23:43:28 +01:00
2a2dcd0dec
Disable tocupdate
2021-12-15 23:34:09 +01:00
630e589960
makefile: Fix pipenv parameters
2021-12-15 17:46:23 +01:00
20b498bc55
fix: make pipenv install system-wide
2021-12-06 14:59:18 +01:00
e0a256084a
marp: handle theme for build-slides
2021-12-06 12:22:19 +01:00
61a5f735ab
docker: add shell command to entrypoint
2021-12-06 11:47:53 +01:00
5c13743b86
make: fix docker commands
2021-11-25 18:44:26 +01:00
3d28838756
make: add shell target
2021-11-25 17:50:22 +01:00
35316eae6b
Better tagging of images
2021-11-25 16:59:13 +01:00
5e6f017f0c
Add support for mdpp slides
2021-07-23 16:15:53 +02:00
2193ca202d
fix: Make sure watch works for tocupdate target
2021-06-27 23:45:49 +02:00
2f055b381a
fix: target update-toc must behave like build or watch
2021-06-27 23:45:49 +02:00
2ef2432b9d
fix: make sure theme.css is present when generating slides
2021-06-27 23:45:49 +02:00
3e612dedbd
feature: Add ORA -> PNG support in Makefile
2021-04-10 12:53:44 +02:00
da58fef783
feature: Add UML -> SVG support in Makefile
2021-04-10 12:38:42 +02:00
255c6f8e20
npm: make sure latest browser data is available
2021-03-09 08:57:23 +01:00
dce9e69a35
scripts: Improve update-toc
2020-11-11 10:52:15 +01:00
0ad4cf46e5
Makefile: use variables for input/output directories
2020-11-09 10:05:12 +01:00
0a6261036d
Makefile: fix path to marp theme
2020-09-29 16:41:52 +02:00
5dcaa2849e
Makefile: fix path to marp engine
2020-09-03 11:30:31 +02:00
7d7954849f
Make port configurable
2020-04-19 12:44:17 +02:00
eccbe5db3c
Upgrade makefile for both slides & docs
2020-04-19 12:03:43 +02:00
9d7724af0b
Initial import
2018-04-20 17:27:59 +02:00