diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -37,9 +37,10 @@ spec.md: $(SPEC)  spec.html: spec.md template.html  	pandoc --no-highlight --number-sections --template template.html -s --toc -S $< | \ -	perl -pe 's/a href="@([^"]*)"/a id="\1" href="#\1" class="definition"/g' > $@ +	perl -pe 's/a href="@([^"]*)"/a id="\1" href="#\1" class="definition"/g' | \ +	perl -pe 's/␣/<span class="space"> <\/span>/g' \ +	> $@ -	 # | perl -pe 's/␣/<span class="space"> <\/span>/g' > $@  spec.pdf: spec.md template.tex specfilter.hs  	pandoc -s $< --template template.tex \ | 
