]> code.delx.au - gnu-emacs/commitdiff
* make-dist: Add makefile.w32-in to the man, lispref and lispintro
authorChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 14:20:47 +0000 (14:20 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 14:20:47 +0000 (14:20 +0000)
directories.

ChangeLog
make-dist

index 34c6743ae4e67de511c7a4117e5867b08cb00467..bedd616b34e74049f6c8db872dcb25af8f7b56aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4fa4ab729b41ed92c00a3bdd9676b4fa5ac4a19e..eaa24e848c9263f61c509387b748ba0e94f8ac6f 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -632,6 +632,7 @@ echo "Making links to \`info'"
 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 @@ echo "Making links to \`lispref'"
  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 \`lispref'"
 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