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:
parent
58ace94933
commit
05c9f19913
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue