~ubuntu-branches/ubuntu/utopic/keep/utopic

« back to all changes in this revision

Viewing changes to po/ga/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-02-09 11:47:23 UTC
  • Revision ID: james.westby@ubuntu.com-20060209114723-smnxv1mtp7u7xief
Tags: 0.3.0-0ubuntu1
* Initial release
* Added kubuntu_01_kdepot for pot file extraction and inclusion in Rosetta
* Sponsored upload for Anthony Mercatante <anthony.mercatante@laposte.net>

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
#>-           exit 1;; \
341
341
#>-       esac; \
342
342
#>-     done; \
343
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ga/Makefile'; \
 
343
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ga/Makefile'; \
344
344
#>-     cd $(top_srcdir) && \
345
 
#>-       $(AUTOMAKE) --gnu  po/ga/Makefile
 
345
#>-       $(AUTOMAKE) --foreign  po/ga/Makefile
346
346
#>+ 12
347
347
        @for dep in $?; do \
348
348
          case '$(am__configure_deps)' in \
352
352
              exit 1;; \
353
353
          esac; \
354
354
        done; \
355
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ga/Makefile'; \
 
355
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ga/Makefile'; \
356
356
        cd $(top_srcdir) && \
357
 
          $(AUTOMAKE) --gnu  po/ga/Makefile
 
357
          $(AUTOMAKE) --foreign  po/ga/Makefile
358
358
        cd $(top_srcdir) && perl admin/am_edit po/ga/Makefile.in
359
359
.PRECIOUS: Makefile
360
360
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
717
717
              exit 1;; \
718
718
          esac; \
719
719
        done; \
720
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ga/Makefile'; \
 
720
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ga/Makefile'; \
721
721
        cd $(top_srcdir) && \
722
 
          $(AUTOMAKE) --gnu  po/ga/Makefile
 
722
          $(AUTOMAKE) --foreign  po/ga/Makefile
723
723
        cd $(top_srcdir) && perl admin/am_edit po/ga/Makefile.in
724
724
 
725
725