about summary refs log tree commit diff
path: root/doc/manual/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-08-14T11·27+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-08-14T11·27+0000
commit2e16ff22ac6f3a4ea6684026a609856f29d86499 (patch)
tree4bca8c7ddbda106ea292ce43030bb8e2dffff133 /doc/manual/Makefile.am
parent5cde23f8698e7cdde220f30504b339b7237fd5f2 (diff)
* Fix man page.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r--doc/manual/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index 8f382c3f3468..65f1f3f44134 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