Update of /cvsroot/mailman/mailman/bin
In directory usw-pr-cvs1:/tmp/cvs-serv4391

Modified Files:
        Makefile.in 
Log Message:
Get rid of NONSCRIPTS.  Even bin/withlist scriptlets should have an
__main__ that prints the usage docstring.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/mailman/mailman/bin/Makefile.in,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -d -r2.15 -r2.16
*** Makefile.in 1 Apr 2002 14:51:00 -0000       2.15
--- Makefile.in 2 Apr 2002 20:35:39 -0000       2.16
***************
*** 49,54 ****
                unshunt fix_url.py convert.py
  
- NONSCRIPTS=   
- 
  BUILDDIR=     ../build/bin
  
--- 49,52 ----
***************
*** 70,77 ****
        do \
            $(INSTALL) -m $(EXEMODE) $(BUILDDIR)/$$f $(SCRIPTSDIR); \
-       done
-       for f in $(NONSCRIPTS); \
-       do \
-           $(INSTALL) -m $(FILEMODE) $$f $(SCRIPTSDIR); \
        done
  
--- 68,71 ----


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to