Revision 74412d69

b/Makefile.am
1220 1220
	$(CHECK_MAN_DASHES) $@; \
1221 1221
	trap - EXIT
1222 1222

  
1223

  
1224 1223
man/%.html.in: man/%.gen
1225 1224
	@test -n "$(PANDOC)" || \
1226 1225
	  { echo 'pandoc' not found during configure; exit 1; }
1227 1226
	set -o pipefail ; \
1228
	$(PANDOC) -s -f rst -t html $< man/footer.rst | \
1227
	$(PANDOC) --toc -s -f rst -t html $< man/footer.rst | \
1229 1228
	  sed -e 's/\\@/@/g' > $@
1230 1229

  
1231 1230
man/%: man/%.in  $(REPLACE_VARS_SED)

Also available in: Unified diff