Revision 8c7aaa72

b/Makefile.am
255 255
	  rm -f $@
256 256

  
257 257
man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
258
	@test -n "$(DOCBOOK2MAN)" || { echo 'doocbook2html' not found during configure; exit 1; }
258
	@test -n "$(DOCBOOK2MAN)" || { echo 'docbook2html' not found during configure; exit 1; }
259 259
	TMPDIR=`mktemp -d` && { \
260 260
	$(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $$TMPDIR/$(patsubst man/%.in,%,$@) ; \
261 261
	mv $$TMPDIR/$(patsubst man/%.in,%,$@) $@ ; \
......
263 263
	}
264 264

  
265 265
man/%.html.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
266
	@test -n "$(DOCBOOK2HTML)" || { echo 'doocbook2html' not found during configure; exit 1; }
266
	@test -n "$(DOCBOOK2HTML)" || { echo 'docbook2html' not found during configure; exit 1; }
267 267
	TMPDIR=`mktemp -d` && { \
268 268
	$(DOCBOOK_WRAPPER) "$(DOCBOOK2HTML) --nochunks" $< $$TMPDIR/$(patsubst man/%.in,%,$@) ; \
269 269
	mv $$TMPDIR/$(patsubst man/%.in,%,$@) $@ ; \

Also available in: Unified diff