From 568589d11142d7733ef853b756d22fc9c95d197f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 24 Feb 2005 09:01:04 +0000 Subject: [PATCH] changes needed for generating manpages ref doc, ported from build branch --- xsl/Makefile | 2 +- xsl/doc/Makefile | 5 +++-- xsl/docsrc/Makefile | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/xsl/Makefile b/xsl/Makefile index 1a6ab9cdd..a85ae5929 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -10,7 +10,7 @@ TAGVER := $(shell echo "V$(RELVER)" | sed "s/\.//g") SFRELID= FMGO=-N -DIRS=common html fo extensions htmlhelp javahelp +DIRS=common html fo manpages extensions htmlhelp javahelp .PHONY : distrib clean doc xhtml diff --git a/xsl/doc/Makefile b/xsl/doc/Makefile index 81597ca13..85e1292ab 100644 --- a/xsl/doc/Makefile +++ b/xsl/doc/Makefile @@ -9,7 +9,7 @@ CRSTYLE=creference.xsl 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 \ @@ -28,7 +28,8 @@ warranty.html: warranty.xml $(RSTYLE) 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) diff --git a/xsl/docsrc/Makefile b/xsl/docsrc/Makefile index 6e5a41020..bf4085c82 100644 --- a/xsl/docsrc/Makefile +++ b/xsl/docsrc/Makefile @@ -1,4 +1,4 @@ -DIRS=common html fo template tools pi +DIRS=common html fo manpages template tools pi all: xsl-params.xsl for i in $(DIRS) __bogus__; do \ -- 2.40.0