Changeset 182 for trunk

Show
Ignore:
Timestamp:
07/12/07 15:39:23 (17 months ago)
Author:
zany
Message:

proper distcheck ignores

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r114 r182  
    88 
    99# no uninstall for perl -- ignore it 
    10 distuninstallcheck_listfiles = \ 
    11             find -type f -not -path \*/OBEXFTP\* -not -name perllocal.pod 
     10distuninstallcheck_listfiles =  find . -type f \ 
     11                                -not -path \*/site_perl/\*/OBEXFTP\* \ 
     12                                -not -name perllocal.pod \ 
     13                                -not -path \*site-packages/obexftp/\* \ 
     14                                -not -path \*/site_ruby/\* \ 
     15                                -print 
    1216 
    1317#DISTCHECK_CONFIGURE_FLAGS =    --enable-swig --enable-perl --enable-python --enable-ruby --enable-tcl --enable-builddocs 
  • trunk/README

    r173 r182  
    9898Please mail me all warnings and errors, if any. 
    9999 
    100 The bindings use language-native installers with are missing the uninstall 
    101 targets. You'll have to distcheck with 
    102         DISTCHECK_CONFIGURE_FLAGS="--disable-perl --disable-python \ 
    103                                    --disable-ruby" make distcheck 
     100The bindings use language-native installers which are missing the uninstall 
     101targets. Our distcheck will boldly ignore those files. 
    104102 
    105103 
  • trunk/swig/perl/Makefile.am

    r121 r182  
    1515        if test ! -f perl_wrap.c; then cp $(srcdir)/perl_wrap.c . ; fi 
    1616        $(MAKE) -fMakefile.perl 
    17         if test $(top_srcdir) != $(top_builddir) ; then rm -f perl_wrap.c ; fi 
    1817 
    1918install-data-local: Makefile.perl 
     
    2827#       rm -f Makefile.perl Makefile.perl.old 
    2928        rm -f *.so # *.o 
    30  
     29        if test $(top_srcdir) != $(top_builddir) ; then rm -f perl_wrap.c ; fi 
  • trunk/swig/python/Makefile.am

    r172 r182  
    1919        if test -x "$(PYTHON)"; then $(PYTHON) setup.py clean; fi 
    2020        rm -rf build 
     21        if test $(top_srcdir) != $(top_builddir) ; then rm -f python_wrap.c ; fi