[Debian-tex-commits] SVN tex-common commit + diffs: r3865 - in tex-common/trunk: debian scripts

Norbert Preining preining at alioth.debian.org
Fri Mar 27 15:36:31 UTC 2009


Author: preining
Date: 2009-03-27 15:36:30 +0000 (Fri, 27 Mar 2009)
New Revision: 3865

Added:
   tex-common/trunk/scripts/update-texmf-config.8
Modified:
   tex-common/trunk/debian/rules
Log:
add a man page and actually install update-texmf-config


Modified: tex-common/trunk/debian/rules
===================================================================
--- tex-common/trunk/debian/rules	2009-03-27 15:29:39 UTC (rev 3864)
+++ tex-common/trunk/debian/rules	2009-03-27 15:36:30 UTC (rev 3865)
@@ -6,7 +6,7 @@
 INSTDIR=$(CURDIR)/debian/tex-common
 
 bin_scripts=dh_installtex update-fontlang
-sbin_scripts=update-texmf
+sbin_scripts=update-texmf update-texmf-config
 nonbin_scripts=tpm2licenses tpm2licenses.README Tpm.pm FileUtils.pm debianize-updmap
 
 sbin_installfiles=$(foreach script,$(sbin_scripts), scripts/$(script))

Added: tex-common/trunk/scripts/update-texmf-config.8
===================================================================
--- tex-common/trunk/scripts/update-texmf-config.8	                        (rev 0)
+++ tex-common/trunk/scripts/update-texmf-config.8	2009-03-27 15:36:30 UTC (rev 3865)
@@ -0,0 +1,39 @@
+.TH UPDATE-TEXMF-CONFIG 8
+.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
+.\" other parms are allowed: see man(7), man(1)
+.SH NAME
+update-texmf-config \- script used in maintainer scripts to trigger tex-common actions
+.SH SYNOPSIS
+.B update-texmf-config
+.I "[options]"
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR update-texmf-config
+command.
+This manual page was written for the Debian GNU/Linux distribution
+because the original script was designed for Debian packaging system.
+.PP
+.B update-texmf-config
+is a shell script that is called from maintainer scripts shipping new
+map files or hyphenation patterns for TeX, and dropping files into
+/etc/texmf/updmap.d and /etc/texmf/language.d, respectively.
+.PP
+The script simply activates the respective trigger, namely texmf-updmap
+for font map files, and texmf-language for hyphenation patterns. All
+the necessary action will then be carried out by the tex-common package.
+.SH OPTIONS
+.TP
+.B updmap
+Activate the texmf-updmap trigger.
+.TP
+.B language
+Activate the texmf-language trigger.
+.SH SEE ALSO
+.PP
+Further information can be found in
+/usr/share/doc/tex-common/README.Debian.{txt,pdf.html}
+.PP
+.SH AUTHOR
+This manual page was written by Norbert Preining <preining at logic.at>,
+for the Debian GNU/Linux system (but may be used by others).




More information about the Debian-tex-commits mailing list