diff options
author | Georg Brandl <georg@python.org> | 2010-12-30 22:12:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-30 22:12:40 (GMT) |
commit | 59b44721e37c214cb5f0288d81e7302b7622c45e (patch) | |
tree | 8d1b4770e5fddb939b0363f363f88c5401e7ef5b /Makefile.pre.in | |
parent | 856898b3958626d2400e59b53dc134283addc988 (diff) | |
download | cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.zip cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.gz cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.bz2 |
Remove mentions of the Demo directory.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 323f68d..63ee79b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -154,7 +154,7 @@ CONFIG_ARGS= @CONFIG_ARGS@ SRCDIRS= @SRCDIRS@ # Other subdirectories -SUBDIRSTOO= Include Lib Misc Demo +SUBDIRSTOO= Include Lib Misc # Files and directories to be distributed CONFIGFILES= configure configure.in acconfig.h pyconfig.h.in Makefile.pre.in @@ -1155,7 +1155,7 @@ frameworkinstallunixtools: frameworkaltinstallunixtools: cd Mac && $(MAKE) altinstallunixtools DESTDIR="$(DESTDIR)" -# This installs the Demos and Tools into the applications directory. +# This installs the Tools into the applications directory. # It is not part of a normal frameworkinstall frameworkinstallextras: cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)" |