diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-05-20 05:21:57 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-05-20 05:21:57 (GMT) |
commit | 1f60af87f5657800e333090fb9b204f54163254e (patch) | |
tree | 506c0b92015a6583397fc6fc23a876b653825ad7 /Makefile.pre.in | |
parent | c620257393cf7eb59e229a6344f21eb7e9e9f792 (diff) | |
download | cpython-1f60af87f5657800e333090fb9b204f54163254e.zip cpython-1f60af87f5657800e333090fb9b204f54163254e.tar.gz cpython-1f60af87f5657800e333090fb9b204f54163254e.tar.bz2 |
Add html package so it gets installed and more tests work (from installed copy)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index b692a46..6c71732 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -815,7 +815,7 @@ LIBSUBDIRS= lib-tk tkinter site-packages test test/output test/data \ test/decimaltestdata \ encodings compiler hotshot \ email email/mime email/test email/test/data \ - json json/tests \ + html json json/tests \ sqlite3 sqlite3/test \ logging bsddb bsddb/test csv wsgiref \ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ |