]> granicus.if.org Git - python/commit
Added some comments to the top.
authorGuido van Rossum <guido@python.org>
Tue, 28 May 1996 22:49:08 +0000 (22:49 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 May 1996 22:49:08 +0000 (22:49 +0000)
commit586480b80cc34b88b70fcd10422618cb12627fc7
treebaa449383607b880898b91653e40c7af032fcd4f
parenta0e71303d91921c09c6cadd8410d2f8a8ff7cc33
Added some comments to the top.

Changed install targets so
(1) "make install" installs everything;
(2) more directories are built as needed;
(3) the X11R5 shell script install-sh is used (always).
(The script can't be called install.sh since some Make versions have a
default rule that copies "foo.sh" to "foo" when making "foo".)

Added target "smelly" which checks for non-Py-prefixed exported
symbols.
Makefile.in