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

Makefile: cleanup ugly link

parent b10ed7c3
No related branches found
No related tags found
No related merge requests found
Pipeline #294 passed
...@@ -2,7 +2,9 @@ all: public/good_practices.html \ ...@@ -2,7 +2,9 @@ all: public/good_practices.html \
README.md README.md
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
README.md: good_practices.tex bibliography.bib README.md: good_practices.tex bibliography.bib
pandoc good_practices.tex --bibliography=bibliography.bib --citeproc --toc --standalone --number-sections -o README.md pandoc good_practices.tex --bibliography=bibliography.bib --citeproc --toc --standalone --number-sections -o README.md \
&& sed -Ei 's|\[\\\[sec:(.*)\\\]\]|[\1]|g' README.md
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment