diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-05-09 14:12:01 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-05-09 14:12:01 +0200 |
commit | 39c8e6b055981a16b7e641c5201b1d280f2c6ad0 (patch) | |
tree | 7fae6c944bf82e23ece236a482c73dcd57f02379 /Makefile | |
parent | 5415ea0336b1c1678f8da348b26535b8ba2a7ca9 (diff) | |
parent | d3df555699c7189503de7f49c6c48d6d04b84083 (diff) |
Updated version 0.5 from 'upstream/0.5'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ all: ${MANPAGES} # upper case the headers and remove the links %.1: %.md - @pandoc -S -f markdown -t json "$<" | \ + @pandoc -f markdown -t json "$<" | \ jq " \ def fixheaders: \ if .t == \"Header\" then \ @@ -29,7 +29,7 @@ all: ${MANPAGES} , meta \ , blocks: .blocks | map(fixheaders) | map(fixlinks) \ }" | \ - pandoc -sS -f json -t man -o "$@" + pandoc -s -f json -t man+smart -o "$@" install: ${MANPAGES} install -d $(DESTDIR)/etc/lacme |