summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-14 13:43:37 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-14 13:43:37 (GMT)
commit4c9aa451756ab52dd1fba381469fdbb2201ee4c4 (patch)
treeea1c172a2a2a54275cc61165d06590264149feca /Makefile.pre.in
parent99773acf38ec250036df910438fae72134d2b129 (diff)
downloadcpython-4c9aa451756ab52dd1fba381469fdbb2201ee4c4.zip
cpython-4c9aa451756ab52dd1fba381469fdbb2201ee4c4.tar.gz
cpython-4c9aa451756ab52dd1fba381469fdbb2201ee4c4.tar.bz2
There are no *.doc files anymore. Also update "funny" target.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in18
1 files changed, 8 insertions, 10 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 09d80d4..7dcfa79 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -897,7 +897,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
else true; \
fi; \
done
- @for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \
+ @for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.egg-info ; \
do \
if test -x $$i; then \
$(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \
@@ -1232,7 +1232,7 @@ funny:
-o -type d \
-o -name '*.[chs]' \
-o -name '*.py' \
- -o -name '*.doc' \
+ -o -name '*.pyw' \
-o -name '*.dat' \
-o -name '*.el' \
-o -name '*.fd' \
@@ -1244,20 +1244,18 @@ funny:
-o -name '*.xpm' \
-o -name '*.uue' \
-o -name '*.decTest' \
- -o -name '*,[vpt]' \
+ -o -name '*.tmCommand' \
+ -o -name '*.tmSnippet' \
-o -name 'Setup' \
-o -name 'Setup.*' \
-o -name regen \
-o -name README \
+ -o -name NEWS \
+ -o -name HISTORY \
-o -name Makefile \
-o -name ChangeLog \
- -o -name Repository \
- -o -name Root \
- -o -name Entries \
- -o -name Tag \
- -o -name tags \
- -o -name TAGS \
- -o -name .cvsignore \
+ -o -name .hgignore \
+ -o -name .bzrignore \
-o -name MANIFEST \
-o -print