author | karl <> | 2013年05月21日 17:18:12 +0000 |
---|---|---|
committer | karl <> | 2013年05月21日 17:18:12 +0000 |
commit | 221fac4654513ea2d957be7e5d6af094c77b10b1 (patch) | |
tree | 8115618e4efddc800892b4435694cbf366057c25 | |
parent | eea52666210cf0576345ea16d9614096abcd7f14 (diff) | |
download | teximpatient-221fac4654513ea2d957be7e5d6af094c77b10b1.tar.gz |
-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. |