aboutsummaryrefslogtreecommitdiff
path: root/share/mk/doc.docbook.mk
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-12-24 01:25:27 +0000
committerNik Clayton <nik@FreeBSD.org>1999-12-24 01:25:27 +0000
commite4fb9fb48152a307506eee47d37a3e513246df98 (patch)
tree1ff9793efd6ba7348a053581b536d147849335da /share/mk/doc.docbook.mk
parentb8b8695fbe2bca77c96edad271fa8198318b1d25 (diff)
downloaddoc-e4fb9fb48152a307506eee47d37a3e513246df98.tar.gz
doc-e4fb9fb48152a307506eee47d37a3e513246df98.zip
Use w3m instead of lynx to format the text versions. It's table handling
is superior, and the various translation teams are fine with it. Use iSilo instead of pilot-makedoc to produce Palm compatible files. It works from the HTML and retains the formatting (including the internal links) making it much nicer to work with than the output from pilot-makedoc.
Notes
Notes: svn path=/head/; revision=6262
Diffstat (limited to 'share/mk/doc.docbook.mk')
-rw-r--r--share/mk/doc.docbook.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/mk/doc.docbook.mk b/share/mk/doc.docbook.mk
index 7ac59a11ac..f8fac899a8 100644
--- a/share/mk/doc.docbook.mk
+++ b/share/mk/doc.docbook.mk
@@ -1,5 +1,5 @@
#
-# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.3 1999/11/01 19:41:02 nik Exp $
+# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.4 1999/12/13 18:14:41 nik Exp $
#
# This include file <doc.docbook.mk> handles building and installing of
# DocBook documentation in the FreeBSD Documentation Project.
@@ -176,7 +176,10 @@ ${DOC}.html-split.tar: HTML.manifest
tar cf ${.TARGET} `xargs < HTML.manifest`
${DOC}.txt: ${DOC}.html
- lynx -nolist -dump ${.ALLSRC} > ${.TARGET}
+ w3m -S -dump ${.ALLSRC} > ${.TARGET}
+
+${DOC}.pdb: ${DOC}.html
+ iSilo386 -y -d0 -Idef ${DOC}.html ${DOC}.pdb
${DOC}.rtf: ${SRCS}
${JADE} -Vrtf-backend -ioutput.print ${JADEOPTS} -d ${DSLPRINT} -t rtf -o ${.TARGET} ${MASTERDOC}
@@ -209,9 +212,6 @@ ${DOC}.ps: ${DOC}.dvi
${DOC}.tar: ${SRCS}
tar cf ${.TARGET} ${.ALLSRC}
-${DOC}.pdb: ${DOC}.txt
- pilot_makedoc ${DOC}.txt ${DOC}.pdb ${DOC}
-
# ------------------------------------------------------------------------
#
# Validation targets