[latexrefman-commits] r549 - in /trunk: ChangeLog Makefile.1 NEWS-fr
vincent.b.1 at domain.hid
vincent.b.1 at domain.hid
Fri Nov 18 21:57:07 CET 2016
Author: vincentb1
Date: Fri Nov 18 21:57:06 2016
New Revision: 549
URL: http://svn.gna.org/viewcvs/latexrefman?rev=549&view=rev
Log:
NEWS for French November 2016 CTAN delivery
* Makefile.1: Make variable txt_tiles a macro, so that NEWS-fr and
README-fr be delivered instead of NEWS and README for target
dist-fr.
* NEWS-fr: add news for November 2016 CTAN delivery.
Modified:
trunk/ChangeLog
trunk/Makefile.1
trunk/NEWS-fr
Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=549&r1=548&r2=549&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Fri Nov 18 21:57:06 2016
@@ -1,3 +1,11 @@
+2016-11-18 Vincent Belaïche <vincentb1 at domain.hid>
+
+ * Makefile.1: Make variable txt_tiles a macro, so that NEWS-fr and
+ README-fr be delivered instead of NEWS and README for target
+ dist-fr.
+
+ * NEWS-fr: add news for November 2016 CTAN delivery.
+
2016-11-18 Vincent Belaïche <vincentb1 at domain.hid>
* latex2e-fr.{xml,dvi,html,info,pdf,txt}: Make these files.
Modified: trunk/Makefile.1
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/Makefile.1?rev=549&r1=548&r2=549&view=diff
==============================================================================
--- trunk/Makefile.1 (original)
+++ trunk/Makefile.1 Fri Nov 18 21:57:06 2016
@@ -190,7 +190,9 @@
#
dist for CTAN. Also update NEWS
#
-txt_files = ChangeLog Makefile.1 NEWS README ltx-help.el
+define txt_files
+ChangeLog Makefile.1 $(subst -$(default_language),,NEWS-$(1) README-$(1)) ltx-help.el
+endef
define dist_output
$($(1)_makeinfo_output) $(addprefix $($(1)_manual).,pdf texi) aspell.$(1).pws
@@ -208,7 +210,7 @@
define lang_template
.PHONY: dist-$(1)
dist-$(1): updated-$(1)
- @uncommited=`svn status $(call dist_output,$(1)) $(txt_files)`; \
+ @uncommited=`svn status $$(call dist_output,$(1)) $$(call txt_files,$(1))`; \
echo -n "$$$$uncommited"; \
if [ -n "$$$$uncommited" -a -z "$(DIST_FORCE)" ]; \
then \
@@ -220,7 +222,7 @@
fi
@echo ""
rm -fr $(dist-$(1))
- $(call make_dist_dir,$(dist-$(1)),$(1),..,$(txt_files))
+ $$(call make_dist_dir,$(dist-$(1)),$(1),..,$$(call txt_files,$(1)))
-zip -qr $(dist-$(1)).zip $(dist-$(1))
rm -fr $(dist-$(1))
@ls -l $(dist-$(1)).zip; unzip -t $(dist-$(1)).zip
@@ -233,7 +235,7 @@
#
.PHONY: dist
dist: all
- @uncommited=`svn status $(foreach lang,$(languages),$(call dist_output,$(lang))) $(txt_files)`; \
+ @uncommited=`svn status $(foreach lang,$(languages),$(call dist_output,$(lang)) $(call txt_files,$(lang)))`; \
echo -n "$$uncommited"; \
if [ -n "$$uncommited" -a -z "$(DIST_FORCE)" ]; \
then \
@@ -245,7 +247,7 @@
fi
@echo ""
rm -fr $(dist)
- $(call make_dist_dir,$(dist),$(default_language),..,$(txt_files))
+ $(call make_dist_dir,$(dist),$(default_language),..,$(call txt_files,$(default_language)))
$(foreach lang,$(other_languages), \
$(call make_dist_dir,$(dist)/$($(lang)_longname),$(lang),../..,))
-zip -qr $(dist).zip $(dist)
@@ -311,7 +313,7 @@
svr:
svn revert $(addprefix $(manual)*., $(all_suffixes))
svd:
- svn diff $(txt_files) $(patsubst %,aspell.%.pws,$(languages)) *.texi
+ svn diff $(foreach lang,$(languages),$(call txt_files,$(lang))) $(patsubst %,aspell.%.pws,$(languages)) *.texi
# Local Variables:
# coding: utf-8
Modified: trunk/NEWS-fr
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/NEWS-fr?rev=549&r1=548&r2=549&view=diff
==============================================================================
--- trunk/NEWS-fr (original)
+++ trunk/NEWS-fr Fri Nov 18 21:57:06 2016
@@ -4,6 +4,31 @@
Spanish translation originally from Nacho Pacheco (currently not
maintained)
French translation originally from Vincent Belaïche.
+
+----------------------------------------------------------------
+Changements dans la parution de novembre 2016 :
+
+Correction de beaucoup de coquilles
+
+Documentation \@ifstar
+
+Documentation options des classes standarded pour les tailles de
+papier, ainsi que les macros \paperheight & \paperwidth.
+
+Amélioration description \newenvironment
+
+Amélioration description des symboles utilisés pour marquer les notes
+en bas de page.
+
+Ajout de symboles mathématiques (\mathdollar, \mathellispis, etc. ...)
+
+Amélioration description espace de contrôle (`\ ').
+
+Ajout mention droits d'auteur.
+
+Mentions paquetages macros2e et picture
+
+Changement terminologique « argument mobile » -> « argument mouvant ».
----------------------------------------------------------------
Changements dans la parution d'avril 2016 :
More information about the latexrefman-commits
mailing list