Skip to content
Snippets Groups Projects
Verified Commit 076de8cd authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Makefile: publish css

parent 1a1769ec
No related branches found
No related tags found
No related merge requests found
all: public/good_practices.html \ all: public/good_practices.html \
public/github-pandoc.css \
README.md README.md
public/github-pandoc.css: github-pandoc.css
cp github-pandoc.css public/github-pandoc.css
public/good_practices.html: good_practices.tex bibliography.bib github-pandoc.css public/good_practices.html: good_practices.tex bibliography.bib github-pandoc.css
pandoc good_practices.tex --bibliography=bibliography.bib -c github-pandoc.css --citeproc --toc --standalone --number-sections -o public/good_practices.html \ pandoc good_practices.tex --bibliography=bibliography.bib -c github-pandoc.css --citeproc --toc --standalone --number-sections -o public/good_practices.html \
&& sed -Ei 's|>\[sec:(.*)\]<|>\1<|g' public/good_practices.html && sed -Ei 's|>\[sec:(.*)\]<|>\1<|g' public/good_practices.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment