Skip to content

Commit 94503c1

Browse files
committed
update for newer pandoc
"smart" extension is no longer supported for docbook
1 parent 81dffdd commit 94503c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ HTML_IMAGES = \
127127
# we have some files in markdown ... convert to docbook for gtk-doc
128128
# pandoc makes section headers, we want refsect3 for gtk-doc
129129
.md.xml:
130-
pandoc -s --template="$(realpath pandoc-docbook-template.docbook)" --wrap=none -V title="$<" -f markdown+smart -t docbook-smart -o $@ $<
130+
pandoc -s --template="$(realpath pandoc-docbook-template.docbook)" --wrap=none -V title="$<" -f markdown+smart -t docbook -o $@ $<
131131
sed -e s/section/refsect3/g < $@ > x && mv x $@
132132

133133
# Our markdown source files

0 commit comments

Comments
 (0)