Revision 67c15d8b Makefile.am

b/Makefile.am
1293 1293
man/%.7.in man/%.8.in man/%.1.in: man/%.gen man/footer.rst
1294 1294
	@test -n "$(PANDOC)" || \
1295 1295
	  { echo 'pandoc' not found during configure; exit 1; }
1296
	set -o pipefail ; \
1296
	set -o pipefail -e; \
1297 1297
	trap 'echo auto-removing $@; rm $@' EXIT; \
1298 1298
	$(PANDOC) -s -f rst -t man $< man/footer.rst | \
1299 1299
	  sed -e 's/\\@/@/g' > $@; \

Also available in: Unified diff