1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Edit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.

This commit is contained in:
Eli Zaretskii 2008-11-15 15:38:56 +00:00
parent 2675bfef2e
commit 7d41f451a8

View File

@ -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