Make pygments generation part of build process

html target now depends on pygments target, ensuring stylesheets are
always generated and patched before building the site
This commit is contained in:
Russell Ballestrini 2025-10-13 11:57:31 -04:00
parent 58ace94933
commit 05c9f19913

View file

@ -33,7 +33,7 @@ venv:
resume:
venv/bin/rst2pdf content/pages/russell.ballestrini.resume.rst --stylesheets content/pages/russell.ballestrini.resume.style -o output/uploads/russell.ballestrini.resume.pdf
html:
html: pygments
venv/bin/pelican content -o output -s pelicanconf.py
clean: