Edit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.
This commit is contained in:
parent
2675bfef2e
commit
7d41f451a8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue