diff options
| author | Graydon Hoare <[email protected]> | 2010-07-04 15:39:53 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-04 15:39:53 -0700 |
| commit | 658d9238b75f344eacb9746fad9426f6a257ba4d (patch) | |
| tree | f9e1f35fa0b6b1fd2dc4eebd6d358c239ca2798e | |
| parent | Fix typo in upcall_recv log message. (diff) | |
| download | rust-658d9238b75f344eacb9746fad9426f6a257ba4d.tar.xz rust-658d9238b75f344eacb9746fad9426f6a257ba4d.zip | |
Clean in doc dir a little harder.
| -rw-r--r-- | doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index dc22f73f..c1e3f5c1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,4 +17,5 @@ snap: rust.pdf clean: rm -f rust.aux rust.cp rust.fn rust.ky rust.log rust.pdf \ - rust.html rust.pg rust.toc rust.tp rust.vr
\ No newline at end of file + rust.html rust.pg rust.toc rust.tp rust.vr rust.cps \ + version.texi |