summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-11-15 15:38:56 +0000
committerEli Zaretskii <eliz@gnu.org>2008-11-15 15:38:56 +0000
commit7d41f451a8d02e09b6d35bf2f9cd1bd9cd2756e4 (patch)
tree7057cb2401e0cdfe83b9de4a4c2f9d64c39446bb /msdos
parent2675bfef2ea9c358dc67c16349b20d23b7b728c1 (diff)
downloademacs-7d41f451a8d02e09b6d35bf2f9cd1bd9cd2756e4.tar.gz
Edit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed6.inp3
1 files changed, 3 insertions, 0 deletions
diff --git a/msdos/sed6.inp b/msdos/sed6.inp
index 9ae8ee56425..1dd01b6dfa9 100644
--- a/msdos/sed6.inp
+++ b/msdos/sed6.inp
@@ -39,5 +39,8 @@ export texinputdir := $(srcdir)";"$(TEXINPUTS)
command.com /c 'if not a${permuted_index}==a cp -p ./index.perm index.texi' \
command.com /c 'if a${permuted_index}==a cp -p ./index.unperm index.texi'
}
+/^maintainer-clean:/,/^$/ {
+ s/^ for file in $(INFO_TARGETS)\; do rm -f.*$/ rm -f $(INFO_TARGETS)/
+}
# arch-tag: defe1001-f35a-47f7-9635-3f5d33ee5e97