Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 1999 12:21:56 +0200 (CEST)
From:      Slaven Rezic <eserte@cs.tu-berlin.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/13439: Update docproj.docbook.mk for palm doc format
Message-ID:  <199908281021.MAA01724@cabulja.herceg.de>

next in thread | raw e-mail | index | archive | help

>Number:         13439
>Category:       docs
>Synopsis:       Update docproj.docbook.mk for palm doc format
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 03:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Slaven Rezic
>Release:        FreeBSD 2.2.8-RELEASE i386
>Organization:
Private FreeBSD site, Berlin, Germany
>Environment:

>Description:

	Here's a patch to doc/share/mk/docproj.docbook.mk to use the
	pilot_makedoc program (this ones is in the ports) to create
	files in the palm doc format.

>How-To-Repeat:

>Fix:
	
--- /usr/cvsup/doc/share/mk/docproj.docbook.mk	Sat Aug 28 12:12:56 1999
+++ docproj.docbook.mk	Sat Aug 28 12:17:44 1999
@@ -88,7 +88,8 @@
 
 JADEOPTS=	${JADEFLAGS} -c ${FREEBSDCATALOG} -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g}
 
-KNOWN_FORMATS= html html-split html-split.tar txt rtf ps pdf tex dvi tar
+KNOWN_FORMATS=  html html-split html-split.tar \
+		txt rtf ps pdf tex dvi tar pdb
 
 # ------------------------------------------------------------------------
 # If DOC_PREFIX is not set then try and generate a sensible value for it.
@@ -185,6 +186,9 @@
 .elif ${_cf} == "doc"
 _docs+= ${DOC}.doc
 CLEANFILES+= ${DOC}.doc
+.elif ${_cf} == "pdb"
+_docs+= ${DOC}.pdb
+CLEANFILES+= ${DOC}.pdb
 .endif
 .endfor
 .endif
@@ -266,6 +270,9 @@
 
 ${DOC}.tar:
 	tar cf ${.TARGET} ${SRCS}
+
+${DOC}.pdb: ${DOC}.txt
+	pilot_makedoc ${DOC}.txt ${DOC}.pdb ${DOC}
 
 # ------------------------------------------------------------------------
 #


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908281021.MAA01724>