diff --git a/Makefile b/Makefile index 43586db..a99142c 100644 --- a/Makefile +++ b/Makefile @@ -165,10 +165,11 @@ LN := cp -l # docs (markdown)... # # XXX this still needs some tweaking... -# - |..| - verbatim does not work... -# - || - parts of doc omitted... -# - verbatim blocks get merged sometimes... -# - ... +# - |..| - verbatim does not work... +# - || - parts of doc omitted... +# - verbatim blocks get merged sometimes... +# - ... +# ...not sure if this can be tweaked... #%.md: %.tex # pandoc -t $(MD_FORMAT) -s $< -o $@