We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dffdd commit 94503c1Copy full SHA for 94503c1
doc/Makefile.am
@@ -127,7 +127,7 @@ HTML_IMAGES = \
127
# we have some files in markdown ... convert to docbook for gtk-doc
128
# pandoc makes section headers, we want refsect3 for gtk-doc
129
.md.xml:
130
- pandoc -s --template="$(realpath pandoc-docbook-template.docbook)" --wrap=none -V title="$<" -f markdown+smart -t docbook-smart -o $@ $<
+ pandoc -s --template="$(realpath pandoc-docbook-template.docbook)" --wrap=none -V title="$<" -f markdown+smart -t docbook -o $@ $<
131
sed -e s/section/refsect3/g < $@ > x && mv x $@
132
133
# Our markdown source files
0 commit comments