SFRELID=
FMGO=-N
-DIRS=common html fo extensions htmlhelp javahelp
+DIRS=common html fo manpages extensions htmlhelp javahelp
.PHONY : distrib clean doc xhtml
BSTYLE=book.xsl
VPATH=../docsrc
-DIRS=common lib html fo tools template pi
+DIRS=common lib html fo manpages tools template pi
all: copyright.html warranty.html reference.html index.html
for i in $(DIRS) __bogus__; do \
reference.html: reference.xml $(RSTYLE) ../lib/lib.xml common/common.xml \
html/param.xml \
- fo/param.xml fo/table.xml
+ fo/param.xml fo/table.xml \
+ manpages/param.xml
$(XJPARSE) $(VPATH)/$<
$(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT)