changeset 73549:e68d05a41cab

* make-dist: Add makefile.w32-in to the man, lispref and lispintro directories.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Oct 2006 14:20:47 +0000
parents 227bb8f9276e
children 6deaec97f21b
files ChangeLog make-dist
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 30 14:15:57 2006 +0000
+++ b/ChangeLog	Mon Oct 30 14:20:47 2006 +0000
@@ -1,3 +1,8 @@
+2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
+
+	* make-dist: Add makefile.w32-in to the man, lispref and lispintro
+	directories.
+
 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
 
 	* configure: Regenerate using autoconf 2.59.
--- a/make-dist	Mon Oct 30 14:15:57 2006 +0000
+++ b/make-dist	Mon Oct 30 14:20:47 2006 +0000
@@ -632,6 +632,7 @@
 echo "Making links to \`man'"
 (cd man
  ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
+ ln makefile.w32-in ../${tempdir}/man
  test -f README && ln README ../${tempdir}/man
  test -f Makefile.in && ln Makefile.in ../${tempdir}/man
  ln ChangeLog ../${tempdir}/man
@@ -646,6 +647,7 @@
  ln `ls -1 *.texi` ../${tempdir}/lispref
  ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref
  ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref
+ ln makefile.w32-in ../${tempdir}/lispref
  test -f README && ln README ../${tempdir}/lispref
  test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
  ln ChangeLog ../${tempdir}/lispref
@@ -656,6 +658,7 @@
 echo "Making links to \`lispintro'"
 (cd lispintro
  ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro
+ ln makefile.w32-in ../${tempdir}/lispintro
  test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro
  test -f README && ln README ../${tempdir}/lispintro
  test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro