]> sourceware.org Git - systemtap.git/blame - doc/beginners/Makefile.in
PR18848: Only compile monitor mode if json-c and ncurses developer
[systemtap.git] / doc / beginners / Makefile.in
CommitLineData
7012fdd5 1# Makefile.in generated by automake 1.15 from Makefile.am.
53ade4da
MW
2# @configure_input@
3
7012fdd5 4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
8eef2738 5
53ade4da
MW
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
17# Makefile.am --- automake input file for systemtap tapset reference manual
53ade4da 18VPATH = @srcdir@
7012fdd5
FCE
19am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29}
d9e6d90b
WC
30am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
fe3f0466
JS
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
d9e6d90b
WC
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
fe3f0466 69 esac; \
d9e6d90b
WC
70 done; \
71 test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
53ade4da
MW
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
8f223b3e
FCE
90build_triplet = @build@
91host_triplet = @host@
2689a171 92target_triplet = @target@
53ade4da 93subdir = doc/beginners
53ade4da 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
08c50ab6
MC
95am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
96 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
11ea78d6
FL
97 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
98 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
99 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
100 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
53ade4da
MW
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
7012fdd5 103DIST_COMMON = $(srcdir)/Makefile.am
53ade4da
MW
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/config.h
a98010af 106CONFIG_CLEAN_FILES =
53ade4da 107CONFIG_CLEAN_VPATH_FILES =
8eef2738
LB
108AM_V_P = $(am__v_P_@AM_V@)
109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110am__v_P_0 = false
111am__v_P_1 = :
c66be968
JS
112AM_V_GEN = $(am__v_GEN_@AM_V@)
113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
8eef2738
LB
114am__v_GEN_0 = @echo " GEN " $@;
115am__v_GEN_1 =
c66be968
JS
116AM_V_at = $(am__v_at_@AM_V@)
117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
53ade4da 118am__v_at_0 = @
8eef2738 119am__v_at_1 =
53ade4da 120SOURCES =
fe3f0466
JS
121am__can_run_installinfo = \
122 case $$AM_UPDATE_INFO_DIR in \
123 n|no|NO) false;; \
124 *) (install-info --version) >/dev/null 2>&1;; \
125 esac
d9e6d90b 126am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
53ade4da
MW
127ACLOCAL = @ACLOCAL@
128AMTAR = @AMTAR@
129AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130AUTOCONF = @AUTOCONF@
131AUTOHEADER = @AUTOHEADER@
132AUTOMAKE = @AUTOMAKE@
133AWK = @AWK@
134CC = @CC@
135CCDEPMODE = @CCDEPMODE@
136CFLAGS = @CFLAGS@
137CPP = @CPP@
138CPPFLAGS = @CPPFLAGS@
139CXX = @CXX@
140CXXCPP = @CXXCPP@
141CXXDEPMODE = @CXXDEPMODE@
142CXXFLAGS = @CXXFLAGS@
143CYGPATH_W = @CYGPATH_W@
144DATE = @DATE@
145DEFS = @DEFS@
146DEPDIR = @DEPDIR@
138bbe90
JS
147DYNINST_CXXFLAGS = @DYNINST_CXXFLAGS@
148DYNINST_LDFLAGS = @DYNINST_LDFLAGS@
53ade4da
MW
149ECHO_C = @ECHO_C@
150ECHO_N = @ECHO_N@
151ECHO_T = @ECHO_T@
152EGREP = @EGREP@
fd14bd8f 153ENABLE_NLS = @ENABLE_NLS@
53ade4da 154EXEEXT = @EXEEXT@
8f223b3e
FCE
155GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
156GMSGFMT = @GMSGFMT@
157GMSGFMT_015 = @GMSGFMT_015@
53ade4da
MW
158GREP = @GREP@
159INSTALL = @INSTALL@
160INSTALL_DATA = @INSTALL_DATA@
161INSTALL_PROGRAM = @INSTALL_PROGRAM@
162INSTALL_SCRIPT = @INSTALL_SCRIPT@
163INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8f223b3e 164INTLLIBS = @INTLLIBS@
42f767d0 165INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
9ac164fa 166JAVADIR = @JAVADIR@
53ade4da 167LDFLAGS = @LDFLAGS@
8f223b3e
FCE
168LIBICONV = @LIBICONV@
169LIBINTL = @LIBINTL@
53ade4da
MW
170LIBOBJS = @LIBOBJS@
171LIBS = @LIBS@
172LN_S = @LN_S@
8f223b3e
FCE
173LOCALEDIR = @LOCALEDIR@
174LTLIBICONV = @LTLIBICONV@
175LTLIBINTL = @LTLIBINTL@
53ade4da
MW
176LTLIBOBJS = @LTLIBOBJS@
177MAINT = @MAINT@
178MAKEINFO = @MAKEINFO@
179MKDIR_P = @MKDIR_P@
8f223b3e
FCE
180MSGFMT = @MSGFMT@
181MSGFMT_015 = @MSGFMT_015@
182MSGMERGE = @MSGMERGE@
53ade4da
MW
183OBJEXT = @OBJEXT@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
e12e958f 189PACKAGE_URL = @PACKAGE_URL@
53ade4da
MW
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PIECFLAGS = @PIECFLAGS@
193PIECXXFLAGS = @PIECXXFLAGS@
194PIELDFLAGS = @PIELDFLAGS@
195PKG_CONFIG = @PKG_CONFIG@
5d4aa1f5
FCE
196PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
197PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
8f223b3e 198POSUB = @POSUB@
53ade4da 199RANLIB = @RANLIB@
1f13f639 200SED = @SED@
53ade4da
MW
201SET_MAKE = @SET_MAKE@
202SHELL = @SHELL@
51030d84 203STAP_EXTRA_VERSION = @STAP_EXTRA_VERSION@
fd14bd8f 204STAP_PREFIX = @STAP_PREFIX@
53ade4da 205STRIP = @STRIP@
8f223b3e 206USE_NLS = @USE_NLS@
53ade4da 207VERSION = @VERSION@
8f223b3e
FCE
208XGETTEXT = @XGETTEXT@
209XGETTEXT_015 = @XGETTEXT_015@
210XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
53ade4da
MW
211abs_builddir = @abs_builddir@
212abs_srcdir = @abs_srcdir@
213abs_top_builddir = @abs_top_builddir@
214abs_top_srcdir = @abs_top_srcdir@
215ac_ct_CC = @ac_ct_CC@
216ac_ct_CXX = @ac_ct_CXX@
217am__include = @am__include@
218am__leading_dot = @am__leading_dot@
219am__quote = @am__quote@
220am__tar = @am__tar@
221am__untar = @am__untar@
28f121c3
DEP
222avahi_CFLAGS = @avahi_CFLAGS@
223avahi_LIBS = @avahi_LIBS@
53ade4da 224bindir = @bindir@
8f223b3e 225build = @build@
53ade4da 226build_alias = @build_alias@
8f223b3e
FCE
227build_cpu = @build_cpu@
228build_os = @build_os@
229build_vendor = @build_vendor@
53ade4da 230builddir = @builddir@
0de35d9e 231cxx11 = @cxx11@
53ade4da
MW
232datadir = @datadir@
233datarootdir = @datarootdir@
234docdir = @docdir@
1f13f639 235dracutstap = @dracutstap@
53ade4da
MW
236dvidir = @dvidir@
237elfutils_abs_srcdir = @elfutils_abs_srcdir@
238exec_prefix = @exec_prefix@
53ade4da 239have_dvips = @have_dvips@
327a760e 240have_fop = @have_fop@
e9b0aba1
SM
241have_jar = @have_jar@
242have_javac = @have_javac@
53ade4da 243have_latex = @have_latex@
53ade4da 244have_ps2pdf = @have_ps2pdf@
53ade4da 245have_xmlto = @have_xmlto@
8f223b3e 246host = @host@
53ade4da 247host_alias = @host_alias@
8f223b3e
FCE
248host_cpu = @host_cpu@
249host_os = @host_os@
250host_vendor = @host_vendor@
53ade4da
MW
251htmldir = @htmldir@
252includedir = @includedir@
253infodir = @infodir@
254install_sh = @install_sh@
11ea78d6
FL
255jsonc_CFLAGS = @jsonc_CFLAGS@
256jsonc_LIBS = @jsonc_LIBS@
53ade4da
MW
257libdir = @libdir@
258libexecdir = @libexecdir@
42f767d0
JL
259libvirt_CFLAGS = @libvirt_CFLAGS@
260libvirt_LIBS = @libvirt_LIBS@
261libxml2_CFLAGS = @libxml2_CFLAGS@
262libxml2_LIBS = @libxml2_LIBS@
53ade4da
MW
263localedir = @localedir@
264localstatedir = @localstatedir@
265mandir = @mandir@
266mkdir_p = @mkdir_p@
11ea78d6
FL
267ncurses_CFLAGS = @ncurses_CFLAGS@
268ncurses_LIBS = @ncurses_LIBS@
53ade4da 269nss_CFLAGS = @nss_CFLAGS@
28f121c3 270nss_LIBS = @nss_LIBS@
53ade4da
MW
271oldincludedir = @oldincludedir@
272pdfdir = @pdfdir@
273prefix = @prefix@
274program_transform_name = @program_transform_name@
275psdir = @psdir@
86204b9b 276python = @python@
53ade4da 277sbindir = @sbindir@
51030d84
JS
278selinux_CFLAGS = @selinux_CFLAGS@
279selinux_LIBS = @selinux_LIBS@
53ade4da
MW
280sharedstatedir = @sharedstatedir@
281sqlite3_LIBS = @sqlite3_LIBS@
282srcdir = @srcdir@
283stap_LIBS = @stap_LIBS@
284staplog_CPPFLAGS = @staplog_CPPFLAGS@
97859b9d 285staprun_LIBS = @staprun_LIBS@
53ade4da 286subdirs = @subdirs@
8be729ac 287support_section_question = @support_section_question@
53ade4da 288sysconfdir = @sysconfdir@
2689a171 289target = @target@
53ade4da 290target_alias = @target_alias@
2689a171
SM
291target_cpu = @target_cpu@
292target_os = @target_os@
293target_vendor = @target_vendor@
53ade4da
MW
294top_build_prefix = @top_build_prefix@
295top_builddir = @top_builddir@
296top_srcdir = @top_srcdir@
297DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap
298SBG = SystemTap_Beginners_Guide
299BEGIN_INSTALL_DIR = $(DOC_INSTALL_DIR)/$(SBG)
300all: all-am
301
302.SUFFIXES:
303$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
304 @for dep in $?; do \
305 case '$(am__configure_deps)' in \
306 *$$dep*) \
307 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308 && { if test -f $@; then exit 0; else break; fi; }; \
309 exit 1;; \
310 esac; \
311 done; \
675c6934 312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/beginners/Makefile'; \
53ade4da 313 $(am__cd) $(top_srcdir) && \
675c6934 314 $(AUTOMAKE) --foreign doc/beginners/Makefile
53ade4da
MW
315Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316 @case '$?' in \
317 *config.status*) \
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
319 *) \
320 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322 esac;
323
324$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
327$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331$(am__aclocal_m4_deps):
d9e6d90b 332tags TAGS:
53ade4da 333
d9e6d90b 334ctags CTAGS:
53ade4da 335
8eef2738
LB
336cscope cscopelist:
337
53ade4da
MW
338check-am: all-am
339check: check-am
340all-am: Makefile
341installdirs:
342install: install-am
343install-exec: install-exec-am
344install-data: install-data-am
345uninstall: uninstall-am
346
347install-am: all-am
348 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349
350installcheck: installcheck-am
351install-strip:
c66be968
JS
352 if test -z '$(STRIP)'; then \
353 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
354 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
355 install; \
356 else \
357 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
359 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
360 fi
53ade4da
MW
361mostlyclean-generic:
362
363clean-generic:
364
365distclean-generic:
366 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
367 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
368
369maintainer-clean-generic:
370 @echo "This command is intended for maintainers to use"
371 @echo "it deletes files that may require special tools to rebuild."
08c50ab6
MC
372@BUILD_DOCS_FALSE@clean-local:
373@HAVE_XMLTO_FALSE@clean-local:
11ea78d6
FL
374@BUILD_DOCS_FALSE@uninstall-local:
375@HAVE_XMLTO_FALSE@uninstall-local:
21640c37 376@BUILD_DOCS_FALSE@install-data-hook:
a98010af 377@HAVE_XMLTO_FALSE@install-data-hook:
53ade4da
MW
378clean: clean-am
379
380clean-am: clean-generic clean-local mostlyclean-am
381
382distclean: distclean-am
383 -rm -f Makefile
384distclean-am: clean-am distclean-generic
385
386dvi: dvi-am
387
388dvi-am:
389
390html: html-am
391
392html-am:
393
394info: info-am
395
396info-am:
397
398install-data-am:
399 @$(NORMAL_INSTALL)
400 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
401install-dvi: install-dvi-am
402
403install-dvi-am:
404
405install-exec-am:
406
407install-html: install-html-am
408
409install-html-am:
410
411install-info: install-info-am
412
413install-info-am:
414
415install-man:
416
417install-pdf: install-pdf-am
418
419install-pdf-am:
420
421install-ps: install-ps-am
422
423install-ps-am:
424
425installcheck-am:
426
427maintainer-clean: maintainer-clean-am
428 -rm -f Makefile
429maintainer-clean-am: distclean-am maintainer-clean-generic
430
431mostlyclean: mostlyclean-am
432
433mostlyclean-am: mostlyclean-generic
434
435pdf: pdf-am
436
437pdf-am:
438
439ps: ps-am
440
441ps-am:
442
443uninstall-am: uninstall-local
444
445.MAKE: install-am install-data-am install-strip
446
447.PHONY: all all-am check check-am clean clean-generic clean-local \
d9e6d90b
WC
448 cscopelist-am ctags-am distclean distclean-generic dvi dvi-am \
449 html html-am info info-am install install-am install-data \
450 install-data-am install-data-hook install-dvi install-dvi-am \
451 install-exec install-exec-am install-html install-html-am \
452 install-info install-info-am install-man install-pdf \
453 install-pdf-am install-ps install-ps-am install-strip \
454 installcheck installcheck-am installdirs maintainer-clean \
53ade4da 455 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
d9e6d90b 456 pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-local
53ade4da 457
7012fdd5
FCE
458.PRECIOUS: Makefile
459
53ade4da 460
21640c37 461@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@all: $(SBG)/index.html
a98010af
AJ
462
463# move all the relevant files into the build directory
21640c37 464@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@$(SBG).pdf:
a98010af 465# since we're not using publican, we'll have copy over the necessary folders
21640c37
AJ
466@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ mkdir -p build/en-US/xml
467@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp en-US/*.xml build/en-US/xml/
468@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp en-US/*.ent build/en-US/xml/
469@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R en-US/xsl build/en-US/
470@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R en-US/extras build/en-US/xml/
471@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R en-US/images build/en-US/xml/
472@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R en-US/Common_Content build/en-US/xml
e9bf3af6
AJ
473# Since we're no longer using publican, workaround due to BZ920216
474# is no longer needed (no longer need xvfb)
f817c5c0
AJ
475# skip xml validation since testing on rhel5 generated io errors with loading
476# dtd files from a URL. might have something to do with the issue mentioned
477# in BZ428168.
21640c37
AJ
478@BUILD_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ xmlto --with-fop --skip-validation \
479@BUILD_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ -x build/en-US/xsl/pdf.xsl pdf build/en-US/xml/$(SBG).xml
a98010af
AJ
480
481# rely on the pdf generation to move all the necessary files into the right dirs
21640c37
AJ
482@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@$(SBG)/index.html: $(SBG).pdf
483@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ xmlto --skip-validation \
484@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ -x build/en-US/xsl/html.xsl -o $(SBG) html build/en-US/xml/$(SBG).xml
485@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R build/en-US/xml/images $(SBG)
486@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ mkdir -p $(SBG)/Common_Content
487@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R build/en-US/xml/Common_Content/images $(SBG)/Common_Content
488@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R build/en-US/xml/Common_Content/css $(SBG)/Common_Content
489
490@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@clean-local:
491@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -rf build/en-US/xml
492@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -rf build/en-US/xsl
493@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -f $(SBG).pdf
494@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -rf $(SBG)
495
496@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@install-data-hook:
497@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)
498@BUILD_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG).pdf $(DOC_INSTALL_DIR)
499@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)
500@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG)/*.html $(DOC_INSTALL_DIR)/$(SBG)
501@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)/images
502@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG)/images/*.png $(SBG)/images/*.svg \
503@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(DOC_INSTALL_DIR)/$(SBG)/images
504@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)/Common_Content/css
505@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)/Common_Content/images
506@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG)/Common_Content/css/*.css \
507@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(DOC_INSTALL_DIR)/$(SBG)/Common_Content/css
508@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG)/Common_Content/images/*.png \
509@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(SBG)/Common_Content/images/*.svg \
510@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(DOC_INSTALL_DIR)/$(SBG)/Common_Content/images
511@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)/xsl
512@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) en-US/xsl/*.xsl \
513@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(DOC_INSTALL_DIR)/$(SBG)/xsl
514
515@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@uninstall-local:
516@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -f $(DOC_INSTALL_DIR)/$(SBG).pdf
517@BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -rf $(DOC_INSTALL_DIR)/$(SBG)
53ade4da
MW
518
519# Tell versions [3.59,3.63) of GNU make to not export all variables.
520# Otherwise a system limit (for SysV at least) may be exceeded.
521.NOEXPORT:
This page took 0.150406 seconds and 5 git commands to generate.