diff options
| -rw-r--r-- | msdos/sed6.inp | 3 |
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) | |||
| 39 | command.com /c 'if not a${permuted_index}==a cp -p ./index.perm index.texi' \ | 39 | command.com /c 'if not a${permuted_index}==a cp -p ./index.perm index.texi' \ |
| 40 | command.com /c 'if a${permuted_index}==a cp -p ./index.unperm index.texi' | 40 | command.com /c 'if a${permuted_index}==a cp -p ./index.unperm index.texi' |
| 41 | } | 41 | } |
| 42 | /^maintainer-clean:/,/^$/ { | ||
| 43 | s/^ for file in $(INFO_TARGETS)\; do rm -f.*$/ rm -f $(INFO_TARGETS)/ | ||
| 44 | } | ||
| 42 | 45 | ||
| 43 | # arch-tag: defe1001-f35a-47f7-9635-3f5d33ee5e97 | 46 | # arch-tag: defe1001-f35a-47f7-9635-3f5d33ee5e97 |