docbook2man doesn't write to the stdout

This commit is contained in:
Laurent Vivier 2007-09-04 22:29:26 +00:00
parent 6d5679817f
commit 6f5ab12ba7

View File

@ -13,10 +13,10 @@ DISTFILES ?= $(SOURCES) $(HEADERS) Makefile
$(LIBRARY): $(LIBRARY)($(patsubst %.S,%.o,$(SOURCES:.c=.o)))
%.8: %.sgml
$(DOCBOOK2MAN) $< > $@
$(DOCBOOK2MAN) $<
%.8.gz: %.8
gzip -9c $< > $@
gzip -9c < $< > $@
dist:
@echo TAR $(MODULE)