Annotation of embedaddon/libxml2/doc/Makefile.in, revision 1.1
1.1 ! misho 1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
! 2: # @configure_input@
! 3:
! 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! 5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
! 6: # Inc.
! 7: # This Makefile.in is free software; the Free Software Foundation
! 8: # gives unlimited permission to copy and/or distribute it,
! 9: # with or without modifications, as long as this notice is preserved.
! 10:
! 11: # This program is distributed in the hope that it will be useful,
! 12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 14: # PARTICULAR PURPOSE.
! 15:
! 16: @SET_MAKE@
! 17: VPATH = @srcdir@
! 18: pkgdatadir = $(datadir)/@PACKAGE@
! 19: pkgincludedir = $(includedir)/@PACKAGE@
! 20: pkglibdir = $(libdir)/@PACKAGE@
! 21: pkglibexecdir = $(libexecdir)/@PACKAGE@
! 22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 23: install_sh_DATA = $(install_sh) -c -m 644
! 24: install_sh_PROGRAM = $(install_sh) -c
! 25: install_sh_SCRIPT = $(install_sh) -c
! 26: INSTALL_HEADER = $(INSTALL_DATA)
! 27: transform = $(program_transform_name)
! 28: NORMAL_INSTALL = :
! 29: PRE_INSTALL = :
! 30: POST_INSTALL = :
! 31: NORMAL_UNINSTALL = :
! 32: PRE_UNINSTALL = :
! 33: POST_UNINSTALL = :
! 34: build_triplet = @build@
! 35: host_triplet = @host@
! 36: subdir = doc
! 37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
! 38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 39: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
! 40: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
! 41: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
! 42: $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
! 43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 44: $(ACLOCAL_M4)
! 45: mkinstalldirs = $(install_sh) -d
! 46: CONFIG_HEADER = $(top_builddir)/config.h
! 47: CONFIG_CLEAN_FILES =
! 48: CONFIG_CLEAN_VPATH_FILES =
! 49: SOURCES =
! 50: DIST_SOURCES =
! 51: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
! 52: html-recursive info-recursive install-data-recursive \
! 53: install-dvi-recursive install-exec-recursive \
! 54: install-html-recursive install-info-recursive \
! 55: install-pdf-recursive install-ps-recursive install-recursive \
! 56: installcheck-recursive installdirs-recursive pdf-recursive \
! 57: ps-recursive uninstall-recursive
! 58: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
! 59: am__vpath_adj = case $$p in \
! 60: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
! 61: *) f=$$p;; \
! 62: esac;
! 63: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
! 64: am__install_max = 40
! 65: am__nobase_strip_setup = \
! 66: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
! 67: am__nobase_strip = \
! 68: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
! 69: am__nobase_list = $(am__nobase_strip_setup); \
! 70: for p in $$list; do echo "$$p $$p"; done | \
! 71: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
! 72: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
! 73: if (++n[$$2] == $(am__install_max)) \
! 74: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
! 75: END { for (dir in files) print dir, files[dir] }'
! 76: am__base_list = \
! 77: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
! 78: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
! 79: man1dir = $(mandir)/man1
! 80: am__installdirs = "$(DESTDIR)$(man1dir)"
! 81: NROFF = nroff
! 82: MANS = $(man_MANS)
! 83: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
! 84: distclean-recursive maintainer-clean-recursive
! 85: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
! 86: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
! 87: distdir
! 88: ETAGS = etags
! 89: CTAGS = ctags
! 90: DIST_SUBDIRS = $(SUBDIRS)
! 91: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 92: am__relativize = \
! 93: dir0=`pwd`; \
! 94: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
! 95: sed_rest='s,^[^/]*/*,,'; \
! 96: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
! 97: sed_butlast='s,/*[^/]*$$,,'; \
! 98: while test -n "$$dir1"; do \
! 99: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
! 100: if test "$$first" != "."; then \
! 101: if test "$$first" = ".."; then \
! 102: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
! 103: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
! 104: else \
! 105: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
! 106: if test "$$first2" = "$$first"; then \
! 107: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
! 108: else \
! 109: dir2="../$$dir2"; \
! 110: fi; \
! 111: dir0="$$dir0"/"$$first"; \
! 112: fi; \
! 113: fi; \
! 114: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
! 115: done; \
! 116: reldir="$$dir2"
! 117: ACLOCAL = @ACLOCAL@
! 118: AMTAR = @AMTAR@
! 119: AR = @AR@
! 120: AS = @AS@
! 121: AUTOCONF = @AUTOCONF@
! 122: AUTOHEADER = @AUTOHEADER@
! 123: AUTOMAKE = @AUTOMAKE@
! 124: AWK = @AWK@
! 125: BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
! 126: C14N_OBJ = @C14N_OBJ@
! 127: CATALOG_OBJ = @CATALOG_OBJ@
! 128: CC = @CC@
! 129: CCDEPMODE = @CCDEPMODE@
! 130: CFLAGS = @CFLAGS@
! 131: CPP = @CPP@
! 132: CPPFLAGS = @CPPFLAGS@
! 133: CYGPATH_W = @CYGPATH_W@
! 134: CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
! 135: CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
! 136: DEBUG_OBJ = @DEBUG_OBJ@
! 137: DEFS = @DEFS@
! 138: DEPDIR = @DEPDIR@
! 139: DLLTOOL = @DLLTOOL@
! 140: DOCB_OBJ = @DOCB_OBJ@
! 141: DSYMUTIL = @DSYMUTIL@
! 142: DUMPBIN = @DUMPBIN@
! 143: ECHO_C = @ECHO_C@
! 144: ECHO_N = @ECHO_N@
! 145: ECHO_T = @ECHO_T@
! 146: EGREP = @EGREP@
! 147: EXEEXT = @EXEEXT@
! 148: FGREP = @FGREP@
! 149: FTP_OBJ = @FTP_OBJ@
! 150: GREP = @GREP@
! 151: HAVE_ISINF = @HAVE_ISINF@
! 152: HAVE_ISNAN = @HAVE_ISNAN@
! 153: HTML_DIR = @HTML_DIR@
! 154: HTML_OBJ = @HTML_OBJ@
! 155: HTTP_OBJ = @HTTP_OBJ@
! 156: ICONV_LIBS = @ICONV_LIBS@
! 157: INSTALL = @INSTALL@
! 158: INSTALL_DATA = @INSTALL_DATA@
! 159: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 160: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 161: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 162: LD = @LD@
! 163: LDFLAGS = @LDFLAGS@
! 164: LIBOBJS = @LIBOBJS@
! 165: LIBS = @LIBS@
! 166: LIBTOOL = @LIBTOOL@
! 167: LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
! 168: LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
! 169: LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
! 170: LIBXML_VERSION = @LIBXML_VERSION@
! 171: LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
! 172: LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
! 173: LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
! 174: LIPO = @LIPO@
! 175: LN_S = @LN_S@
! 176: LTLIBOBJS = @LTLIBOBJS@
! 177: MAKEINFO = @MAKEINFO@
! 178: MKDIR_P = @MKDIR_P@
! 179: MODULE_EXTENSION = @MODULE_EXTENSION@
! 180: MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
! 181: MV = @MV@
! 182: M_LIBS = @M_LIBS@
! 183: NM = @NM@
! 184: NMEDIT = @NMEDIT@
! 185: OBJDUMP = @OBJDUMP@
! 186: OBJEXT = @OBJEXT@
! 187: OTOOL = @OTOOL@
! 188: OTOOL64 = @OTOOL64@
! 189: PACKAGE = @PACKAGE@
! 190: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 191: PACKAGE_NAME = @PACKAGE_NAME@
! 192: PACKAGE_STRING = @PACKAGE_STRING@
! 193: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 194: PACKAGE_URL = @PACKAGE_URL@
! 195: PACKAGE_VERSION = @PACKAGE_VERSION@
! 196: PATH_SEPARATOR = @PATH_SEPARATOR@
! 197: PERL = @PERL@
! 198: PYTHON = @PYTHON@
! 199: PYTHON_INCLUDES = @PYTHON_INCLUDES@
! 200: PYTHON_LIBS = @PYTHON_LIBS@
! 201: PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
! 202: PYTHON_SUBDIR = @PYTHON_SUBDIR@
! 203: PYTHON_TESTS = @PYTHON_TESTS@
! 204: PYTHON_VERSION = @PYTHON_VERSION@
! 205: RANLIB = @RANLIB@
! 206: RDL_LIBS = @RDL_LIBS@
! 207: READER_TEST = @READER_TEST@
! 208: RELDATE = @RELDATE@
! 209: RM = @RM@
! 210: SED = @SED@
! 211: SET_MAKE = @SET_MAKE@
! 212: SHELL = @SHELL@
! 213: STATIC_BINARIES = @STATIC_BINARIES@
! 214: STRIP = @STRIP@
! 215: TAR = @TAR@
! 216: TEST_C14N = @TEST_C14N@
! 217: TEST_CATALOG = @TEST_CATALOG@
! 218: TEST_DEBUG = @TEST_DEBUG@
! 219: TEST_HTML = @TEST_HTML@
! 220: TEST_MODULES = @TEST_MODULES@
! 221: TEST_PATTERN = @TEST_PATTERN@
! 222: TEST_PHTML = @TEST_PHTML@
! 223: TEST_PUSH = @TEST_PUSH@
! 224: TEST_REGEXPS = @TEST_REGEXPS@
! 225: TEST_SAX = @TEST_SAX@
! 226: TEST_SCHEMAS = @TEST_SCHEMAS@
! 227: TEST_SCHEMATRON = @TEST_SCHEMATRON@
! 228: TEST_THREADS = @TEST_THREADS@
! 229: TEST_VALID = @TEST_VALID@
! 230: TEST_VTIME = @TEST_VTIME@
! 231: TEST_XINCLUDE = @TEST_XINCLUDE@
! 232: TEST_XPATH = @TEST_XPATH@
! 233: TEST_XPTR = @TEST_XPTR@
! 234: THREADS_W32 = @THREADS_W32@
! 235: THREAD_CFLAGS = @THREAD_CFLAGS@
! 236: THREAD_LIBS = @THREAD_LIBS@
! 237: U = @U@
! 238: VERSION = @VERSION@
! 239: VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
! 240: WGET = @WGET@
! 241: WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
! 242: WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
! 243: WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
! 244: WITH_C14N = @WITH_C14N@
! 245: WITH_CATALOG = @WITH_CATALOG@
! 246: WITH_DEBUG = @WITH_DEBUG@
! 247: WITH_DOCB = @WITH_DOCB@
! 248: WITH_FTP = @WITH_FTP@
! 249: WITH_HTML = @WITH_HTML@
! 250: WITH_HTTP = @WITH_HTTP@
! 251: WITH_ICONV = @WITH_ICONV@
! 252: WITH_ICU = @WITH_ICU@
! 253: WITH_ISO8859X = @WITH_ISO8859X@
! 254: WITH_LEGACY = @WITH_LEGACY@
! 255: WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
! 256: WITH_MODULES = @WITH_MODULES@
! 257: WITH_OUTPUT = @WITH_OUTPUT@
! 258: WITH_PATTERN = @WITH_PATTERN@
! 259: WITH_PUSH = @WITH_PUSH@
! 260: WITH_READER = @WITH_READER@
! 261: WITH_REGEXPS = @WITH_REGEXPS@
! 262: WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
! 263: WITH_SAX1 = @WITH_SAX1@
! 264: WITH_SCHEMAS = @WITH_SCHEMAS@
! 265: WITH_SCHEMATRON = @WITH_SCHEMATRON@
! 266: WITH_THREADS = @WITH_THREADS@
! 267: WITH_TREE = @WITH_TREE@
! 268: WITH_TRIO = @WITH_TRIO@
! 269: WITH_VALID = @WITH_VALID@
! 270: WITH_WRITER = @WITH_WRITER@
! 271: WITH_XINCLUDE = @WITH_XINCLUDE@
! 272: WITH_XPATH = @WITH_XPATH@
! 273: WITH_XPTR = @WITH_XPTR@
! 274: WITH_ZLIB = @WITH_ZLIB@
! 275: XINCLUDE_OBJ = @XINCLUDE_OBJ@
! 276: XMLLINT = @XMLLINT@
! 277: XML_CFLAGS = @XML_CFLAGS@
! 278: XML_INCLUDEDIR = @XML_INCLUDEDIR@
! 279: XML_LIBDIR = @XML_LIBDIR@
! 280: XML_LIBS = @XML_LIBS@
! 281: XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
! 282: XPATH_OBJ = @XPATH_OBJ@
! 283: XPTR_OBJ = @XPTR_OBJ@
! 284: XSLTPROC = @XSLTPROC@
! 285: Z_CFLAGS = @Z_CFLAGS@
! 286: Z_LIBS = @Z_LIBS@
! 287: abs_builddir = @abs_builddir@
! 288: abs_srcdir = @abs_srcdir@
! 289: abs_top_builddir = @abs_top_builddir@
! 290: abs_top_srcdir = @abs_top_srcdir@
! 291: ac_ct_CC = @ac_ct_CC@
! 292: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 293: am__include = @am__include@
! 294: am__leading_dot = @am__leading_dot@
! 295: am__quote = @am__quote@
! 296: am__tar = @am__tar@
! 297: am__untar = @am__untar@
! 298: bindir = @bindir@
! 299: build = @build@
! 300: build_alias = @build_alias@
! 301: build_cpu = @build_cpu@
! 302: build_os = @build_os@
! 303: build_vendor = @build_vendor@
! 304: builddir = @builddir@
! 305: datadir = @datadir@
! 306: datarootdir = @datarootdir@
! 307: docdir = @docdir@
! 308: dvidir = @dvidir@
! 309: exec_prefix = @exec_prefix@
! 310: host = @host@
! 311: host_alias = @host_alias@
! 312: host_cpu = @host_cpu@
! 313: host_os = @host_os@
! 314: host_vendor = @host_vendor@
! 315: htmldir = @htmldir@
! 316: includedir = @includedir@
! 317: infodir = @infodir@
! 318: install_sh = @install_sh@
! 319: libdir = @libdir@
! 320: libexecdir = @libexecdir@
! 321: localedir = @localedir@
! 322: localstatedir = @localstatedir@
! 323: mandir = @mandir@
! 324: mkdir_p = @mkdir_p@
! 325: oldincludedir = @oldincludedir@
! 326: pdfdir = @pdfdir@
! 327: prefix = @prefix@
! 328: program_transform_name = @program_transform_name@
! 329: psdir = @psdir@
! 330: pythondir = @pythondir@
! 331: sbindir = @sbindir@
! 332: sharedstatedir = @sharedstatedir@
! 333: srcdir = @srcdir@
! 334: sysconfdir = @sysconfdir@
! 335: target_alias = @target_alias@
! 336: top_build_prefix = @top_build_prefix@
! 337: top_builddir = @top_builddir@
! 338: top_srcdir = @top_srcdir@
! 339: SUBDIRS = devhelp examples
! 340:
! 341: # The top-level SGML file.
! 342: DOC_MAIN_XML_FILE = gnome-xml.xml
! 343:
! 344: # The directory containing the source code (if it contains documentation).
! 345: DOC_SOURCE_DIR = ..
! 346:
! 347: # A file in win32 depends upon one of the doc files
! 348: WIN32_DIR = $(top_srcdir)/win32
! 349: PAGES = architecture.html bugs.html contribs.html docs.html DOM.html \
! 350: downloads.html entities.html example.html help.html index.html \
! 351: interface.html intro.html library.html namespaces.html news.html \
! 352: tree.html xmldtd.html XMLinfo.html XSLT.html
! 353:
! 354: APIPAGES = APIconstructors.html APIfiles.html APIfunctions.html \
! 355: APIsymbols.html APIchunk0.html
! 356:
! 357: EXTRA_DIST = xmlcatalog_man.xml tutorial/*.html tutorial/*.c tutorial/*.pdf \
! 358: tutorial/images/*.png tutorial/images/callouts/*.png \
! 359: API*.html *.1 *.xsl *.html *.gif w3c.png html/*.html \
! 360: html/*.png libxml2-api.xml index.py search.php \
! 361: apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \
! 362: README.docs symbols.xml
! 363:
! 364: man_MANS = xmllint.1 xmlcatalog.1
! 365: all: all-recursive
! 366:
! 367: .SUFFIXES:
! 368: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 369: @for dep in $?; do \
! 370: case '$(am__configure_deps)' in \
! 371: *$$dep*) \
! 372: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 373: && { if test -f $@; then exit 0; else break; fi; }; \
! 374: exit 1;; \
! 375: esac; \
! 376: done; \
! 377: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
! 378: $(am__cd) $(top_srcdir) && \
! 379: $(AUTOMAKE) --gnu doc/Makefile
! 380: .PRECIOUS: Makefile
! 381: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 382: @case '$?' in \
! 383: *config.status*) \
! 384: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 385: *) \
! 386: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 387: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 388: esac;
! 389:
! 390: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 391: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 392:
! 393: $(top_srcdir)/configure: $(am__configure_deps)
! 394: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 395: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 396: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 397: $(am__aclocal_m4_deps):
! 398:
! 399: mostlyclean-libtool:
! 400: -rm -f *.lo
! 401:
! 402: clean-libtool:
! 403: -rm -rf .libs _libs
! 404: install-man1: $(man_MANS)
! 405: @$(NORMAL_INSTALL)
! 406: test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
! 407: @list=''; test -n "$(man1dir)" || exit 0; \
! 408: { for i in $$list; do echo "$$i"; done; \
! 409: l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
! 410: sed -n '/\.1[a-z]*$$/p'; \
! 411: } | while read p; do \
! 412: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
! 413: echo "$$d$$p"; echo "$$p"; \
! 414: done | \
! 415: sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
! 416: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
! 417: sed 'N;N;s,\n, ,g' | { \
! 418: list=; while read file base inst; do \
! 419: if test "$$base" = "$$inst"; then list="$$list $$file"; else \
! 420: echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
! 421: $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
! 422: fi; \
! 423: done; \
! 424: for i in $$list; do echo "$$i"; done | $(am__base_list) | \
! 425: while read files; do \
! 426: test -z "$$files" || { \
! 427: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
! 428: $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
! 429: done; }
! 430:
! 431: uninstall-man1:
! 432: @$(NORMAL_UNINSTALL)
! 433: @list=''; test -n "$(man1dir)" || exit 0; \
! 434: files=`{ for i in $$list; do echo "$$i"; done; \
! 435: l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
! 436: sed -n '/\.1[a-z]*$$/p'; \
! 437: } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
! 438: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
! 439: test -z "$$files" || { \
! 440: echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
! 441: cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
! 442:
! 443: # This directory's subdirectories are mostly independent; you can cd
! 444: # into them and run `make' without going through this Makefile.
! 445: # To change the values of `make' variables: instead of editing Makefiles,
! 446: # (1) if the variable is set in `config.status', edit `config.status'
! 447: # (which will cause the Makefiles to be regenerated when you run `make');
! 448: # (2) otherwise, pass the desired values on the `make' command line.
! 449: $(RECURSIVE_TARGETS):
! 450: @fail= failcom='exit 1'; \
! 451: for f in x $$MAKEFLAGS; do \
! 452: case $$f in \
! 453: *=* | --[!k]*);; \
! 454: *k*) failcom='fail=yes';; \
! 455: esac; \
! 456: done; \
! 457: dot_seen=no; \
! 458: target=`echo $@ | sed s/-recursive//`; \
! 459: list='$(SUBDIRS)'; for subdir in $$list; do \
! 460: echo "Making $$target in $$subdir"; \
! 461: if test "$$subdir" = "."; then \
! 462: dot_seen=yes; \
! 463: local_target="$$target-am"; \
! 464: else \
! 465: local_target="$$target"; \
! 466: fi; \
! 467: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 468: || eval $$failcom; \
! 469: done; \
! 470: if test "$$dot_seen" = "no"; then \
! 471: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 472: fi; test -z "$$fail"
! 473:
! 474: $(RECURSIVE_CLEAN_TARGETS):
! 475: @fail= failcom='exit 1'; \
! 476: for f in x $$MAKEFLAGS; do \
! 477: case $$f in \
! 478: *=* | --[!k]*);; \
! 479: *k*) failcom='fail=yes';; \
! 480: esac; \
! 481: done; \
! 482: dot_seen=no; \
! 483: case "$@" in \
! 484: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 485: *) list='$(SUBDIRS)' ;; \
! 486: esac; \
! 487: rev=''; for subdir in $$list; do \
! 488: if test "$$subdir" = "."; then :; else \
! 489: rev="$$subdir $$rev"; \
! 490: fi; \
! 491: done; \
! 492: rev="$$rev ."; \
! 493: target=`echo $@ | sed s/-recursive//`; \
! 494: for subdir in $$rev; do \
! 495: echo "Making $$target in $$subdir"; \
! 496: if test "$$subdir" = "."; then \
! 497: local_target="$$target-am"; \
! 498: else \
! 499: local_target="$$target"; \
! 500: fi; \
! 501: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 502: || eval $$failcom; \
! 503: done && test -z "$$fail"
! 504: tags-recursive:
! 505: list='$(SUBDIRS)'; for subdir in $$list; do \
! 506: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 507: done
! 508: ctags-recursive:
! 509: list='$(SUBDIRS)'; for subdir in $$list; do \
! 510: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
! 511: done
! 512:
! 513: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 514: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 515: unique=`for i in $$list; do \
! 516: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 517: done | \
! 518: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 519: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 520: mkid -fID $$unique
! 521: tags: TAGS
! 522:
! 523: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 524: $(TAGS_FILES) $(LISP)
! 525: set x; \
! 526: here=`pwd`; \
! 527: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
! 528: include_option=--etags-include; \
! 529: empty_fix=.; \
! 530: else \
! 531: include_option=--include; \
! 532: empty_fix=; \
! 533: fi; \
! 534: list='$(SUBDIRS)'; for subdir in $$list; do \
! 535: if test "$$subdir" = .; then :; else \
! 536: test ! -f $$subdir/TAGS || \
! 537: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
! 538: fi; \
! 539: done; \
! 540: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 541: unique=`for i in $$list; do \
! 542: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 543: done | \
! 544: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 545: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 546: shift; \
! 547: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 548: test -n "$$unique" || unique=$$empty_fix; \
! 549: if test $$# -gt 0; then \
! 550: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 551: "$$@" $$unique; \
! 552: else \
! 553: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 554: $$unique; \
! 555: fi; \
! 556: fi
! 557: ctags: CTAGS
! 558: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 559: $(TAGS_FILES) $(LISP)
! 560: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 561: unique=`for i in $$list; do \
! 562: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 563: done | \
! 564: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 565: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 566: test -z "$(CTAGS_ARGS)$$unique" \
! 567: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 568: $$unique
! 569:
! 570: GTAGS:
! 571: here=`$(am__cd) $(top_builddir) && pwd` \
! 572: && $(am__cd) $(top_srcdir) \
! 573: && gtags -i $(GTAGS_ARGS) "$$here"
! 574:
! 575: distclean-tags:
! 576: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 577:
! 578: distdir: $(DISTFILES)
! 579: @list='$(MANS)'; if test -n "$$list"; then \
! 580: list=`for p in $$list; do \
! 581: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
! 582: if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
! 583: if test -n "$$list" && \
! 584: grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
! 585: echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
! 586: grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
! 587: echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
! 588: echo " typically \`make maintainer-clean' will remove them" >&2; \
! 589: exit 1; \
! 590: else :; fi; \
! 591: else :; fi
! 592: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 593: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 594: list='$(DISTFILES)'; \
! 595: dist_files=`for file in $$list; do echo $$file; done | \
! 596: sed -e "s|^$$srcdirstrip/||;t" \
! 597: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 598: case $$dist_files in \
! 599: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 600: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 601: sort -u` ;; \
! 602: esac; \
! 603: for file in $$dist_files; do \
! 604: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 605: if test -d $$d/$$file; then \
! 606: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 607: if test -d "$(distdir)/$$file"; then \
! 608: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 609: fi; \
! 610: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 611: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 612: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 613: fi; \
! 614: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 615: else \
! 616: test -f "$(distdir)/$$file" \
! 617: || cp -p $$d/$$file "$(distdir)/$$file" \
! 618: || exit 1; \
! 619: fi; \
! 620: done
! 621: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 622: if test "$$subdir" = .; then :; else \
! 623: test -d "$(distdir)/$$subdir" \
! 624: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 625: || exit 1; \
! 626: fi; \
! 627: done
! 628: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 629: if test "$$subdir" = .; then :; else \
! 630: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
! 631: $(am__relativize); \
! 632: new_distdir=$$reldir; \
! 633: dir1=$$subdir; dir2="$(top_distdir)"; \
! 634: $(am__relativize); \
! 635: new_top_distdir=$$reldir; \
! 636: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
! 637: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
! 638: ($(am__cd) $$subdir && \
! 639: $(MAKE) $(AM_MAKEFLAGS) \
! 640: top_distdir="$$new_top_distdir" \
! 641: distdir="$$new_distdir" \
! 642: am__remove_distdir=: \
! 643: am__skip_length_check=: \
! 644: am__skip_mode_fix=: \
! 645: distdir) \
! 646: || exit 1; \
! 647: fi; \
! 648: done
! 649: check-am: all-am
! 650: check: check-recursive
! 651: all-am: Makefile $(MANS)
! 652: installdirs: installdirs-recursive
! 653: installdirs-am:
! 654: for dir in "$(DESTDIR)$(man1dir)"; do \
! 655: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
! 656: done
! 657: install: install-recursive
! 658: install-exec: install-exec-recursive
! 659: install-data: install-data-recursive
! 660: uninstall: uninstall-recursive
! 661:
! 662: install-am: all-am
! 663: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 664:
! 665: installcheck: installcheck-recursive
! 666: install-strip:
! 667: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 668: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 669: `test -z '$(STRIP)' || \
! 670: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
! 671: mostlyclean-generic:
! 672:
! 673: clean-generic:
! 674:
! 675: distclean-generic:
! 676: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 677: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 678:
! 679: maintainer-clean-generic:
! 680: @echo "This command is intended for maintainers to use"
! 681: @echo "it deletes files that may require special tools to rebuild."
! 682: clean: clean-recursive
! 683:
! 684: clean-am: clean-generic clean-libtool clean-local mostlyclean-am
! 685:
! 686: distclean: distclean-recursive
! 687: -rm -f Makefile
! 688: distclean-am: clean-am distclean-generic distclean-tags
! 689:
! 690: dvi: dvi-recursive
! 691:
! 692: dvi-am:
! 693:
! 694: html: html-recursive
! 695:
! 696: html-am:
! 697:
! 698: info: info-recursive
! 699:
! 700: info-am:
! 701:
! 702: install-data-am: install-data-local install-man
! 703:
! 704: install-dvi: install-dvi-recursive
! 705:
! 706: install-dvi-am:
! 707:
! 708: install-exec-am:
! 709:
! 710: install-html: install-html-recursive
! 711:
! 712: install-html-am:
! 713:
! 714: install-info: install-info-recursive
! 715:
! 716: install-info-am:
! 717:
! 718: install-man: install-man1
! 719:
! 720: install-pdf: install-pdf-recursive
! 721:
! 722: install-pdf-am:
! 723:
! 724: install-ps: install-ps-recursive
! 725:
! 726: install-ps-am:
! 727:
! 728: installcheck-am:
! 729:
! 730: maintainer-clean: maintainer-clean-recursive
! 731: -rm -f Makefile
! 732: maintainer-clean-am: distclean-am maintainer-clean-generic \
! 733: maintainer-clean-local
! 734:
! 735: mostlyclean: mostlyclean-recursive
! 736:
! 737: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 738:
! 739: pdf: pdf-recursive
! 740:
! 741: pdf-am:
! 742:
! 743: ps: ps-recursive
! 744:
! 745: ps-am:
! 746:
! 747: uninstall-am: uninstall-man
! 748:
! 749: uninstall-man: uninstall-man1
! 750:
! 751: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
! 752: install-am install-strip tags-recursive
! 753:
! 754: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
! 755: all all-am check check-am clean clean-generic clean-libtool \
! 756: clean-local ctags ctags-recursive distclean distclean-generic \
! 757: distclean-libtool distclean-tags distdir dvi dvi-am html \
! 758: html-am info info-am install install-am install-data \
! 759: install-data-am install-data-local install-dvi install-dvi-am \
! 760: install-exec install-exec-am install-html install-html-am \
! 761: install-info install-info-am install-man install-man1 \
! 762: install-pdf install-pdf-am install-ps install-ps-am \
! 763: install-strip installcheck installcheck-am installdirs \
! 764: installdirs-am maintainer-clean maintainer-clean-generic \
! 765: maintainer-clean-local mostlyclean mostlyclean-generic \
! 766: mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
! 767: uninstall uninstall-am uninstall-man uninstall-man1
! 768:
! 769:
! 770: @REBUILD_DOCS_TRUE@all: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS)
! 771: @REBUILD_DOCS_FALSE@all:
! 772:
! 773: api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h $(srcdir)/site.xsl
! 774:
! 775: web: $(PAGES)
! 776:
! 777: ../elfgcchack.h: $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml
! 778: -@(if [ -x $(XSLTPROC) ] ; then \
! 779: echo "Rebuilding the elfgcchack.h header" ; \
! 780: $(XSLTPROC) --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \
! 781: if [ "`diff -q elfgcchack.h ../elfgcchack.h`" ] ; then \
! 782: echo "updating ../elfgcchack.h"; \
! 783: cp elfgcchack.h ../elfgcchack.h; \
! 784: fi ; rm -f elfgcchack.h ; fi );
! 785:
! 786: $(PAGES): xml.html site.xsl
! 787: -@(if [ -x $(XSLTPROC) ] ; then \
! 788: echo "Rebuilding the HTML Web pages from xml.html" ; \
! 789: $(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
! 790: -@(if [ -x $(XMLLINT) ] ; then \
! 791: echo "Validating the HTML Web pages" ; \
! 792: $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
! 793:
! 794: $(top_builddir)/NEWS: $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html
! 795: -@(if [ -x $(XSLTPROC) ] ; then \
! 796: $(XSLTPROC) --nonet $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html > $(top_builddir)/NEWS ; fi );
! 797:
! 798: libxml2.xsa: $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html
! 799: -@(if [ -x $(XSLTPROC) ] ; then \
! 800: echo "Rebuilding the NEWS file" ; \
! 801: $(XSLTPROC) --nonet $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html > libxml2.xsa ; fi );
! 802:
! 803: $(APIPAGES): libxml2-api.xml libxml2-refs.xml $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/api.xsl
! 804: -@(if [ -x $(XSLTPROC) ] ; then \
! 805: echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
! 806: $(XSLTPROC) --nonet --html $(top_srcdir)/doc/api.xsl \
! 807: $(top_srcdir)/doc/xml.html ; fi );
! 808: -@(if [ -x $(XMLLINT) ] ; then \
! 809: echo "Validating the HTML API pages" ; \
! 810: $(XMLLINT) --nonet --valid --noout API*.html ; fi );
! 811:
! 812: $(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl
! 813: -@(if [ -x $(XSLTPROC) ] ; then \
! 814: echo "Rebuilding the HTML pages from the XML API" ; \
! 815: $(XSLTPROC) --nonet $(srcdir)/newapi.xsl libxml2-api.xml ; fi )
! 816: -@(if [ -x $(XMLLINT) ] ; then \
! 817: echo "Validating the resulting XHTML pages" ; \
! 818: $(XMLLINT) --nonet --valid --noout html/*.html ; fi );
! 819:
! 820: wiki: libxml2-api.xml $(srcdir)/wiki.xsl
! 821: -@(if [ -x $(XSLTPROC) ] ; then \
! 822: echo "Rebuilding the wiki HTML pages from the XML API" ; \
! 823: $(XSLTPROC) --nonet $(srcdir)/wiki.xsl libxml2-api.xml; fi )
! 824:
! 825: $(WIN32_DIR)/libxml2.def.src: libxml2-api.xml
! 826: -@(if [ -x $(XSLTPROC) ] ; then \
! 827: $(XSLTPROC) -o $(WIN32_DIR)/libxml2.def.src \
! 828: --nonet $(WIN32_DIR)/defgen.xsl libxml2-api.xml ; fi )
! 829:
! 830: libxml2-api.xml libxml2-refs.xml ../libxml2.syms: apibuild.py symbols.xml syms.xsl checkapisym.xsl ../include/libxml/*.h ../*.c
! 831: -(./apibuild.py)
! 832: ($(XSLTPROC) checkapisym.xsl libxml2-api.xml)
! 833: ($(XSLTPROC) -o ../libxml2.syms syms.xsl symbols.xml)
! 834: -@(cd .. ; $(MAKE) rebuild_testapi)
! 835:
! 836: xmllint.1: xmllint.xml
! 837: -@($(XSLTPROC) --nonet xmllint.xml)
! 838:
! 839: xmlcatalog.1: xmlcatalog_man.xml
! 840: -@($(XSLTPROC) --nonet xmlcatalog_man.xml)
! 841:
! 842: clean-local:
! 843: rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
! 844:
! 845: maintainer-clean-local: clean-local
! 846: rm -rf libxml-decl-list.txt libxml-decl.txt
! 847:
! 848: rebuild: api all
! 849:
! 850: install-data-local:
! 851: @MKDIR_P@ $(DESTDIR)$(HTML_DIR)
! 852: -@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)
! 853: @MKDIR_P@ $(DESTDIR)$(HTML_DIR)/html
! 854: -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
! 855: -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
! 856: @MKDIR_P@ $(DESTDIR)$(HTML_DIR)/tutorial
! 857: -@INSTALL@ -m 0644 $(srcdir)/tutorial/*.* \
! 858: $(DESTDIR)$(HTML_DIR)/tutorial
! 859: @MKDIR_P@ $(DESTDIR)$(HTML_DIR)/tutorial/images
! 860: -@INSTALL@ -m 0644 $(srcdir)/tutorial/images/*.* \
! 861: $(DESTDIR)$(HTML_DIR)/tutorial/images
! 862: @MKDIR_P@ $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
! 863: -@INSTALL@ -m 0644 $(srcdir)/tutorial/images/callouts/*.* \
! 864: $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
! 865:
! 866: .PHONY : html xml templates scan
! 867:
! 868: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 869: # Otherwise a system limit (for SysV at least) may be exceeded.
! 870: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>