~ubuntu-branches/ubuntu/karmic/ibus/karmic-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-07-23 20:22:09 UTC
  • mfrom: (1.1.4 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090723202209-bmgqa80g1umg8l2p
Tags: 1.2.0.20090723-1
new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
610
610
              || exit 1; \
611
611
          fi; \
612
612
        done
 
613
        $(MAKE) $(AM_MAKEFLAGS) \
 
614
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
615
          dist-hook
613
616
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
614
617
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
615
618
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
812
815
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
813
816
        all all-am am--refresh check check-am clean clean-generic \
814
817
        clean-libtool clean-local ctags ctags-recursive dist dist-all \
815
 
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \
816
 
        distcheck distclean distclean-generic distclean-hdr \
 
818
        dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ \
 
819
        dist-zip distcheck distclean distclean-generic distclean-hdr \
817
820
        distclean-libtool distclean-tags distcleancheck distdir \
818
821
        distuninstallcheck dvi dvi-am html html-am info info-am \
819
822
        install install-am install-data install-data-am \
831
834
install-data-hook:
832
835
        $(MKDIR_P) $(DESTDIR)${pkgdatadir}/engine
833
836
 
 
837
dist-hook:
 
838
        if test -d .git ; then \
 
839
                git log --name-status --date=iso > $(distdir)/ChangeLog ; \
 
840
        fi
 
841
 
834
842
rpm: dist @PACKAGE_NAME@.spec
835
843
        rpmbuild -bb \
836
844
                        --define "_sourcedir `pwd`" \