Bump to libxml2 2.9.4
[platform/upstream/libxml2.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = doc
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo "  GEN     " $@;
110 am__v_GEN_1 = 
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 = 
115 SOURCES =
116 DIST_SOURCES =
117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118         ctags-recursive dvi-recursive html-recursive info-recursive \
119         install-data-recursive install-dvi-recursive \
120         install-exec-recursive install-html-recursive \
121         install-info-recursive install-pdf-recursive \
122         install-ps-recursive install-recursive installcheck-recursive \
123         installdirs-recursive pdf-recursive ps-recursive \
124         tags-recursive uninstall-recursive
125 am__can_run_installinfo = \
126   case $$AM_UPDATE_INFO_DIR in \
127     n|no|NO) false;; \
128     *) (install-info --version) >/dev/null 2>&1;; \
129   esac
130 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131 am__vpath_adj = case $$p in \
132     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133     *) f=$$p;; \
134   esac;
135 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136 am__install_max = 40
137 am__nobase_strip_setup = \
138   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139 am__nobase_strip = \
140   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141 am__nobase_list = $(am__nobase_strip_setup); \
142   for p in $$list; do echo "$$p $$p"; done | \
143   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145     if (++n[$$2] == $(am__install_max)) \
146       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147     END { for (dir in files) print dir, files[dir] }'
148 am__base_list = \
149   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151 am__uninstall_files_from_dir = { \
152   test -z "$$files" \
153     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155          $(am__cd) "$$dir" && rm -f $$files; }; \
156   }
157 man1dir = $(mandir)/man1
158 am__installdirs = "$(DESTDIR)$(man1dir)"
159 NROFF = nroff
160 MANS = $(man_MANS)
161 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
162   distclean-recursive maintainer-clean-recursive
163 am__recursive_targets = \
164   $(RECURSIVE_TARGETS) \
165   $(RECURSIVE_CLEAN_TARGETS) \
166   $(am__extra_recursive_targets)
167 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168         distdir
169 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170 # Read a list of newline-separated strings from the standard input,
171 # and print each of them once, without duplicates.  Input order is
172 # *not* preserved.
173 am__uniquify_input = $(AWK) '\
174   BEGIN { nonempty = 0; } \
175   { items[$$0] = 1; nonempty = 1; } \
176   END { if (nonempty) { for (i in items) print i; }; } \
177 '
178 # Make sure the list of sources is unique.  This is necessary because,
179 # e.g., the same source file might be shared among _SOURCES variables
180 # for different programs/libraries.
181 am__define_uniq_tagged_files = \
182   list='$(am__tagged_files)'; \
183   unique=`for i in $$list; do \
184     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185   done | $(am__uniquify_input)`
186 ETAGS = etags
187 CTAGS = ctags
188 DIST_SUBDIRS = $(SUBDIRS)
189 am__DIST_COMMON = $(srcdir)/Makefile.in
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 am__relativize = \
192   dir0=`pwd`; \
193   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194   sed_rest='s,^[^/]*/*,,'; \
195   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196   sed_butlast='s,/*[^/]*$$,,'; \
197   while test -n "$$dir1"; do \
198     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199     if test "$$first" != "."; then \
200       if test "$$first" = ".."; then \
201         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203       else \
204         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205         if test "$$first2" = "$$first"; then \
206           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207         else \
208           dir2="../$$dir2"; \
209         fi; \
210         dir0="$$dir0"/"$$first"; \
211       fi; \
212     fi; \
213     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214   done; \
215   reldir="$$dir2"
216 ACLOCAL = @ACLOCAL@
217 AMTAR = @AMTAR@
218 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219 AR = @AR@
220 AUTOCONF = @AUTOCONF@
221 AUTOHEADER = @AUTOHEADER@
222 AUTOMAKE = @AUTOMAKE@
223 AWK = @AWK@
224 BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
225 C14N_OBJ = @C14N_OBJ@
226 CATALOG_OBJ = @CATALOG_OBJ@
227 CC = @CC@
228 CCDEPMODE = @CCDEPMODE@
229 CFLAGS = @CFLAGS@
230 CPP = @CPP@
231 CPPFLAGS = @CPPFLAGS@
232 CYGPATH_W = @CYGPATH_W@
233 CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
234 CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
235 DEBUG_OBJ = @DEBUG_OBJ@
236 DEFS = @DEFS@
237 DEPDIR = @DEPDIR@
238 DLLTOOL = @DLLTOOL@
239 DOCB_OBJ = @DOCB_OBJ@
240 DSYMUTIL = @DSYMUTIL@
241 DUMPBIN = @DUMPBIN@
242 ECHO_C = @ECHO_C@
243 ECHO_N = @ECHO_N@
244 ECHO_T = @ECHO_T@
245 EGREP = @EGREP@
246 EXEEXT = @EXEEXT@
247 FGREP = @FGREP@
248 FTP_OBJ = @FTP_OBJ@
249 GREP = @GREP@
250 HAVE_ISINF = @HAVE_ISINF@
251 HAVE_ISNAN = @HAVE_ISNAN@
252 HTML_DIR = @HTML_DIR@
253 HTML_OBJ = @HTML_OBJ@
254 HTTP_OBJ = @HTTP_OBJ@
255 ICONV_LIBS = @ICONV_LIBS@
256 ICU_CFLAGS = @ICU_CFLAGS@
257 ICU_LIBS = @ICU_LIBS@
258 INSTALL = @INSTALL@
259 INSTALL_DATA = @INSTALL_DATA@
260 INSTALL_PROGRAM = @INSTALL_PROGRAM@
261 INSTALL_SCRIPT = @INSTALL_SCRIPT@
262 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
263 LD = @LD@
264 LDFLAGS = @LDFLAGS@
265 LIBOBJS = @LIBOBJS@
266 LIBS = @LIBS@
267 LIBTOOL = @LIBTOOL@
268 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
269 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
270 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
271 LIBXML_VERSION = @LIBXML_VERSION@
272 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
273 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
274 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
275 LIPO = @LIPO@
276 LN_S = @LN_S@
277 LTLIBOBJS = @LTLIBOBJS@
278 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
279 LZMA_CFLAGS = @LZMA_CFLAGS@
280 LZMA_LIBS = @LZMA_LIBS@
281 MAINT = @MAINT@
282 MAKEINFO = @MAKEINFO@
283 MANIFEST_TOOL = @MANIFEST_TOOL@
284 MKDIR_P = @MKDIR_P@
285 MODULE_EXTENSION = @MODULE_EXTENSION@
286 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
287 MV = @MV@
288 M_LIBS = @M_LIBS@
289 NM = @NM@
290 NMEDIT = @NMEDIT@
291 OBJDUMP = @OBJDUMP@
292 OBJEXT = @OBJEXT@
293 OTOOL = @OTOOL@
294 OTOOL64 = @OTOOL64@
295 PACKAGE = @PACKAGE@
296 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297 PACKAGE_NAME = @PACKAGE_NAME@
298 PACKAGE_STRING = @PACKAGE_STRING@
299 PACKAGE_TARNAME = @PACKAGE_TARNAME@
300 PACKAGE_URL = @PACKAGE_URL@
301 PACKAGE_VERSION = @PACKAGE_VERSION@
302 PATH_SEPARATOR = @PATH_SEPARATOR@
303 PERL = @PERL@
304 PKG_CONFIG = @PKG_CONFIG@
305 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
306 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
307 PYTHON = @PYTHON@
308 PYTHON_INCLUDES = @PYTHON_INCLUDES@
309 PYTHON_LIBS = @PYTHON_LIBS@
310 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
311 PYTHON_SUBDIR = @PYTHON_SUBDIR@
312 PYTHON_TESTS = @PYTHON_TESTS@
313 PYTHON_VERSION = @PYTHON_VERSION@
314 RANLIB = @RANLIB@
315 RDL_LIBS = @RDL_LIBS@
316 READER_TEST = @READER_TEST@
317 RELDATE = @RELDATE@
318 SED = @SED@
319 SET_MAKE = @SET_MAKE@
320 SHELL = @SHELL@
321 STATIC_BINARIES = @STATIC_BINARIES@
322 STRIP = @STRIP@
323 TAR = @TAR@
324 TEST_C14N = @TEST_C14N@
325 TEST_CATALOG = @TEST_CATALOG@
326 TEST_DEBUG = @TEST_DEBUG@
327 TEST_HTML = @TEST_HTML@
328 TEST_MODULES = @TEST_MODULES@
329 TEST_PATTERN = @TEST_PATTERN@
330 TEST_PHTML = @TEST_PHTML@
331 TEST_PUSH = @TEST_PUSH@
332 TEST_REGEXPS = @TEST_REGEXPS@
333 TEST_SAX = @TEST_SAX@
334 TEST_SCHEMAS = @TEST_SCHEMAS@
335 TEST_SCHEMATRON = @TEST_SCHEMATRON@
336 TEST_THREADS = @TEST_THREADS@
337 TEST_VALID = @TEST_VALID@
338 TEST_VTIME = @TEST_VTIME@
339 TEST_XINCLUDE = @TEST_XINCLUDE@
340 TEST_XPATH = @TEST_XPATH@
341 TEST_XPTR = @TEST_XPTR@
342 THREAD_CFLAGS = @THREAD_CFLAGS@
343 THREAD_LIBS = @THREAD_LIBS@
344 VERSION = @VERSION@
345 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
346 WGET = @WGET@
347 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
348 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
349 WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
350 WITH_C14N = @WITH_C14N@
351 WITH_CATALOG = @WITH_CATALOG@
352 WITH_DEBUG = @WITH_DEBUG@
353 WITH_DOCB = @WITH_DOCB@
354 WITH_FTP = @WITH_FTP@
355 WITH_HTML = @WITH_HTML@
356 WITH_HTTP = @WITH_HTTP@
357 WITH_ICONV = @WITH_ICONV@
358 WITH_ICU = @WITH_ICU@
359 WITH_ISO8859X = @WITH_ISO8859X@
360 WITH_LEGACY = @WITH_LEGACY@
361 WITH_LZMA = @WITH_LZMA@
362 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
363 WITH_MODULES = @WITH_MODULES@
364 WITH_OUTPUT = @WITH_OUTPUT@
365 WITH_PATTERN = @WITH_PATTERN@
366 WITH_PUSH = @WITH_PUSH@
367 WITH_READER = @WITH_READER@
368 WITH_REGEXPS = @WITH_REGEXPS@
369 WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
370 WITH_SAX1 = @WITH_SAX1@
371 WITH_SCHEMAS = @WITH_SCHEMAS@
372 WITH_SCHEMATRON = @WITH_SCHEMATRON@
373 WITH_THREADS = @WITH_THREADS@
374 WITH_THREAD_ALLOC = @WITH_THREAD_ALLOC@
375 WITH_TREE = @WITH_TREE@
376 WITH_TRIO = @WITH_TRIO@
377 WITH_VALID = @WITH_VALID@
378 WITH_WRITER = @WITH_WRITER@
379 WITH_XINCLUDE = @WITH_XINCLUDE@
380 WITH_XPATH = @WITH_XPATH@
381 WITH_XPTR = @WITH_XPTR@
382 WITH_ZLIB = @WITH_ZLIB@
383 XINCLUDE_OBJ = @XINCLUDE_OBJ@
384 XMLLINT = @XMLLINT@
385 XML_CFLAGS = @XML_CFLAGS@
386 XML_INCLUDEDIR = @XML_INCLUDEDIR@
387 XML_LIBDIR = @XML_LIBDIR@
388 XML_LIBS = @XML_LIBS@
389 XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
390 XPATH_OBJ = @XPATH_OBJ@
391 XPTR_OBJ = @XPTR_OBJ@
392 XSLTPROC = @XSLTPROC@
393 Z_CFLAGS = @Z_CFLAGS@
394 Z_LIBS = @Z_LIBS@
395 abs_builddir = @abs_builddir@
396 abs_srcdir = @abs_srcdir@
397 abs_top_builddir = @abs_top_builddir@
398 abs_top_srcdir = @abs_top_srcdir@
399 ac_ct_AR = @ac_ct_AR@
400 ac_ct_CC = @ac_ct_CC@
401 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
402 am__include = @am__include@
403 am__leading_dot = @am__leading_dot@
404 am__quote = @am__quote@
405 am__tar = @am__tar@
406 am__untar = @am__untar@
407 bindir = @bindir@
408 build = @build@
409 build_alias = @build_alias@
410 build_cpu = @build_cpu@
411 build_os = @build_os@
412 build_vendor = @build_vendor@
413 builddir = @builddir@
414 datadir = @datadir@
415 datarootdir = @datarootdir@
416 docdir = @docdir@
417 dvidir = @dvidir@
418 exec_prefix = @exec_prefix@
419 host = @host@
420 host_alias = @host_alias@
421 host_cpu = @host_cpu@
422 host_os = @host_os@
423 host_vendor = @host_vendor@
424 htmldir = @htmldir@
425 includedir = @includedir@
426 infodir = @infodir@
427 install_sh = @install_sh@
428 libdir = @libdir@
429 libexecdir = @libexecdir@
430 localedir = @localedir@
431 localstatedir = @localstatedir@
432 mandir = @mandir@
433 mkdir_p = @mkdir_p@
434 oldincludedir = @oldincludedir@
435 pdfdir = @pdfdir@
436 prefix = @prefix@
437 program_transform_name = @program_transform_name@
438 psdir = @psdir@
439 pythondir = @pythondir@
440 sbindir = @sbindir@
441 sharedstatedir = @sharedstatedir@
442 srcdir = @srcdir@
443 sysconfdir = @sysconfdir@
444 target_alias = @target_alias@
445 top_build_prefix = @top_build_prefix@
446 top_builddir = @top_builddir@
447 top_srcdir = @top_srcdir@
448 SUBDIRS = . devhelp examples
449
450 # The top-level SGML file.
451 DOC_MAIN_XML_FILE = gnome-xml.xml
452
453 # The directory containing the source code (if it contains documentation).
454 DOC_SOURCE_DIR = ..
455
456 # A file in win32 depends upon one of the doc files
457 WIN32_DIR = $(top_srcdir)/win32
458 PAGES = architecture.html bugs.html contribs.html docs.html DOM.html \
459     downloads.html entities.html example.html help.html index.html \
460     interface.html intro.html library.html namespaces.html news.html \
461     tree.html xmldtd.html XMLinfo.html XSLT.html
462
463 APIPAGES = APIconstructors.html APIfiles.html APIfunctions.html \
464     APIsymbols.html APIchunk0.html
465
466 @REBUILD_DOCS_TRUE@EXTRA_DIST_wc = xmlcatalog_man.xml $(wildcard tutorial/*.html) \
467 @REBUILD_DOCS_TRUE@    $(wildcard tutorial/*.c) $(wildcard tutorial/*.pdf) \
468 @REBUILD_DOCS_TRUE@    $(wildcard tutorial/images/*.png) \
469 @REBUILD_DOCS_TRUE@    $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
470 @REBUILD_DOCS_TRUE@    $(wildcard *.1) $(wildcard *.xsl) $(wildcard *.html) \
471 @REBUILD_DOCS_TRUE@    $(wildcard *.gif) w3c.png $(wildcard html/*.html) \
472 @REBUILD_DOCS_TRUE@    $(wildcard html/*.png) libxml2-api.xml index.py search.php \
473 @REBUILD_DOCS_TRUE@    apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \
474 @REBUILD_DOCS_TRUE@    README.docs symbols.xml
475
476
477 # Expanded form of EXTRA_DIST_wc
478 #
479 EXTRA_DIST = \
480         APIchunk0.html \
481         APIchunk1.html \
482         APIchunk2.html \
483         APIchunk3.html \
484         APIchunk4.html \
485         APIchunk5.html \
486         APIchunk6.html \
487         APIchunk7.html \
488         APIchunk8.html \
489         APIchunk9.html \
490         APIchunk10.html \
491         APIchunk11.html \
492         APIchunk12.html \
493         APIchunk13.html \
494         APIchunk14.html \
495         APIchunk15.html \
496         APIchunk16.html \
497         APIchunk17.html \
498         APIchunk18.html \
499         APIchunk19.html \
500         APIchunk20.html \
501         APIchunk21.html \
502         APIchunk22.html \
503         APIchunk23.html \
504         APIchunk24.html \
505         APIchunk25.html \
506         APIchunk26.html \
507         APIchunk27.html \
508         APIchunk28.html \
509         APIchunk29.html \
510         APIconstructors.html \
511         APIfiles.html \
512         APIfunctions.html \
513         APIsymbols.html \
514         ChangeLog.xsl \
515         DOM.gif \
516         DOM.html \
517         FAQ.html \
518         Libxml2-Logo-180x168.gif \
519         Libxml2-Logo-90x34.gif \
520         README.docs \
521         XMLinfo.html \
522         XSLT.html \
523         api.xsl \
524         apibuild.py \
525         architecture.html \
526         bugs.html \
527         catalog.gif \
528         catalog.html \
529         checkapisym.xsl \
530         contribs.html \
531         docs.html \
532         downloads.html \
533         elfgcchack.xsl \
534         encoding.html \
535         entities.html \
536         example.html \
537         guidelines.html \
538         help.html \
539         html/book1.html \
540         html/home.png \
541         html/index.html \
542         html/left.png \
543         html/libxml-DOCBparser.html \
544         html/libxml-HTMLparser.html \
545         html/libxml-HTMLtree.html \
546         html/libxml-SAX.html \
547         html/libxml-SAX2.html \
548         html/libxml-c14n.html \
549         html/libxml-catalog.html \
550         html/libxml-chvalid.html \
551         html/libxml-debugXML.html \
552         html/libxml-dict.html \
553         html/libxml-encoding.html \
554         html/libxml-entities.html \
555         html/libxml-globals.html \
556         html/libxml-hash.html \
557         html/libxml-lib.html \
558         html/libxml-list.html \
559         html/libxml-nanoftp.html \
560         html/libxml-nanohttp.html \
561         html/libxml-parser.html \
562         html/libxml-parserInternals.html \
563         html/libxml-pattern.html \
564         html/libxml-relaxng.html \
565         html/libxml-schemasInternals.html \
566         html/libxml-schematron.html \
567         html/libxml-threads.html \
568         html/libxml-tree.html \
569         html/libxml-uri.html \
570         html/libxml-valid.html \
571         html/libxml-xinclude.html \
572         html/libxml-xlink.html \
573         html/libxml-xmlIO.html \
574         html/libxml-xmlautomata.html \
575         html/libxml-xmlerror.html \
576         html/libxml-xmlexports.html \
577         html/libxml-xmlmemory.html \
578         html/libxml-xmlmodule.html \
579         html/libxml-xmlreader.html \
580         html/libxml-xmlregexp.html \
581         html/libxml-xmlsave.html \
582         html/libxml-xmlschemas.html \
583         html/libxml-xmlschemastypes.html \
584         html/libxml-xmlstring.html \
585         html/libxml-xmlunicode.html \
586         html/libxml-xmlversion.html \
587         html/libxml-xmlwriter.html \
588         html/libxml-xpath.html \
589         html/libxml-xpathInternals.html \
590         html/libxml-xpointer.html \
591         html/libxml-xzlib.html \
592         html/right.png \
593         html/up.png \
594         index.html \
595         index.py \
596         interface.html \
597         intro.html \
598         library.html \
599         libxml.gif \
600         libxml2-api.xml \
601         libxml2.xsa \
602         namespaces.html \
603         newapi.xsl \
604         news.html \
605         news.xsl \
606         python.html \
607         redhat.gif \
608         search.php \
609         searches.html \
610         searches.xsl \
611         site.xsl \
612         smallfootonly.gif \
613         structure.gif \
614         symbols.xml \
615         syms.xsl \
616         threads.html \
617         tree.html \
618         tutorial/apa.html \
619         tutorial/apb.html \
620         tutorial/apc.html \
621         tutorial/apd.html \
622         tutorial/ape.html \
623         tutorial/apf.html \
624         tutorial/apg.html \
625         tutorial/aph.html \
626         tutorial/api.html \
627         tutorial/ar01s02.html \
628         tutorial/ar01s03.html \
629         tutorial/ar01s04.html \
630         tutorial/ar01s05.html \
631         tutorial/ar01s06.html \
632         tutorial/ar01s07.html \
633         tutorial/ar01s08.html \
634         tutorial/ar01s09.html \
635         tutorial/images/blank.png \
636         tutorial/images/callouts/1.png \
637         tutorial/images/callouts/10.png \
638         tutorial/images/callouts/2.png \
639         tutorial/images/callouts/3.png \
640         tutorial/images/callouts/4.png \
641         tutorial/images/callouts/5.png \
642         tutorial/images/callouts/6.png \
643         tutorial/images/callouts/7.png \
644         tutorial/images/callouts/8.png \
645         tutorial/images/callouts/9.png \
646         tutorial/images/caution.png \
647         tutorial/images/draft.png \
648         tutorial/images/home.png \
649         tutorial/images/important.png \
650         tutorial/images/next.png \
651         tutorial/images/note.png \
652         tutorial/images/prev.png \
653         tutorial/images/tip.png \
654         tutorial/images/toc-blank.png \
655         tutorial/images/toc-minus.png \
656         tutorial/images/toc-plus.png \
657         tutorial/images/up.png \
658         tutorial/images/warning.png \
659         tutorial/includeaddattribute.c \
660         tutorial/includeaddkeyword.c \
661         tutorial/includeconvert.c \
662         tutorial/includegetattribute.c \
663         tutorial/includekeyword.c \
664         tutorial/includexpath.c \
665         tutorial/index.html \
666         tutorial/ix01.html \
667         tutorial/xmltutorial.pdf \
668         upgrade.html \
669         w3c.png \
670         wiki.xsl \
671         xml.html \
672         xmlcatalog.1 \
673         xmlcatalog_man.html \
674         xmlcatalog_man.xml \
675         xmldtd.html \
676         xmlio.html \
677         xmllint.1 \
678         xmllint.html \
679         xmllint.xml \
680         xmlmem.html \
681         xmlreader.html \
682         xsa.xsl
683
684 man_MANS = xmllint.1 xmlcatalog.1
685 @REBUILD_DOCS_TRUE@source_file_deps = \
686 @REBUILD_DOCS_TRUE@     $(filter-out %/xmlversion.h, $(wildcard $(top_srcdir)/include/libxml/*.h)) \
687 @REBUILD_DOCS_TRUE@     $(top_srcdir)/include/libxml/xmlversion.h.in \
688 @REBUILD_DOCS_TRUE@     $(wildcard $(top_srcdir)/*.c)
689
690 all: all-recursive
691
692 .SUFFIXES:
693 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
694         @for dep in $?; do \
695           case '$(am__configure_deps)' in \
696             *$$dep*) \
697               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
698                 && { if test -f $@; then exit 0; else break; fi; }; \
699               exit 1;; \
700           esac; \
701         done; \
702         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
703         $(am__cd) $(top_srcdir) && \
704           $(AUTOMAKE) --gnu doc/Makefile
705 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
706         @case '$?' in \
707           *config.status*) \
708             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
709           *) \
710             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
711             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
712         esac;
713
714 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
715         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
716
717 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
718         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
719 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
720         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
721 $(am__aclocal_m4_deps):
722
723 mostlyclean-libtool:
724         -rm -f *.lo
725
726 clean-libtool:
727         -rm -rf .libs _libs
728 install-man1: $(man_MANS)
729         @$(NORMAL_INSTALL)
730         @list1=''; \
731         list2='$(man_MANS)'; \
732         test -n "$(man1dir)" \
733           && test -n "`echo $$list1$$list2`" \
734           || exit 0; \
735         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
736         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
737         { for i in $$list1; do echo "$$i"; done;  \
738         if test -n "$$list2"; then \
739           for i in $$list2; do echo "$$i"; done \
740             | sed -n '/\.1[a-z]*$$/p'; \
741         fi; \
742         } | while read p; do \
743           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
744           echo "$$d$$p"; echo "$$p"; \
745         done | \
746         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
747               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
748         sed 'N;N;s,\n, ,g' | { \
749         list=; while read file base inst; do \
750           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
751             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
752             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
753           fi; \
754         done; \
755         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
756         while read files; do \
757           test -z "$$files" || { \
758             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
759             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
760         done; }
761
762 uninstall-man1:
763         @$(NORMAL_UNINSTALL)
764         @list=''; test -n "$(man1dir)" || exit 0; \
765         files=`{ for i in $$list; do echo "$$i"; done; \
766         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
767           sed -n '/\.1[a-z]*$$/p'; \
768         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
769               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
770         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
771
772 # This directory's subdirectories are mostly independent; you can cd
773 # into them and run 'make' without going through this Makefile.
774 # To change the values of 'make' variables: instead of editing Makefiles,
775 # (1) if the variable is set in 'config.status', edit 'config.status'
776 #     (which will cause the Makefiles to be regenerated when you run 'make');
777 # (2) otherwise, pass the desired values on the 'make' command line.
778 $(am__recursive_targets):
779         @fail=; \
780         if $(am__make_keepgoing); then \
781           failcom='fail=yes'; \
782         else \
783           failcom='exit 1'; \
784         fi; \
785         dot_seen=no; \
786         target=`echo $@ | sed s/-recursive//`; \
787         case "$@" in \
788           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
789           *) list='$(SUBDIRS)' ;; \
790         esac; \
791         for subdir in $$list; do \
792           echo "Making $$target in $$subdir"; \
793           if test "$$subdir" = "."; then \
794             dot_seen=yes; \
795             local_target="$$target-am"; \
796           else \
797             local_target="$$target"; \
798           fi; \
799           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
800           || eval $$failcom; \
801         done; \
802         if test "$$dot_seen" = "no"; then \
803           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
804         fi; test -z "$$fail"
805
806 ID: $(am__tagged_files)
807         $(am__define_uniq_tagged_files); mkid -fID $$unique
808 tags: tags-recursive
809 TAGS: tags
810
811 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
812         set x; \
813         here=`pwd`; \
814         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
815           include_option=--etags-include; \
816           empty_fix=.; \
817         else \
818           include_option=--include; \
819           empty_fix=; \
820         fi; \
821         list='$(SUBDIRS)'; for subdir in $$list; do \
822           if test "$$subdir" = .; then :; else \
823             test ! -f $$subdir/TAGS || \
824               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
825           fi; \
826         done; \
827         $(am__define_uniq_tagged_files); \
828         shift; \
829         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
830           test -n "$$unique" || unique=$$empty_fix; \
831           if test $$# -gt 0; then \
832             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
833               "$$@" $$unique; \
834           else \
835             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
836               $$unique; \
837           fi; \
838         fi
839 ctags: ctags-recursive
840
841 CTAGS: ctags
842 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
843         $(am__define_uniq_tagged_files); \
844         test -z "$(CTAGS_ARGS)$$unique" \
845           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
846              $$unique
847
848 GTAGS:
849         here=`$(am__cd) $(top_builddir) && pwd` \
850           && $(am__cd) $(top_srcdir) \
851           && gtags -i $(GTAGS_ARGS) "$$here"
852 cscopelist: cscopelist-recursive
853
854 cscopelist-am: $(am__tagged_files)
855         list='$(am__tagged_files)'; \
856         case "$(srcdir)" in \
857           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
858           *) sdir=$(subdir)/$(srcdir) ;; \
859         esac; \
860         for i in $$list; do \
861           if test -f "$$i"; then \
862             echo "$(subdir)/$$i"; \
863           else \
864             echo "$$sdir/$$i"; \
865           fi; \
866         done >> $(top_builddir)/cscope.files
867
868 distclean-tags:
869         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
870
871 distdir: $(DISTFILES)
872         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
873         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
874         list='$(DISTFILES)'; \
875           dist_files=`for file in $$list; do echo $$file; done | \
876           sed -e "s|^$$srcdirstrip/||;t" \
877               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
878         case $$dist_files in \
879           */*) $(MKDIR_P) `echo "$$dist_files" | \
880                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
881                            sort -u` ;; \
882         esac; \
883         for file in $$dist_files; do \
884           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
885           if test -d $$d/$$file; then \
886             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
887             if test -d "$(distdir)/$$file"; then \
888               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
889             fi; \
890             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
891               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
892               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
893             fi; \
894             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
895           else \
896             test -f "$(distdir)/$$file" \
897             || cp -p $$d/$$file "$(distdir)/$$file" \
898             || exit 1; \
899           fi; \
900         done
901         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
902           if test "$$subdir" = .; then :; else \
903             $(am__make_dryrun) \
904               || test -d "$(distdir)/$$subdir" \
905               || $(MKDIR_P) "$(distdir)/$$subdir" \
906               || exit 1; \
907             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
908             $(am__relativize); \
909             new_distdir=$$reldir; \
910             dir1=$$subdir; dir2="$(top_distdir)"; \
911             $(am__relativize); \
912             new_top_distdir=$$reldir; \
913             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
914             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
915             ($(am__cd) $$subdir && \
916               $(MAKE) $(AM_MAKEFLAGS) \
917                 top_distdir="$$new_top_distdir" \
918                 distdir="$$new_distdir" \
919                 am__remove_distdir=: \
920                 am__skip_length_check=: \
921                 am__skip_mode_fix=: \
922                 distdir) \
923               || exit 1; \
924           fi; \
925         done
926 check-am: all-am
927 check: check-recursive
928 all-am: Makefile $(MANS)
929 installdirs: installdirs-recursive
930 installdirs-am:
931         for dir in "$(DESTDIR)$(man1dir)"; do \
932           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
933         done
934 install: install-recursive
935 install-exec: install-exec-recursive
936 install-data: install-data-recursive
937 uninstall: uninstall-recursive
938
939 install-am: all-am
940         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
941
942 installcheck: installcheck-recursive
943 install-strip:
944         if test -z '$(STRIP)'; then \
945           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
946             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
947               install; \
948         else \
949           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
950             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
951             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
952         fi
953 mostlyclean-generic:
954
955 clean-generic:
956
957 distclean-generic:
958         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
959         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
960
961 maintainer-clean-generic:
962         @echo "This command is intended for maintainers to use"
963         @echo "it deletes files that may require special tools to rebuild."
964 clean: clean-recursive
965
966 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
967
968 distclean: distclean-recursive
969         -rm -f Makefile
970 distclean-am: clean-am distclean-generic distclean-tags
971
972 dvi: dvi-recursive
973
974 dvi-am:
975
976 html: html-recursive
977
978 html-am:
979
980 info: info-recursive
981
982 info-am:
983
984 install-data-am: install-data-local install-man
985
986 install-dvi: install-dvi-recursive
987
988 install-dvi-am:
989
990 install-exec-am:
991
992 install-html: install-html-recursive
993
994 install-html-am:
995
996 install-info: install-info-recursive
997
998 install-info-am:
999
1000 install-man: install-man1
1001
1002 install-pdf: install-pdf-recursive
1003
1004 install-pdf-am:
1005
1006 install-ps: install-ps-recursive
1007
1008 install-ps-am:
1009
1010 installcheck-am:
1011
1012 maintainer-clean: maintainer-clean-recursive
1013         -rm -f Makefile
1014 maintainer-clean-am: distclean-am maintainer-clean-generic \
1015         maintainer-clean-local
1016
1017 mostlyclean: mostlyclean-recursive
1018
1019 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1020
1021 pdf: pdf-recursive
1022
1023 pdf-am:
1024
1025 ps: ps-recursive
1026
1027 ps-am:
1028
1029 uninstall-am: uninstall-man
1030
1031 uninstall-man: uninstall-man1
1032
1033 .MAKE: $(am__recursive_targets) install-am install-strip
1034
1035 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1036         check-am clean clean-generic clean-libtool clean-local \
1037         cscopelist-am ctags ctags-am distclean distclean-generic \
1038         distclean-libtool distclean-tags distdir dvi dvi-am html \
1039         html-am info info-am install install-am install-data \
1040         install-data-am install-data-local install-dvi install-dvi-am \
1041         install-exec install-exec-am install-html install-html-am \
1042         install-info install-info-am install-man install-man1 \
1043         install-pdf install-pdf-am install-ps install-ps-am \
1044         install-strip installcheck installcheck-am installdirs \
1045         installdirs-am maintainer-clean maintainer-clean-generic \
1046         maintainer-clean-local mostlyclean mostlyclean-generic \
1047         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1048         uninstall-am uninstall-man uninstall-man1
1049
1050 .PRECIOUS: Makefile
1051
1052
1053 @REBUILD_DOCS_TRUE@docs: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS)
1054
1055 @REBUILD_DOCS_TRUE@api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h $(srcdir)/site.xsl
1056
1057 @REBUILD_DOCS_TRUE@web: $(PAGES)
1058
1059 @REBUILD_DOCS_TRUE@../elfgcchack.h: $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml
1060 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XSLTPROC) ] ; then \
1061 @REBUILD_DOCS_TRUE@       echo "Rebuilding the elfgcchack.h header" ; \
1062 @REBUILD_DOCS_TRUE@       $(XSLTPROC) --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \
1063 @REBUILD_DOCS_TRUE@       if [ "`diff -q elfgcchack.h ../elfgcchack.h`" ] ; then \
1064 @REBUILD_DOCS_TRUE@         echo "updating ../elfgcchack.h"; \
1065 @REBUILD_DOCS_TRUE@         cp elfgcchack.h ../elfgcchack.h; \
1066 @REBUILD_DOCS_TRUE@       fi ; rm -f elfgcchack.h ;  fi );
1067
1068 @REBUILD_DOCS_TRUE@$(PAGES): xml.html $(srcdir)/site.xsl
1069 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XSLTPROC) ] ; then \
1070 @REBUILD_DOCS_TRUE@       echo "Rebuilding the HTML Web pages from xml.html" ; \
1071 @REBUILD_DOCS_TRUE@       $(XSLTPROC) --nonet --html --path $(srcdir) $(srcdir)/site.xsl $(srcdir)/xml.html > index.html ; fi );
1072 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XMLLINT) ] ; then \
1073 @REBUILD_DOCS_TRUE@       echo "Validating the HTML Web pages" ; \
1074 @REBUILD_DOCS_TRUE@       $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
1075
1076 @REBUILD_DOCS_TRUE@$(top_builddir)/NEWS: $(srcdir)/news.xsl $(srcdir)/news.html
1077 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XSLTPROC) ] ; then \
1078 @REBUILD_DOCS_TRUE@       $(XSLTPROC) --nonet $(srcdir)/news.xsl $(srcdir)/news.html > $(top_builddir)/NEWS ; fi );
1079
1080 @REBUILD_DOCS_TRUE@libxml2.xsa: $(srcdir)/xsa.xsl $(srcdir)/news.html
1081 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XSLTPROC) ] ; then \
1082 @REBUILD_DOCS_TRUE@       echo "Rebuilding the NEWS file" ; \
1083 @REBUILD_DOCS_TRUE@       $(XSLTPROC) --nonet $(srcdir)/xsa.xsl $(srcdir)/news.html > libxml2.xsa ; fi );
1084
1085 @REBUILD_DOCS_TRUE@$(APIPAGES): libxml2-api.xml libxml2-refs.xml $(srcdir)/site.xsl $(srcdir)/api.xsl
1086 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XSLTPROC) ] ; then \
1087 @REBUILD_DOCS_TRUE@       echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
1088 @REBUILD_DOCS_TRUE@       $(XSLTPROC) --nonet --html $(srcdir)/api.xsl \
1089 @REBUILD_DOCS_TRUE@                          $(srcdir)/xml.html ; fi );
1090 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XMLLINT) ] ; then \
1091 @REBUILD_DOCS_TRUE@       echo "Validating the HTML API pages" ; \
1092 @REBUILD_DOCS_TRUE@       $(XMLLINT) --nonet --valid --noout API*.html ; fi );
1093
1094 @REBUILD_DOCS_TRUE@$(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl
1095 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XSLTPROC) ] ; then \
1096 @REBUILD_DOCS_TRUE@       echo "Rebuilding the HTML pages from the XML API" ; \
1097 @REBUILD_DOCS_TRUE@       $(XSLTPROC) --nonet $(srcdir)/newapi.xsl $(srcdir)/libxml2-api.xml ; fi )
1098 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XMLLINT) ] ; then \
1099 @REBUILD_DOCS_TRUE@       echo "Validating the resulting XHTML pages" ; \
1100 @REBUILD_DOCS_TRUE@       $(XMLLINT) --nonet --valid --noout html/*.html ; fi );
1101
1102 @REBUILD_DOCS_TRUE@wiki: libxml2-api.xml $(srcdir)/wiki.xsl
1103 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XSLTPROC) ] ; then \
1104 @REBUILD_DOCS_TRUE@             echo "Rebuilding the wiki HTML pages from the XML API" ; \
1105 @REBUILD_DOCS_TRUE@             $(XSLTPROC) --nonet $(srcdir)/wiki.xsl $(srcdir)/libxml2-api.xml; fi )
1106
1107 @REBUILD_DOCS_TRUE@$(WIN32_DIR)/libxml2.def.src: libxml2-api.xml
1108 @REBUILD_DOCS_TRUE@     -@(if [ -x $(XSLTPROC) ] ; then \
1109 @REBUILD_DOCS_TRUE@       $(XSLTPROC) -o $(WIN32_DIR)/libxml2.def.src \
1110 @REBUILD_DOCS_TRUE@       --nonet $(WIN32_DIR)/defgen.xsl libxml2-api.xml ; fi )
1111
1112 @REBUILD_DOCS_TRUE@libxml2-api.xml libxml2-refs.xml ../libxml2.syms: apibuild.py symbols.xml syms.xsl checkapisym.xsl $(source_file_deps)
1113 @REBUILD_DOCS_TRUE@     test -f $(top_srcdir)/include/libxml/xmlversion.h
1114 @REBUILD_DOCS_TRUE@     (cd $(srcdir) && ./apibuild.py)
1115 @REBUILD_DOCS_TRUE@     ($(XSLTPROC) $(srcdir)/checkapisym.xsl $(srcdir)/libxml2-api.xml)
1116 @REBUILD_DOCS_TRUE@     ($(XSLTPROC) -o ../libxml2.syms $(srcdir)/syms.xsl $(srcdir)/symbols.xml)
1117 @REBUILD_DOCS_TRUE@     -@(cd .. ; $(MAKE) rebuild_testapi)
1118
1119 @REBUILD_DOCS_TRUE@xmllint.1: xmllint.xml
1120 @REBUILD_DOCS_TRUE@     -@($(XSLTPROC) --nonet xmllint.xml)
1121
1122 @REBUILD_DOCS_TRUE@xmlcatalog.1: xmlcatalog_man.xml
1123 @REBUILD_DOCS_TRUE@     -@($(XSLTPROC) --nonet xmlcatalog_man.xml)
1124
1125 @REBUILD_DOCS_TRUE@check-extra-dist:
1126 @REBUILD_DOCS_TRUE@     for f in $(EXTRA_DIST_wc) ; do echo $$f; done | sort -u >tmp.EXTRA_DIST_wc
1127 @REBUILD_DOCS_TRUE@     for f in $(EXTRA_DIST) ;    do echo $$f; done | sort    >tmp.EXTRA_DIST
1128 @REBUILD_DOCS_TRUE@     diff -u tmp.EXTRA_DIST_wc tmp.EXTRA_DIST
1129 @REBUILD_DOCS_TRUE@     rm -f tmp.EXTRA_DIST_wc tmp.EXTRA_DIST
1130
1131 clean-local:
1132         rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
1133
1134 maintainer-clean-local: clean-local
1135         rm -rf libxml-decl-list.txt libxml-decl.txt 
1136
1137 rebuild: api docs
1138
1139 install-data-local: 
1140         $(MKDIR_P) $(DESTDIR)$(HTML_DIR)
1141         -$(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)
1142         $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/html
1143         -$(INSTALL) -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
1144         -$(INSTALL) -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
1145         $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial
1146         -$(INSTALL) -m 0644 $(srcdir)/tutorial/*.* \
1147                 $(DESTDIR)$(HTML_DIR)/tutorial
1148         $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial/images
1149         -$(INSTALL) -m 0644 $(srcdir)/tutorial/images/*.* \
1150                 $(DESTDIR)$(HTML_DIR)/tutorial/images
1151         $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
1152         -$(INSTALL) -m 0644 $(srcdir)/tutorial/images/callouts/*.* \
1153                 $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
1154
1155 .PHONY: docs api web wiki rebuild
1156
1157 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1158 # Otherwise a system limit (for SysV at least) may be exceeded.
1159 .NOEXPORT: