Revision 25c92bc5 Makefile.am

b/Makefile.am
276 276

  
277 277
mansgml = $(patsubst %.7,%.sgml,$(patsubst %.8,%.sgml,$(man_MANS)))
278 278
manhtml = $(patsubst %.sgml,%.html,$(mansgml))
279
maninput = $(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS))) $(patsubst %.html,%.html.in,$(manhtml))
279
maninput = \
280
	$(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS))) \
281
	$(patsubst %.html,%.html.in,$(manhtml))
280 282

  
281 283
TEST_FILES = \
282 284
	test/data/bdev-both.txt \
......
358 360
	$(DOT) -Tpng -o $@ $<
359 361

  
360 362
man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
361
	@test -n "$(DOCBOOK2MAN)" || { echo 'docbook2man' not found during configure; exit 1; }
363
	@test -n "$(DOCBOOK2MAN)" || \
364
	  { echo 'docbook2man' not found during configure; exit 1; }
362 365
	$(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $(notdir $(@:.in=)) $@
363 366

  
364 367
man/%.html.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
365
	@test -n "$(DOCBOOK2HTML)" || { echo 'docbook2html' not found during configure; exit 1; }
368
	@test -n "$(DOCBOOK2HTML)" || \
369
	  { echo 'docbook2html' not found during configure; exit 1; }
366 370
	$(DOCBOOK_WRAPPER) "$(DOCBOOK2HTML) --nochunks" $< $(notdir $(@:.in=)) $@
367 371

  
368 372
man/%.7: man/%.7.in $(REPLACE_VARS_SED)

Also available in: Unified diff