diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-16 06:55:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-16 06:55:48 +0000 |
commit | 37e294439db5c0243bb4555107153fd406fc345b (patch) | |
tree | 6704556077cbb3ae5a0b1ee9d5b36e84c92c7caa | |
parent | 1a8234fd7b5b1213ee72712077172cf9120a72c0 (diff) |
Fixed minor typos
git-svn-id: svn://tug.org/texlive/trunk@25663 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/dvipsk/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/texk/xdvik/ChangeLog.TL | 5 | ||||
-rw-r--r-- | Build/source/texk/xdvik/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/texk/xdvik/Makefile.in | 2 |
6 files changed, 15 insertions, 6 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index 35435dde8e7..c05fdaa82ae 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,7 @@ +2012-03-15 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: Fixed a typo (in comment). + 2011-12-06 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Replace ${prefix}/texmf => $(datarootdir)/texmf. diff --git a/Build/source/texk/dvipsk/Makefile.am b/Build/source/texk/dvipsk/Makefile.am index 7e184a5a40d..ce603d64fbd 100644 --- a/Build/source/texk/dvipsk/Makefile.am +++ b/Build/source/texk/dvipsk/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/dvipsk/ ## -## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -98,7 +98,7 @@ SUFFIXES = .pro .lpro .lpro.pro: squeeze/squeeze <$< >t-$@ && mv t-$@ $@ -# When cross-compiling, EXEEXT for the build and hosts system may differ. +# When cross-compiling, EXEEXT for the build and host systems may differ. # Thus we depend on the auxiliary file squeeze/stamp-squeeze. $(prologues): squeeze/stamp-squeeze diff --git a/Build/source/texk/dvipsk/Makefile.in b/Build/source/texk/dvipsk/Makefile.in index f2ca841457a..7f6f5793a4c 100644 --- a/Build/source/texk/dvipsk/Makefile.in +++ b/Build/source/texk/dvipsk/Makefile.in @@ -1470,7 +1470,7 @@ texc.lpro: texc.script tex.lpro .lpro.pro: squeeze/squeeze <$< >t-$@ && mv t-$@ $@ -# When cross-compiling, EXEEXT for the build and hosts system may differ. +# When cross-compiling, EXEEXT for the build and host systems may differ. # Thus we depend on the auxiliary file squeeze/stamp-squeeze. $(prologues): squeeze/stamp-squeeze diff --git a/Build/source/texk/xdvik/ChangeLog.TL b/Build/source/texk/xdvik/ChangeLog.TL index ecb7fc5c9aa..5c6f04aea6c 100644 --- a/Build/source/texk/xdvik/ChangeLog.TL +++ b/Build/source/texk/xdvik/ChangeLog.TL @@ -1,6 +1,11 @@ ChangeLog.TL: Changes for xdvik (TeX Live) ================================================== +2012-03-15 Peter Breitenlohner <peb@mppmu.mpg.de> + + * xdvi.1.in: Remove an unmatched #endif and formatting bugs. + * Makefile.am: Fixed a typo (in comment). + 2012-02-21 Peter Breitenlohner <peb@mppmu.mpg.de> * configure.ac: Drop XDVI_CC_CONCAT and XDVI_SYS_SUNOS_4, the diff --git a/Build/source/texk/xdvik/Makefile.am b/Build/source/texk/xdvik/Makefile.am index 702bd199288..fbb694ebc60 100644 --- a/Build/source/texk/xdvik/Makefile.am +++ b/Build/source/texk/xdvik/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/xdvik/ ## -## Copyright (C) 2009, 2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 -I m4 @@ -180,7 +180,7 @@ $(xdvi_bin_OBJECTS): libxdvi.a $(common_dependencies) LDADD = libxdvi.a $(common_ldadd) -# When cross-compiling, EXEEXT for the build and hosts system may differ. +# When cross-compiling, EXEEXT for the build and host systems may differ. # Thus we depend on the auxiliary file squeeze/stamp-squeeze. psheader.c: psheader.txt squeeze/stamp-squeeze squeeze/squeeze $(srcdir)/psheader.txt $@ diff --git a/Build/source/texk/xdvik/Makefile.in b/Build/source/texk/xdvik/Makefile.in index a8a00280c86..99560f42104 100644 --- a/Build/source/texk/xdvik/Makefile.in +++ b/Build/source/texk/xdvik/Makefile.in @@ -1699,7 +1699,7 @@ config.force: $(common_dependencies) $(xdvi_bin_OBJECTS): libxdvi.a $(common_dependencies) -# When cross-compiling, EXEEXT for the build and hosts system may differ. +# When cross-compiling, EXEEXT for the build and host systems may differ. # Thus we depend on the auxiliary file squeeze/stamp-squeeze. psheader.c: psheader.txt squeeze/stamp-squeeze squeeze/squeeze $(srcdir)/psheader.txt $@ |