Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2001 22:30:04 -0500
From:      Chris Costello <chris@calldei.com>
To:        doc@FreeBSD.org
Subject:   Problem with (and solution for) CSS on www.FreeBSD.org
Message-ID:  <20010713223004.C5855@holly.calldei.com>

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

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

   And I'm sure anybody else with an automated build similar to
this will have such a problem.  A new docbook.css should be
copied into the object/current directory each time the document
is built.  The Handbook on http://www.FreeBSD.org/ is still using
the nasty revision 1.1 of docbook.css, and should be replaced.
Anybody have any comments on this patch?  I'd like to commit it
soon so we can get a decent-looking online Handbook.

-- 
+-------------------+------------------------------------------+
| Chris Costello    | Jury:                                    |
| chris@calldei.com | Twelve people who determine which client |
|                   | has the better lawyer.                   |
+-------------------+------------------------------------------+

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="doc.docbook.mk.patch"

Index: doc.docbook.mk
===================================================================
RCS file: /home/ncvs/doc/share/mk/doc.docbook.mk,v
retrieving revision 1.37
diff -u -r1.37 doc.docbook.mk
--- doc.docbook.mk	2001/07/12 00:24:59	1.37
+++ doc.docbook.mk	2001/07/14 03:23:46
@@ -540,5 +540,12 @@
 		-p ${DESTDIR} ${PACKAGES}/${.CURDIR:T}.${LANGCODE}.${_curformat}.tgz
 .endfor
 
+#
+# Always consider the docbook.css target out-of-date, so the latest version
+# of the stylesheet is always installed.
+#
+
+.PHONY: docbook.css
+
 docbook.css:
 	cp ${CSS_SHEET} ${.CURDIR}/docbook.css

--ReaqsoxgOBHFXBhH--

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?20010713223004.C5855>