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 /Build/source/texk/xdvik | |
parent | 1a8234fd7b5b1213ee72712077172cf9120a72c0 (diff) |
Fixed minor typos
git-svn-id: svn://tug.org/texlive/trunk@25663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik')
-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 |
3 files changed, 8 insertions, 3 deletions
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 $@ |