]> code.delx.au - gnu-emacs/blobdiff - msdos/sedleim.inp
(calc-info-goto-node): New function.
[gnu-emacs] / msdos / sedleim.inp
index af9cf9f3edabbb4fd9679c8b3953437542940118..bb81e7ec113144e50a4263176ee5681d5ab17676 100644 (file)
@@ -28,6 +28,10 @@ MAKESHELL=/xyzzy/command
 /^INSTALLDIR=/c\
 INSTALLDIR=.
 
+/touch stamp-subdir/s|touch|djecho "stamp-subdir" >|
+s|\([  ]\)echo|\1djecho|g
+/^     @true *$/d
+
 /RUN-EMACS *=/,/^$/c\
 export EMACSLOADPATH=${buildlisppath}\
 RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
@@ -52,3 +56,8 @@ RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
 install: all\
 
 /^     if test -f/d
+/^distclean:/,/^$/ {
+       s|\(rm -f Makefile\)|\1 stamp-subdir|
+}
+
+# arch-tag: 33c5eed1-78bc-4a6e-9d11-cbc7c541b763