diff options
author | Guido van Rossum <guido@python.org> | 1993-05-12 08:53:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-05-12 08:53:36 (GMT) |
commit | b2c6556fb0d309a04e37c2c9937fed16284cd00f (patch) | |
tree | bc941f86ad5db39a0ee4be9f590c27dd40b53c2e /Doc/Makefile | |
parent | 6ac258d381b5300e3ec935404a111e8dff4617d4 (diff) | |
download | cpython-b2c6556fb0d309a04e37c2c9937fed16284cd00f.zip cpython-b2c6556fb0d309a04e37c2c9937fed16284cd00f.tar.gz cpython-b2c6556fb0d309a04e37c2c9937fed16284cd00f.tar.bz2 |
Lots of small changes collected over months...
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 64b029e..e55871b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -31,7 +31,7 @@ qua: bibtex qua latex qua latex qua - dvips lib >qua.ps + dvips qua >qua.ps libinfo: @echo This may take a while... |