Commit 4c9aa451 authored by Georg Brandl's avatar Georg Brandl

There are no *.doc files anymore. Also update "funny" target.

parent 99773acf
...@@ -897,7 +897,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR) ...@@ -897,7 +897,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
else true; \ else true; \
fi; \ fi; \
done 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 \ do \
if test -x $$i; then \ if test -x $$i; then \
$(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \ $(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \
...@@ -1232,7 +1232,7 @@ funny: ...@@ -1232,7 +1232,7 @@ funny:
-o -type d \ -o -type d \
-o -name '*.[chs]' \ -o -name '*.[chs]' \
-o -name '*.py' \ -o -name '*.py' \
-o -name '*.doc' \ -o -name '*.pyw' \
-o -name '*.dat' \ -o -name '*.dat' \
-o -name '*.el' \ -o -name '*.el' \
-o -name '*.fd' \ -o -name '*.fd' \
...@@ -1244,20 +1244,18 @@ funny: ...@@ -1244,20 +1244,18 @@ funny:
-o -name '*.xpm' \ -o -name '*.xpm' \
-o -name '*.uue' \ -o -name '*.uue' \
-o -name '*.decTest' \ -o -name '*.decTest' \
-o -name '*,[vpt]' \ -o -name '*.tmCommand' \
-o -name '*.tmSnippet' \
-o -name 'Setup' \ -o -name 'Setup' \
-o -name 'Setup.*' \ -o -name 'Setup.*' \
-o -name regen \ -o -name regen \
-o -name README \ -o -name README \
-o -name NEWS \
-o -name HISTORY \
-o -name Makefile \ -o -name Makefile \
-o -name ChangeLog \ -o -name ChangeLog \
-o -name Repository \ -o -name .hgignore \
-o -name Root \ -o -name .bzrignore \
-o -name Entries \
-o -name Tag \
-o -name tags \
-o -name TAGS \
-o -name .cvsignore \
-o -name MANIFEST \ -o -name MANIFEST \
-o -print -o -print
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment