[texdoc-commits] [SCM] texdoc updated: r31 - in trunk: doc tools
karl at gnu.org.ua
karl at gnu.org.ua
Fri Apr 20 01:34:49 CEST 2018
Author: karl
Date: 2018-04-20 02:34:49 +0300 (Fri, 20 Apr 2018)
New Revision: 31
Modified:
trunk/doc/Makefile
trunk/doc/texdoc.tex
trunk/tools/texdocsh
Log:
doc rebuilding
Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile 2018-04-17 21:47:32 UTC (rev 30)
+++ trunk/doc/Makefile 2018-04-19 23:34:49 UTC (rev 31)
@@ -1,3 +1,7 @@
+# $Id$
+# Makefile for texdoc documentation.
+# Public domain.
+
TARGETS = texdoc.pdf texdoc.1 texdoc.man1.pdf
H2M_NAME = "find & view documentation in TeX Live"
@@ -6,11 +10,13 @@
all: $(TARGETS)
-texdoc.pdf: texdoc.tex
- latexmk -quiet --pdflatex=xelatex $< >/dev/null
+texdoc.pdf: texdoc.aux
+ texfot xelatex '\nonstopmode\input texdoc.tex'
+texdoc.aux: texdoc.tex
+ texfot xelatex '\nonstopmode\input texdoc.tex'
texdoc.1: texdoc Makefile $(H2M_INC) $(H2M_SOURCES)
- ../tools/sh -- help2man -N -n$(H2M_NAME) --include $(H2M_INC) ./$< > $@
+ ../tools/texdocsh -- help2man -N -n$(H2M_NAME) --include $(H2M_INC) ./$< > $@
texdoc.man1.html: texdoc.1
groff -man -Thtml $< > $@
Property changes on: trunk/doc/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/doc/texdoc.tex
===================================================================
--- trunk/doc/texdoc.tex 2018-04-17 21:47:32 UTC (rev 30)
+++ trunk/doc/texdoc.tex 2018-04-19 23:34:49 UTC (rev 31)
@@ -1,5 +1,6 @@
-% this is texdoc's user manual
-% written by Manuel Pégourié-Gonnard in 2008, 2010
+% $Id$
+% texdoc user manual
+% Copyright 2008-2018 Manuel Pégourié-Gonnard
% distributed under the terms of GPL v3 or later
%!TEX encoding=utf-8
@@ -8,14 +9,14 @@
\setlength\overfullrule{5pt}
\documentclass[a4paper, oneside]{scrartcl}
-\usepackage{fontspec}
-\usepackage{xunicode}
+%\usepackage{fontspec}
+%\usepackage{xunicode}
-\defaultfontfeatures{Ligatures=TeX}
-\setmainfont{DejaVu Serif}
-\setsansfont{DejaVu Sans}
-\setmonofont{DejaVu Sans Mono}
-\renewcommand\familydefault{\sfdefault} \normalfont
+%\defaultfontfeatures{Ligatures=TeX}
+%\setmainfont{DejaVu Serif}
+%\setsansfont{DejaVu Sans}
+%\setmonofont{DejaVu Sans Mono}
+%\renewcommand\familydefault{\sfdefault} \normalfont
\newcommand\mylangle{$\langle$}
\newcommand\myrangle{$\rangle$}
@@ -40,7 +41,7 @@
pdftitle=texdoc: find and view documentation in TeX Live,
pdfauthor=Manuel Pégourié-Gonnard,
pdfsubject=texdoc's user manual,
- pdfkeywords={texdoc, TeX Live, manual}}
+ pdfkeywords={texdoc, TeX Live, manual, documentation}}
\newcommand\CTAN[1]{%
\href{http://mirror.ctan.org/tex-archive/#1}{CTAN:#1}}
@@ -142,14 +143,14 @@
\setkomafont{subtitle}{\Large}
\deffootnote[1.5em]{1.5em}{1em}{\textsuperscript{\thefootnotemark}\thinspace}
-\newcommand\tdml{\href{mailto:texdoc at tug.org}{texdoc mailing list}\xspace}
+\newcommand\tdml{\href{http://lists.tug.org/texdoc}{texdoc mailing list}\xspace}
\title{Texdoc}
\subtitle{Find \& view documentation in \texlive\\
\href{http://tug.org/texdoc/}{http://tug.org/texdoc/}\\
- \mailto{texdoc at tug.org}}
+ \tdml}
\author{Manuel Pégourié-Gonnard\\
- v0.84 2012-06-01}
+ v2.018 2017-11-22}
\date{}
\begin{document}
Property changes on: trunk/doc/texdoc.tex
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/tools/texdocsh
===================================================================
--- trunk/tools/texdocsh 2018-04-17 21:47:32 UTC (rev 30)
+++ trunk/tools/texdocsh 2018-04-19 23:34:49 UTC (rev 31)
@@ -1,8 +1,8 @@
-#!/usr/bin/perl
-
+#!/usr/bin/env perl
+# $Id$
# Start a shell or run command with the TdTools environment
#
-# Manuel Pégourié-Gonnard, 2010. WTFPL v2.
+# Manuel Pégourié-Gonnard, 2010-2018. WTFPL v2.
my $usage = <<USAGE;
Usage: $0 [--td=texdoc-path] [--tl=texlive_path] [-- command]
Property changes on: trunk/tools/texdocsh
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
More information about the texdoc-commits
mailing list