Add generation of links to HTML man pages in french docs

Approved by:	keramida
This commit is contained in:
Marc Fonvieille 2002-06-19 19:05:23 +00:00
parent 7d89139587
commit c9fbf0a7d7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13425

View file

@ -2,7 +2,7 @@
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
$Id: freebsd.dsl,v 1.5 2002-05-26 18:34:15 gioria Exp $
$Id: freebsd.dsl,v 1.6 2002-06-19 19:05:23 blackend Exp $
$FreeBSD$
Original revision: 1.3
@ -53,6 +53,14 @@
(literal "doc@FreeBSD.org"))
(literal ">.")))))
<!-- Generate links to HTML man pages -->
(define %refentry-xref-link% #t)
<!-- Specify how to generate the man page link HREF -->
(define ($create-refentry-xref-link$ refentrytitle manvolnum)
(string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
refentrytitle "&" "sektion=" manvolnum))
]]>
<!-- Fix a problem with the French localisation. The bug was
submitted to authors of docbook project -->