~ubuntu-branches/ubuntu/natty/indicator-applet/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-22 18:08:32 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20100922180832-otajuceytqqdyk1y
Tags: upstream-0.4.6
ImportĀ upstreamĀ versionĀ 0.4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
532
532
              || exit 1; \
533
533
          fi; \
534
534
        done
 
535
        $(MAKE) $(AM_MAKEFLAGS) \
 
536
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
537
          dist-hook
535
538
        -test -n "$(am__skip_mode_fix)" \
536
539
        || find "$(distdir)" -type d ! -perm -755 \
537
540
                -exec chmod u+rwx,go+rx {} \; -o \
754
757
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
755
758
        all all-am am--refresh check check-am clean clean-generic \
756
759
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
757
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
758
 
        distcheck distclean distclean-generic distclean-hdr \
 
760
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
 
761
        dist-zip distcheck distclean distclean-generic distclean-hdr \
759
762
        distclean-libtool distclean-tags distcleancheck distdir \
760
763
        distuninstallcheck dvi dvi-am html html-am info info-am \
761
764
        install install-am install-data install-data-am install-dvi \
768
771
        ps ps-am tags tags-recursive uninstall uninstall-am
769
772
 
770
773
 
 
774
dist-hook:
 
775
        @if test -d "$(top_srcdir)/.bzr"; \
 
776
                then \
 
777
                        echo Creating ChangeLog && \
 
778
                                ( cd "$(top_srcdir)" && \
 
779
                                echo '# Generated by Makefile. Do not edit.'; echo; \
 
780
                                $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
 
781
                                && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
 
782
                                || (rm -f ChangeLog.tmp; \
 
783
                                        echo Failed to generate ChangeLog >&2 ); \
 
784
        else \
 
785
                        echo Failed to generate ChangeLog: not a branch >&2; \
 
786
        fi
 
787
        @if test -d "$(top_srcdir)/.bzr"; \
 
788
                then \
 
789
                        echo Creating AUTHORS && \
 
790
                                ( cd "$(top_srcdir)" && \
 
791
                                echo '# Generated by Makefile. Do not edit.'; echo; \
 
792
                                $(top_srcdir)/missing --run  bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
 
793
                                && mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
 
794
                                || (rm -f AUTHORS.tmp; \
 
795
                                        echo Failed to generate AUTHORS >&2 ); \
 
796
        else \
 
797
                        echo Failed to generate AUTHORS: not a branch >&2; \
 
798
        fi
 
799
 
771
800
# Tell versions [3.59,3.63) of GNU make to not export all variables.
772
801
# Otherwise a system limit (for SysV at least) may be exceeded.
773
802
.NOEXPORT: