diff options
| author | Graydon Hoare <[email protected]> | 2011-03-25 07:35:59 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 07:35:59 -0700 |
| commit | 78c077e428f53d4fc97650317044f6b204ac2d2b (patch) | |
| tree | 0a8850a712df7a4a55a5f486932d84ebc3106388 | |
| parent | Untabify Makefile entry. (diff) | |
| download | rust-78c077e428f53d4fc97650317044f6b204ac2d2b.tar.xz rust-78c077e428f53d4fc97650317044f6b204ac2d2b.zip | |
Don't delete rust.texi on 'make clean'
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b42366d9..71d1302c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1207,5 +1207,6 @@ clean: bc o s exe dSYM, \ $(wildcard test/*/*.$(ext) test/bench/*/*.$(ext))) $(Q)rm -Rf $(foreach ext, \ - aux cp fn ky log pdf html pg toc tp vr cps texi, \ + aux cp fn ky log pdf html pg toc tp vr cps, \ $(wildcard doc/*.$(ext))) + $(Q)rm -Rf doc/version.texi |