summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-14 13:43:37 +0000
committerGeorg Brandl <georg@python.org>2010-08-14 13:43:37 +0000
commit6aa55e32d918d7bedf7209fb00910ec32b2abab5 (patch)
tree73eff480065da9cc251347de12a57336ac918234 /Makefile.pre.in
parent7f7c7bc09e58f3ab0c5fd44f27c6418744eee7b6 (diff)
downloadcpython-6aa55e32d918d7bedf7209fb00910ec32b2abab5.tar.gz
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 09d80d4fcf..7dcfa797c0 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