2002-08-25 23:50:52 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2002/08/25 21:51:20 jlam Exp $
|
1998-05-15 01:49:29 +02:00
|
|
|
#
|
|
|
|
|
Update texi2html to 1.64. Changes from version 1.52:
* New handling of command line options:
- can be abbreviated to shortest unique prefix
-help now works and is up-to-date
* New customization variable:
$T2H_HREF_DIR_INSTEAD_FILE:
if set (e.g., to index.html) replace hrefs to this file
(i.e., to index.html) by ./
* New command-line option:
-toc_file FILE
for those who want the TOC to be in FILE
* New customization variables:
$T2H_SPLIT_INDEX [default: = 100]
index pages are split at next letter, if more than that many entries
$T2H_NODE_NAME_IN_MENU [default = 0]
for enforcing node names in meny entries
$T2H_AVOID_MENU_REDUNDANCY [default = 1]
to avoid display of duplicate meny entry information
$T2H_INDEX_CHAPTER [default = '']
if set, use chapter of this name for 'Index' Button in
navigation bars, else use first chapter whose name matches
"index" (case insensitive).
$T2H_TOP_HEADING [ default = '']
if non-empty, and no heading is in Top node, then use this as heading
for top node/section; otherwise, use @settitle, @shorttitle.
* index generation: observes typesetting in fixed-width font, @ftable,
@vtable implemented
* By default, $T2H_TOP_FILE is not set, and so $docu_name.html is used.
* Added T2H_print_chapter_header, T2H_print_chapter_footer for more
fine-grained control of T2H_SPLIT eq 'chapter', added option
-section_navigation, $T2H_SECTION_NAVIGATION to supress output of
navigation panels per section
* naming scheme and calling convention of customizable subs changed:
prefix T2H_, call &$T2H_, assignment $T2H_<name> = \&T2H_DEFAULT_<name>
* Initialization as suggested by Peter Moulder:
1. /usr/local/etc/texi2htmlrc (or whatever given by --sysconfdir to
configure)
2. $HOME/.texi2htmlrc
3. command-line options, including -init_file
where later options override previous ones.
* Automatic node pointer creation added
* @enddots, @exclamdown, @pounds, and relatives added.
* primitve foreign language support
* support of all "Umlaute"
* anchors, macros
* latex2html incooperation
* customizable page layout (texi2html.init)
* index as table with corresponding sections
2000-10-15 04:28:38 +02:00
|
|
|
DISTNAME= texi2html-1.64
|
1998-05-15 17:02:57 +02:00
|
|
|
CATEGORIES= textproc
|
Update texi2html to 1.64. Changes from version 1.52:
* New handling of command line options:
- can be abbreviated to shortest unique prefix
-help now works and is up-to-date
* New customization variable:
$T2H_HREF_DIR_INSTEAD_FILE:
if set (e.g., to index.html) replace hrefs to this file
(i.e., to index.html) by ./
* New command-line option:
-toc_file FILE
for those who want the TOC to be in FILE
* New customization variables:
$T2H_SPLIT_INDEX [default: = 100]
index pages are split at next letter, if more than that many entries
$T2H_NODE_NAME_IN_MENU [default = 0]
for enforcing node names in meny entries
$T2H_AVOID_MENU_REDUNDANCY [default = 1]
to avoid display of duplicate meny entry information
$T2H_INDEX_CHAPTER [default = '']
if set, use chapter of this name for 'Index' Button in
navigation bars, else use first chapter whose name matches
"index" (case insensitive).
$T2H_TOP_HEADING [ default = '']
if non-empty, and no heading is in Top node, then use this as heading
for top node/section; otherwise, use @settitle, @shorttitle.
* index generation: observes typesetting in fixed-width font, @ftable,
@vtable implemented
* By default, $T2H_TOP_FILE is not set, and so $docu_name.html is used.
* Added T2H_print_chapter_header, T2H_print_chapter_footer for more
fine-grained control of T2H_SPLIT eq 'chapter', added option
-section_navigation, $T2H_SECTION_NAVIGATION to supress output of
navigation panels per section
* naming scheme and calling convention of customizable subs changed:
prefix T2H_, call &$T2H_, assignment $T2H_<name> = \&T2H_DEFAULT_<name>
* Initialization as suggested by Peter Moulder:
1. /usr/local/etc/texi2htmlrc (or whatever given by --sysconfdir to
configure)
2. $HOME/.texi2htmlrc
3. command-line options, including -init_file
where later options override previous ones.
* Automatic node pointer creation added
* @enddots, @exclamdown, @pounds, and relatives added.
* primitve foreign language support
* support of all "Umlaute"
* anchors, macros
* latex2html incooperation
* customizable page layout (texi2html.init)
* index as table with corresponding sections
2000-10-15 04:28:38 +02:00
|
|
|
MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/
|
1998-05-15 01:49:29 +02:00
|
|
|
|
2002-08-01 04:37:41 +02:00
|
|
|
MAINTAINER= packages@netbsd.org
|
Update texi2html to 1.64. Changes from version 1.52:
* New handling of command line options:
- can be abbreviated to shortest unique prefix
-help now works and is up-to-date
* New customization variable:
$T2H_HREF_DIR_INSTEAD_FILE:
if set (e.g., to index.html) replace hrefs to this file
(i.e., to index.html) by ./
* New command-line option:
-toc_file FILE
for those who want the TOC to be in FILE
* New customization variables:
$T2H_SPLIT_INDEX [default: = 100]
index pages are split at next letter, if more than that many entries
$T2H_NODE_NAME_IN_MENU [default = 0]
for enforcing node names in meny entries
$T2H_AVOID_MENU_REDUNDANCY [default = 1]
to avoid display of duplicate meny entry information
$T2H_INDEX_CHAPTER [default = '']
if set, use chapter of this name for 'Index' Button in
navigation bars, else use first chapter whose name matches
"index" (case insensitive).
$T2H_TOP_HEADING [ default = '']
if non-empty, and no heading is in Top node, then use this as heading
for top node/section; otherwise, use @settitle, @shorttitle.
* index generation: observes typesetting in fixed-width font, @ftable,
@vtable implemented
* By default, $T2H_TOP_FILE is not set, and so $docu_name.html is used.
* Added T2H_print_chapter_header, T2H_print_chapter_footer for more
fine-grained control of T2H_SPLIT eq 'chapter', added option
-section_navigation, $T2H_SECTION_NAVIGATION to supress output of
navigation panels per section
* naming scheme and calling convention of customizable subs changed:
prefix T2H_, call &$T2H_, assignment $T2H_<name> = \&T2H_DEFAULT_<name>
* Initialization as suggested by Peter Moulder:
1. /usr/local/etc/texi2htmlrc (or whatever given by --sysconfdir to
configure)
2. $HOME/.texi2htmlrc
3. command-line options, including -init_file
where later options override previous ones.
* Automatic node pointer creation added
* @enddots, @exclamdown, @pounds, and relatives added.
* primitve foreign language support
* support of all "Umlaute"
* anchors, macros
* latex2html incooperation
* customizable page layout (texi2html.init)
* index as table with corresponding sections
2000-10-15 04:28:38 +02:00
|
|
|
HOMEPAGE= http://www.mathematik.uni-kl.de/~obachman/Texi2html/
|
2001-02-17 18:31:58 +01:00
|
|
|
COMMENT= Texinfo-to-HTML direct translator
|
1998-05-15 01:49:29 +02:00
|
|
|
|
2000-09-12 18:52:57 +02:00
|
|
|
CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567]
|
|
|
|
|
2002-08-25 23:50:52 +02:00
|
|
|
USE_BUILDLINK2= YES
|
2001-11-29 14:27:46 +01:00
|
|
|
GNU_CONFIGURE= YES
|
1998-05-15 01:49:29 +02:00
|
|
|
|
2002-08-25 23:50:52 +02:00
|
|
|
.include "../../lang/perl5/buildlink2.mk"
|
1998-05-15 01:49:29 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|