Skip to content

Commit 78c077e

Browse files
committed
Don't delete rust.texi on 'make clean'
1 parent 3d56b41 commit 78c077e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,5 +1207,6 @@ clean:
12071207
bc o s exe dSYM, \
12081208
$(wildcard test/*/*.$(ext) test/bench/*/*.$(ext)))
12091209
$(Q)rm -Rf $(foreach ext, \
1210-
aux cp fn ky log pdf html pg toc tp vr cps texi, \
1210+
aux cp fn ky log pdf html pg toc tp vr cps, \
12111211
$(wildcard doc/*.$(ext)))
1212+
$(Q)rm -Rf doc/version.texi

0 commit comments

Comments
 (0)