-rw-r--r-- | teximpatient/Makefile.in | 10 | ||||
-rw-r--r-- | teximpatient/configure.ac | 1 |
diff --git a/teximpatient/Makefile.in b/teximpatient/Makefile.in index 1c35744..a0b6210 100644 --- a/teximpatient/Makefile.in +++ b/teximpatient/Makefile.in @@ -1,3 +1,4 @@ +# $Id$ # public domain # Makefile[.in] for TeX for the Impatient. @@ -88,9 +89,9 @@ book.sdx: book.idx ${ICONSCRIPTS} dist: all tar czf $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \ - Makefile.in configure configure.ac \ - NEWS README errata.future \ - ${ICONSCRIPTS} ${TEXFILES} ${SDXFILE} ${DVIFILE} ${PDFFILE} + Makefile.in configure configure.ac \ + NEWS README errata.future \ + ${ICONSCRIPTS} ${TEXFILES} ${SDXFILE} ${DVIFILE} ${PDFFILE} distclean: clean -rm -rf config.log config.status autom4te.cache Makefile @@ -103,6 +104,3 @@ clean: configure: configure.ac autoconf - -Makefile: Makefile.in - $(SHELL) config.status --recheck diff --git a/teximpatient/configure.ac b/teximpatient/configure.ac index 736ea53..f41a3cb 100644 --- a/teximpatient/configure.ac +++ b/teximpatient/configure.ac @@ -1,3 +1,4 @@ +dnl $Id$ dnl public domain dnl configure.ac for TeX for the Impatient. |