-rw-r--r-- | teximpatient/Makefile.in | 10 | ||||
-rw-r--r-- | teximpatient/NEWS | 5 | ||||
-rw-r--r-- | teximpatient/README | 10 | ||||
-rw-r--r-- | teximpatient/configure.ac | 2 |
diff --git a/teximpatient/Makefile.in b/teximpatient/Makefile.in index 6545de7..674020b 100644 --- a/teximpatient/Makefile.in +++ b/teximpatient/Makefile.in @@ -47,7 +47,7 @@ DVIFILE = book.dvi HTMLFILE = book.html -all: dvi pdf #html +all: pdf #html dvi dvi: $(DVIFILE) @@ -96,9 +96,15 @@ dist: all tar czf $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \ Makefile.in configure configure.ac \ NEWS README errata.future \ + artwork/README artwork/*.png \ $(ICONSCRIPTS) \ $(TEXFILES) \ - $(SDXFILE) $(DVIFILE) $(PDFFILE) + $(SDXFILE) \ + $(PDFFILE) + +dist-cn: + tar czf $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)cn.tar.gz \ + cn-git/Makefile cn-git/*.tex cn-git/cnbook.pdf distclean: clean -rm -rf config.log config.status autom4te.cache Makefile diff --git a/teximpatient/NEWS b/teximpatient/NEWS index 14748ec..5d68c08 100644 --- a/teximpatient/NEWS +++ b/teximpatient/NEWS @@ -7,7 +7,10 @@ This NEWS file records noteworthy changes, very tersely. are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -Typo fixes from Chinese translator, Zou Hu. + + Version 2.4 (13 November 2014) +- Chinese translation. +- fixes from new Chinese translator, Zou Hu. Version 2.3 (21 May 2013) - first release on ftp.gnu.org. Now looking for a maintainer. diff --git a/teximpatient/README b/teximpatient/README index 98bde1c..0b997f2 100644 --- a/teximpatient/README +++ b/teximpatient/README @@ -14,6 +14,16 @@ Development sources, etc.: http://savannah.gnu.org/projects/teximpatient/ Information about the free edition is included at the end of the preface and on the copyright page. +A French translation is included in the distribution, +and a Chinese translation is at https://bitbucket.org/zohooo/impatient +(with PDF at +http://zoho.is-programmer.com/user_files/zoho/epics/tex-impatient-cn.pdf). + +Original high-resolution scans of the artwork are available from +http://ftpmirror.gnu.org/teximpatient/artwork. Reduced-size bitmaps are +in the artwork/ subdirectory here. + + Some random thoughts for people thinking of working with the source: - See errata.future for some relatively small ideas for enhancements. diff --git a/teximpatient/configure.ac b/teximpatient/configure.ac index f41a3cb..fd60db0 100644 --- a/teximpatient/configure.ac +++ b/teximpatient/configure.ac @@ -2,7 +2,7 @@ dnl $Id$ dnl public domain dnl configure.ac for TeX for the Impatient. -AC_INIT([teximpatient], [2.3], [impatient@tug.org]) +AC_INIT([teximpatient], [2.4], [impatient@tug.org]) AC_CONFIG_SRCDIR([book.tex]) AC_PROG_INSTALL |