From 2e16ff22ac6f3a4ea6684026a609856f29d86499 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 14 Aug 2003 11:27:02 +0000 Subject: * Fix man page. --- doc/manual/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/manual/Makefile.am') diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 8f382c3f3..65f1f3f44 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -10,9 +10,9 @@ book.is-valid: $(SOURCES) nsgmls -wxml -c $(XML) -c $(DOCBOOK_DTD)/docbook.cat -ges $< touch $@ -man1_MANS = nix.1 +man1_MANS = nix.1 fix.1 -man nix.1: $(SOURCES) book.is-valid +man nix.1 fix.1: $(SOURCES) book.is-valid xsltproc $(DOCBOOK_XSL)/manpages/docbook.xsl book.xml book.html: $(SOURCES) book.is-valid @@ -24,4 +24,4 @@ install-data-local: book.html $(INSTALL) -d $(datadir)/nix/manual $(INSTALL_DATA) book.html $(datadir)/nix/manual -EXTRA_DIST = $(SOURCES) book.html nix.1 book.is-valid +EXTRA_DIST = $(SOURCES) book.html nix.1 fix.1 book.is-valid -- cgit v1.2.3