Diff for /rpl/man/fr_FR/Attic/Makefile.in between versions 1.6 and 1.7

version 1.6, 2010/03/27 13:42:34 version 1.7, 2010/04/07 07:16:11
Line 1 Line 1
 # Makefile.in generated by automake 1.10.1 from Makefile.am.  # Makefile.in generated by automake 1.11.1 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.  # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
   # Inc.
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 16 Line 17
   
 VPATH = @srcdir@  VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   pkglibdir = $(libdir)/@PACKAGE@
   pkglibexecdir = $(libexecdir)/@PACKAGE@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
Line 44  am__configure_deps = $(am__aclocal_m4_de Line 46  am__configure_deps = $(am__aclocal_m4_de
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/rplconfig.h  CONFIG_HEADER = $(top_builddir)/rplconfig.h
 CONFIG_CLEAN_FILES = rpl.1 rplcc.1 rpllink.1 rpltags.1 mkrplso.1  CONFIG_CLEAN_FILES = rpl.1 rplcc.1 rpllink.1 rpltags.1 mkrplso.1
   CONFIG_CLEAN_VPATH_FILES =
 SOURCES =  SOURCES =
 DIST_SOURCES =  DIST_SOURCES =
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;  am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Line 51  am__vpath_adj = case $$p in \ Line 54  am__vpath_adj = case $$p in \
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \      $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     *) f=$$p;; \      *) f=$$p;; \
   esac;    esac;
 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;  am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   am__install_max = 40
   am__nobase_strip_setup = \
     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   am__nobase_strip = \
     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   am__nobase_list = $(am__nobase_strip_setup); \
     for p in $$list; do echo "$$p $$p"; done | \
     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
       if (++n[$$2] == $(am__install_max)) \
         { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
       END { for (dir in files) print dir, files[dir] }'
   am__base_list = \
     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 am__installdirs = "$(DESTDIR)$(frman1dir)"  am__installdirs = "$(DESTDIR)$(frman1dir)"
 frman1DATA_INSTALL = $(INSTALL_DATA)  
 DATA = $(frman1_DATA)  DATA = $(frman1_DATA)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
Line 126  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Line 143  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@  PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@  PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@  PACKAGE_TARNAME = @PACKAGE_TARNAME@
   PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@  PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
 POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@  POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
Line 210  target_alias = @target_alias@ Line 228  target_alias = @target_alias@
 target_cpu = @target_cpu@  target_cpu = @target_cpu@
 target_os = @target_os@  target_os = @target_os@
 target_vendor = @target_vendor@  target_vendor = @target_vendor@
   top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
 frman1dir = $(mandir)/fr_FR/man1  frman1dir = $(mandir)/fr_FR/man1
Line 221  $(srcdir)/Makefile.in:  $(srcdir)/Makefi Line 240  $(srcdir)/Makefile.in:  $(srcdir)/Makefi
     @for dep in $?; do \      @for dep in $?; do \
       case '$(am__configure_deps)' in \        case '$(am__configure_deps)' in \
         *$$dep*) \          *$$dep*) \
           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \            ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
         && exit 0; \              && { if test -f $@; then exit 0; else break; fi; }; \
           exit 1;; \            exit 1;; \
       esac; \        esac; \
     done; \      done; \
     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  man/fr_FR/Makefile'; \      echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/fr_FR/Makefile'; \
     cd $(top_srcdir) && \      $(am__cd) $(top_srcdir) && \
       $(AUTOMAKE) --gnu  man/fr_FR/Makefile        $(AUTOMAKE) --gnu man/fr_FR/Makefile
 .PRECIOUS: Makefile  .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     @case '$?' in \      @case '$?' in \
Line 246  $(top_srcdir)/configure:  $(am__configur Line 265  $(top_srcdir)/configure:  $(am__configur
     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   $(am__aclocal_m4_deps):
 rpl.1: $(top_builddir)/config.status $(srcdir)/rpl.1.in  rpl.1: $(top_builddir)/config.status $(srcdir)/rpl.1.in
     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@      cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 rplcc.1: $(top_builddir)/config.status $(srcdir)/rplcc.1.in  rplcc.1: $(top_builddir)/config.status $(srcdir)/rplcc.1.in
Line 259  mkrplso.1: $(top_builddir)/config.status Line 279  mkrplso.1: $(top_builddir)/config.status
 install-frman1DATA: $(frman1_DATA)  install-frman1DATA: $(frman1_DATA)
     @$(NORMAL_INSTALL)      @$(NORMAL_INSTALL)
     test -z "$(frman1dir)" || $(MKDIR_P) "$(DESTDIR)$(frman1dir)"      test -z "$(frman1dir)" || $(MKDIR_P) "$(DESTDIR)$(frman1dir)"
     @list='$(frman1_DATA)'; for p in $$list; do \      @list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
       for p in $$list; do \
       if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \        if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
       f=$(am__strip_dir) \        echo "$$d$$p"; \
       echo " $(frman1DATA_INSTALL) '$$d$$p' '$(DESTDIR)$(frman1dir)/$$f'"; \      done | $(am__base_list) | \
       $(frman1DATA_INSTALL) "$$d$$p" "$(DESTDIR)$(frman1dir)/$$f"; \      while read files; do \
         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(frman1dir)'"; \
         $(INSTALL_DATA) $$files "$(DESTDIR)$(frman1dir)" || exit $$?; \
     done      done
   
 uninstall-frman1DATA:  uninstall-frman1DATA:
     @$(NORMAL_UNINSTALL)      @$(NORMAL_UNINSTALL)
     @list='$(frman1_DATA)'; for p in $$list; do \      @list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
       f=$(am__strip_dir) \      files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
       echo " rm -f '$(DESTDIR)$(frman1dir)/$$f'"; \      test -n "$$files" || exit 0; \
       rm -f "$(DESTDIR)$(frman1dir)/$$f"; \      echo " ( cd '$(DESTDIR)$(frman1dir)' && rm -f" $$files ")"; \
     done      cd "$(DESTDIR)$(frman1dir)" && rm -f $$files
 tags: TAGS  tags: TAGS
 TAGS:  TAGS:
   
Line 296  distdir: $(DISTFILES) Line 319  distdir: $(DISTFILES)
       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \        if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
       if test -d $$d/$$file; then \        if test -d $$d/$$file; then \
         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \          dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
           if test -d "$(distdir)/$$file"; then \
             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
           fi; \
         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \          if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
           cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \            cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
         fi; \          fi; \
         cp -pR $$d/$$file $(distdir)$$dir || exit 1; \          cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
       else \        else \
         test -f $(distdir)/$$file \          test -f "$(distdir)/$$file" \
         || cp -p $$d/$$file $(distdir)/$$file \          || cp -p $$d/$$file "$(distdir)/$$file" \
         || exit 1; \          || exit 1; \
       fi; \        fi; \
     done      done
Line 333  clean-generic: Line 360  clean-generic:
   
 distclean-generic:  distclean-generic:
     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)      -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   
 maintainer-clean-generic:  maintainer-clean-generic:
     @echo "This command is intended for maintainers to use"      @echo "This command is intended for maintainers to use"
Line 351  dvi-am: Line 379  dvi-am:
   
 html: html-am  html: html-am
   
   html-am:
   
 info: info-am  info: info-am
   
 info-am:  info-am:
Line 359  install-data-am: install-frman1DATA Line 389  install-data-am: install-frman1DATA
   
 install-dvi: install-dvi-am  install-dvi: install-dvi-am
   
   install-dvi-am:
   
 install-exec-am:  install-exec-am:
   
 install-html: install-html-am  install-html: install-html-am
   
   install-html-am:
   
 install-info: install-info-am  install-info: install-info-am
   
   install-info-am:
   
 install-man:  install-man:
   
 install-pdf: install-pdf-am  install-pdf: install-pdf-am
   
   install-pdf-am:
   
 install-ps: install-ps-am  install-ps: install-ps-am
   
   install-ps-am:
   
 installcheck-am:  installcheck-am:
   
 maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
Line 404  uninstall-am: uninstall-frman1DATA Line 444  uninstall-am: uninstall-frman1DATA
     mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \      mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
     uninstall-am uninstall-frman1DATA      uninstall-am uninstall-frman1DATA
   
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Removed from v.1.6  
changed lines
  Added in v.1.7


CVSweb interface <joel.bertrand@systella.fr>