aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-09-16 11:51:39 -0700
committerGlenn Morris2012-09-16 11:51:39 -0700
commit92f7c6f1a320701a5e15d8a3f28e08d1889c81bc (patch)
tree9ecce6c5eaebdcf270a2f8cceeba63317d7a6160
parent83da1b5565d518aa02984bf2f474c56eb61f41ef (diff)
downloademacs-92f7c6f1a320701a5e15d8a3f28e08d1889c81bc.tar.gz
emacs-92f7c6f1a320701a5e15d8a3f28e08d1889c81bc.zip
Add missing nextstep file from previous change.
-rw-r--r--ChangeLog2
-rwxr-xr-xmake-dist2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7864578b3..5dadc44ebd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@
11 * make-dist (nextstep/templates): Add directory. 11 * make-dist (nextstep/templates): Add directory.
12 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove. 12 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
13 (nextstep/Cocoa/Emacs.base/Contents) 13 (nextstep/Cocoa/Emacs.base/Contents)
14 (nextstep/GNUstep/Emacs.base/Resources): Update contents. 14 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
15 15
162012-09-15 Paul Eggert <eggert@cs.ucla.edu> 162012-09-15 Paul Eggert <eggert@cs.ucla.edu>
17 17
diff --git a/make-dist b/make-dist
index 0432d9c9e5f..3b2d79e56bc 100755
--- a/make-dist
+++ b/make-dist
@@ -404,7 +404,7 @@ echo "Making links to \`msdos'"
404 404
405echo "Making links to \`nextstep'" 405echo "Making links to \`nextstep'"
406(cd nextstep 406(cd nextstep
407 ln ChangeLog README INSTALL ../${tempdir}/nextstep) 407 ln ChangeLog README INSTALL Makefile.in ../${tempdir}/nextstep)
408 408
409echo "Making links to \`nextstep/templates'" 409echo "Making links to \`nextstep/templates'"
410(cd nextstep/templates 410(cd nextstep/templates