[latexrefman-commits] [SCM] latexrefman updated: r1035 - trunk
Vincent Belaiche
INVALID.NOREPLY at gnu.org.ua
Tue Oct 5 23:21:07 CEST 2021
Author: vincentb1
Date: 2021-10-05 21:21:07 +0000 (Tue, 05 Oct 2021)
New Revision: 1035
Modified:
trunk/ChangeLog
trunk/Makefile.1
trunk/README-fr
Log:
Makefile.1/README-fr adjustments.
* Makefile.1: Add dependance to common.texi where applicable.
* README-fr (outline): Mention how it was translated concerning
font shape.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2021-10-05 21:17:35 UTC (rev 1034)
+++ trunk/ChangeLog 2021-10-05 21:21:07 UTC (rev 1035)
@@ -1,5 +1,12 @@
2021-10-05 Vincent Bela\"iche <vincentb1 at users.sourceforge.net>
+ * README-fr (outline): Mention how it was translated concerning
+ font shape.
+
+ * Makefile.1: Add dependance to common.texi where applicable.
+
+2021-10-05 Vincent Bela\"iche <vincentb1 at users.sourceforge.net>
+
* latex2e.texi (\DeclareFontEncoding): ``or'' -> ``and'' in
``@code{\selectfont} and @code{\fontencoding}'', see https://tug.org/pipermail/latexrefman/2021q3/000824.html.
(\DeclareTextAccent): Define word ``slot''. See https://tug.org/pipermail/latexrefman/2021q3/000825.html.
Modified: trunk/Makefile.1
===================================================================
--- trunk/Makefile.1 2021-10-05 21:17:35 UTC (rev 1034)
+++ trunk/Makefile.1 2021-10-05 21:21:07 UTC (rev 1035)
@@ -58,10 +58,10 @@
.PHONY: $(1)tree
$(1)tree: $$($(1)_tree_output)
-$$($(1)_manual).html: $$($(1)_manual).texi
+$$($(1)_manual).html: $$($(1)_manual).texi common.texi
$(makeinfo) --html --no-split $$($(1)_texi2html_top) $$<
-latex2e-help-texinfo-tree/$$($(1)_manual)/index.html $$($(1)_manual).tree: $$($(1)_manual).texi
+latex2e-help-texinfo-tree/$$($(1)_manual)/index.html $$($(1)_manual).tree: $$($(1)_manual).texi common.texi
$(makeinfo) --html $$($(1)_texi2html_top) $$< -o $$(dir $$@)
touch $$($(1)_manual).tree
@@ -72,19 +72,19 @@
all_suffixes = dvi pdf $(makeinfo_suffixes) tree
all_manuals:=$(foreach lang,$(languages),$($(lang)_manual))
-$(addsuffix .pdf,$(all_manuals)):%.pdf: %.texi
+$(addsuffix .pdf,$(all_manuals)):%.pdf: %.texi common.texi
$(texi2pdf) $<
-$(addsuffix .dvi,$(all_manuals)):%.dvi: %.texi
+$(addsuffix .dvi,$(all_manuals)):%.dvi: %.texi common.texi
$(texi2dvi) $<
#
-$(addsuffix .dbk,$(all_manuals)):%.dbk: %.texi
+$(addsuffix .dbk,$(all_manuals)):%.dbk: %.texi common.texi
$(texi2docbook) -o $@ $<
-$(addsuffix .info,$(all_manuals)):%.info: %.texi
+$(addsuffix .info,$(all_manuals)):%.info: %.texi common.texi
$(texi2info) $<
-$(addsuffix .txt,$(all_manuals)):%.txt: %.texi
+$(addsuffix .txt,$(all_manuals)):%.txt: %.texi common.texi
$(texi2txt) -o $@ $<
-$(addsuffix .xml,$(all_manuals)):%.xml: %.texi
+$(addsuffix .xml,$(all_manuals)):%.xml: %.texi common.texi
$(texi2xml) $<
Modified: trunk/README-fr
===================================================================
--- trunk/README-fr 2021-10-05 21:17:35 UTC (rev 1034)
+++ trunk/README-fr 2021-10-05 21:21:07 UTC (rev 1035)
@@ -201,6 +201,12 @@
expéditionnaire » dans le domaine militaire ou « commission », dans le
domaine civil.
+Traduction de « outline » parlant d'une allure de fonte
+--------------------------------------------------------
+
+Je traduis par « détouré » sur les conseils de Jean-Côme,
+cf. https://groups.google.com/g/fr.comp.text.tex/c/EV0nUu6DwoY
+
# Local Variables:
# coding: utf-8
# ispell-dictionary: "francais"
More information about the latexrefman-commits
mailing list.