about summary refs log blame commit diff
path: root/doc/manual/Makefile.am
blob: 8f382c3f34681092da40b5d42f7edf2196ac00da (plain) (tree)
1
2
3
4
5
6
7
8



                                                 



                                                                        





                                                                    
                                   

                                                             
                                   






                                                                            

                                                     
DOCBOOK_DTD = /nix/current/xml/dtd/docbook
DOCBOOK_XSL = /nix/current/xml/xsl/docbook
XML = /usr/share/doc/packages/sp/html-xml/xml.soc

SOURCES = book.xml introduction.xml installation.xml nix-reference.xml \
 troubleshooting.xml bugs.xml

book.is-valid: $(SOURCES)
	SP_CHARSET_FIXED=YES SP_ENCODING=XML \
	nsgmls -wxml -c $(XML) -c $(DOCBOOK_DTD)/docbook.cat -ges $<
	touch $@

man1_MANS = nix.1

man nix.1: $(SOURCES) book.is-valid
	xsltproc $(DOCBOOK_XSL)/manpages/docbook.xsl book.xml

book.html: $(SOURCES) book.is-valid
	xsltproc --output book.html $(DOCBOOK_XSL)/html/docbook.xsl book.xml

all-local: book.html

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