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
commitb7c6e0a8a2a65352d76cdbb32d4317bcac94e7b6 (patch)
tree12f016b4bf6c2946bedba3bd3fb118134ec6336e /msdos
parent738a25f073480672fa3d6e65bf007658bffbd157 (diff)
downloademacs-b7c6e0a8a2a65352d76cdbb32d4317bcac94e7b6.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