X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=docs%2FMakefile.in;h=7d7fcacab466bf968378eb4bdd2780b6d2915d64;hb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;hp=b7a9185f083db3cbaf33a91aa76077237a7aabda;hpb=0de2ad0a86685398621fb8ffa6990c029681bb3a;p=debian%2Famanda diff --git a/docs/Makefile.in b/docs/Makefile.in index b7a9185..7d7fcac 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.8.4 from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -34,7 +34,9 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ host_triplet = @host@ +target_triplet = @target@ subdir = docs DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -47,6 +49,12 @@ CONFIG_HEADER = $(top_builddir)/config/config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(pkgdatadir)" pkgdataDATA_INSTALL = $(INSTALL_DATA) DATA = $(pkgdata_DATA) @@ -98,7 +106,9 @@ DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@ DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DOC_BUILD_DATE = @DOC_BUILD_DATE@ DUMP = @DUMP@ +DUMPER_DIR = @DUMPER_DIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ @@ -110,9 +120,12 @@ FFLAGS = @FFLAGS@ GETCONF = @GETCONF@ GNUPLOT = @GNUPLOT@ GNUTAR = @GNUTAR@ +GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@ GNUTAR_LISTED_INCREMENTAL_DIRX = @GNUTAR_LISTED_INCREMENTAL_DIRX@ GREP = @GREP@ GZIP = @GZIP@ +HAVE_XSLTPROC_FALSE = @HAVE_XSLTPROC_FALSE@ +HAVE_XSLTPROC_TRUE = @HAVE_XSLTPROC_TRUE@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -125,6 +138,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ +LL_FMT = @LL_FMT@ LN_S = @LN_S@ LTALLOCA = @LTALLOCA@ LTLIBOBJS = @LTLIBOBJS@ @@ -187,10 +201,13 @@ WANT_SERVER_FALSE = @WANT_SERVER_FALSE@ WANT_SERVER_TRUE = @WANT_SERVER_TRUE@ WANT_SETUID_CLIENT_FALSE = @WANT_SETUID_CLIENT_FALSE@ WANT_SETUID_CLIENT_TRUE = @WANT_SETUID_CLIENT_TRUE@ +WANT_SSH_SECURITY_FALSE = @WANT_SSH_SECURITY_FALSE@ +WANT_SSH_SECURITY_TRUE = @WANT_SSH_SECURITY_TRUE@ WANT_TAPE_FALSE = @WANT_TAPE_FALSE@ WANT_TAPE_TRUE = @WANT_TAPE_TRUE@ XFSDUMP = @XFSDUMP@ XFSRESTORE = @XFSRESTORE@ +XSLTPROC = @XSLTPROC@ YACC = @YACC@ ac_c = @ac_c@ ac_ct_AR = @ac_ct_AR@ @@ -207,6 +224,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ @@ -240,8 +259,10 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ pkgdata_DATA = \ + Appendix.txt \ amadmin.8.txt \ amanda.8.txt \ + amanda.conf.5.txt \ amcheck.8.txt \ amcheckdb.8.txt \ amcleanup.8.txt \ @@ -272,6 +293,7 @@ pkgdata_DATA = \ howto-afs.txt \ howto-cygwin.txt \ howto-filedriver.txt \ + howto-wrapper.txt \ howtos.txt \ index.txt \ indexing.txt \ @@ -360,7 +382,7 @@ install-pkgdataDATA: $(pkgdata_DATA) test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" @list='$(pkgdata_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ + f=$(am__strip_dir) \ echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \ $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ done @@ -368,7 +390,7 @@ install-pkgdataDATA: $(pkgdata_DATA) uninstall-pkgdataDATA: @$(NORMAL_UNINSTALL) @list='$(pkgdata_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ + f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \ rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \ done @@ -432,7 +454,7 @@ mostlyclean-generic: clean-generic: distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use"