~ubuntu-branches/ubuntu/precise/libx11/precise-updates

« back to all changes in this revision

Viewing changes to specs/i18n/framework/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-22 09:15:13 UTC
  • mfrom: (1.1.14 upstream) (2.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110522091513-ter3ital4q0nkdk8
Tags: 2:1.4.3-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Latin locale.
  - Add Klingon locale.
  - Add 102_double_arrows_Compose.patch: compose keys for double arrows
  - build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
@SET_MAKE@
17
17
 
18
18
#
19
 
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
20
 
#
21
 
# Permission is hereby granted, free of charge, to any person obtaining a
22
 
# copy of this software and associated documentation files (the "Software"),
23
 
# to deal in the Software without restriction, including without limitation
24
 
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
25
 
# and/or sell copies of the Software, and to permit persons to whom the
26
 
# Software is furnished to do so, subject to the following conditions:
27
 
#
28
 
# The above copyright notice and this permission notice (including the next
29
 
# paragraph) shall be included in all copies or substantial portions of the
30
 
# Software.
31
 
#
32
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33
 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
35
 
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36
 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37
 
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38
 
# DEALINGS IN THE SOFTWARE.
 
19
# Generate output formats for a single DocBook/XML with/without chapters
 
20
#
 
21
# Variables set by the calling Makefile:
 
22
# shelfdir: the location where the docs/specs are installed. Typically $(docdir)
 
23
# docbook:  the main DocBook/XML file, no chapters, appendix or image files
 
24
# chapters: all files pulled in by an XInclude statement and images.
39
25
#
40
26
 
41
27
#
42
 
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
43
 
#
44
 
# Permission is hereby granted, free of charge, to any person obtaining a
45
 
# copy of this software and associated documentation files (the "Software"),
46
 
# to deal in the Software without restriction, including without limitation
47
 
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
48
 
# and/or sell copies of the Software, and to permit persons to whom the
49
 
# Software is furnished to do so, subject to the following conditions:
50
 
#
51
 
# The above copyright notice and this permission notice (including the next
52
 
# paragraph) shall be included in all copies or substantial portions of the
53
 
# Software.
54
 
#
55
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56
 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57
 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
58
 
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59
 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
60
 
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
61
 
# DEALINGS IN THE SOFTWARE.
 
28
# This makefile is intended for Users Documentation and Functional Specifications.
 
29
# Do not use for Developer Documentation which is not installed and does not require olink.
 
30
# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393
 
31
# for an explanation on documents classification.
62
32
#
63
33
 
64
34
VPATH = @srcdir@
80
50
POST_UNINSTALL = :
81
51
build_triplet = @build@
82
52
host_triplet = @host@
83
 
DIST_COMMON = $(am__dist_spec_DATA_DIST) $(srcdir)/Makefile.am \
84
 
        $(srcdir)/Makefile.in $(top_srcdir)/specs/xmlrules.in
85
 
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(doc_sources:.xml=.ps) $(doc_sources:.xml=.pdf)
86
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(doc_sources:.xml=.txt)
87
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = \
88
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     -m $(XSL_STYLESHEET)    \
89
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam img.src.path=$(abs_builddir)/     \
90
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
91
 
 
92
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@am__append_4 = $(spec_DATA) html
93
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@am__append_5 = .xml .ps .pdf .txt .html
 
53
DIST_COMMON = $(am__dist_shelf_DATA_DIST) $(srcdir)/Makefile.am \
 
54
        $(srcdir)/Makefile.in $(top_srcdir)/docbook.am
 
55
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.pdf) $(docbook:.xml=.ps)
 
56
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt)
94
57
subdir = specs/i18n/framework
95
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96
59
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
110
73
am__v_at_0 = @
111
74
SOURCES =
112
75
DIST_SOURCES =
113
 
am__dist_spec_DATA_DIST = framework.xml framework.svg
 
76
am__dist_shelf_DATA_DIST = framework.xml framework.svg
114
77
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115
78
am__vpath_adj = case $$p in \
116
79
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132
95
am__base_list = \
133
96
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134
97
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135
 
am__installdirs = "$(DESTDIR)$(specdir)" "$(DESTDIR)$(specdir)"
136
 
DATA = $(dist_spec_DATA) $(spec_DATA)
 
98
am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(sgmldbsdir)" \
 
99
        "$(DESTDIR)$(shelfdir)"
 
100
DATA = $(dist_shelf_DATA) $(sgmldbs_DATA) $(shelf_DATA)
137
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
102
ACLOCAL = @ACLOCAL@
139
103
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
224
188
PATH_SEPARATOR = @PATH_SEPARATOR@
225
189
PERL = @PERL@
226
190
PKG_CONFIG = @PKG_CONFIG@
227
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
228
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
229
191
RANLIB = @RANLIB@
230
192
RAWCPP = @RAWCPP@
231
193
RAWCPPFLAGS = @RAWCPPFLAGS@
254
216
XMLTO = @XMLTO@
255
217
XORG_MAN_PAGE = @XORG_MAN_PAGE@
256
218
XORG_SGML_PATH = @XORG_SGML_PATH@
 
219
XSLTPROC = @XSLTPROC@
257
220
XSL_STYLESHEET = @XSL_STYLESHEET@
258
221
XTHREADLIB = @XTHREADLIB@
259
222
XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
310
273
top_build_prefix = @top_build_prefix@
311
274
top_builddir = @top_builddir@
312
275
top_srcdir = @top_srcdir@
313
 
@ENABLE_SPECS_TRUE@specdir = $(docdir)/$(subdir)
314
 
@ENABLE_SPECS_TRUE@doc_sources = framework.xml
315
 
@ENABLE_SPECS_TRUE@dist_spec_DATA = $(doc_sources) framework.svg
316
 
@ENABLE_SPECS_TRUE@CLEANFILES = $(am__append_4)
317
 
@ENABLE_SPECS_TRUE@SUFFIXES = $(am__append_5)
318
 
@ENABLE_SPECS_TRUE@XMLTO_FLAGS = $(am__append_3)
319
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@spec_DATA =  \
320
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(doc_sources:.xml=.html) \
 
276
 
 
277
# Main DocBook/XML files (DOCTYPE book)
 
278
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@docbook = framework.xml
 
279
 
 
280
# Included chapters, appendix, images
 
281
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@chapters = framework.svg
 
282
 
 
283
# The location where the DocBook/XML files and their generated formats are installed
 
284
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@shelfdir = $(docdir)/framework
 
285
 
 
286
# DocBook/XML generated output formats to be installed
 
287
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@shelf_DATA =  \
 
288
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(docbook:.xml=.html) \
321
289
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(am__append_1) \
322
290
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(am__append_2)
 
291
 
 
292
# DocBook/XML file with chapters, appendix and images it includes
 
293
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@dist_shelf_DATA = $(docbook) $(chapters)
 
294
 
 
295
#
 
296
# Generate DocBook/XML output formats with or without stylesheets
 
297
#
 
298
 
 
299
# Stylesheets are available if the package xorg-sgml-doctools is installed
 
300
 
 
301
# The location where all cross reference databases are installed
 
302
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@sgmldbsdir = $(XORG_SGML_PATH)/X11/dbs
 
303
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@masterdb = "$(sgmldbsdir)/masterdb$(suffix $@).xml"
 
304
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = \
 
305
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --searchpath "$(XORG_SGML_PATH)/X11"                    \
 
306
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam target.database.document=$(masterdb)      \
 
307
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam current.docid="$(<:.xml=)"                \
 
308
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam collect.xref.targets="no"
 
309
 
 
310
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_XHTML_FLAGS = \
 
311
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl \
 
312
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
 
313
 
 
314
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
 
315
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl
 
316
 
 
317
 
 
318
#
 
319
# Generate documents cross-reference target databases
 
320
#
 
321
 
 
322
# This is only possible if the xorg-sgml-doctools package is installed
 
323
 
 
324
# DocBook/XML generated document cross-reference database
 
325
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@sgmldbs_DATA = $(docbook:.xml=.html.db) $(docbook:.xml=.fo.db)
 
326
 
 
327
# Generate DocBook/XML document cross-reference database
 
328
# Flags for the XSL Transformation processor generating xref target databases
 
329
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLTPROC_FLAGS = \
 
330
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(XORG_SGML_PATH)/X11"                  \
 
331
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam targets.filename "$@"             \
 
332
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam collect.xref.targets "only"       \
 
333
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude
 
334
 
 
335
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(shelf_DATA) $(sgmldbs_DATA)
323
336
all: all-am
324
337
 
325
338
.SUFFIXES:
326
 
.SUFFIXES: .xml .ps .pdf .txt .html
327
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/specs/xmlrules.in $(am__configure_deps)
 
339
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps)
328
340
        @for dep in $?; do \
329
341
          case '$(am__configure_deps)' in \
330
342
            *$$dep*) \
360
372
 
361
373
clean-libtool:
362
374
        -rm -rf .libs _libs
363
 
install-dist_specDATA: $(dist_spec_DATA)
364
 
        @$(NORMAL_INSTALL)
365
 
        test -z "$(specdir)" || $(MKDIR_P) "$(DESTDIR)$(specdir)"
366
 
        @list='$(dist_spec_DATA)'; test -n "$(specdir)" || list=; \
367
 
        for p in $$list; do \
368
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
369
 
          echo "$$d$$p"; \
370
 
        done | $(am__base_list) | \
371
 
        while read files; do \
372
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(specdir)'"; \
373
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(specdir)" || exit $$?; \
374
 
        done
375
 
 
376
 
uninstall-dist_specDATA:
377
 
        @$(NORMAL_UNINSTALL)
378
 
        @list='$(dist_spec_DATA)'; test -n "$(specdir)" || list=; \
379
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
380
 
        test -n "$$files" || exit 0; \
381
 
        echo " ( cd '$(DESTDIR)$(specdir)' && rm -f" $$files ")"; \
382
 
        cd "$(DESTDIR)$(specdir)" && rm -f $$files
383
 
install-specDATA: $(spec_DATA)
384
 
        @$(NORMAL_INSTALL)
385
 
        test -z "$(specdir)" || $(MKDIR_P) "$(DESTDIR)$(specdir)"
386
 
        @list='$(spec_DATA)'; test -n "$(specdir)" || list=; \
387
 
        for p in $$list; do \
388
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389
 
          echo "$$d$$p"; \
390
 
        done | $(am__base_list) | \
391
 
        while read files; do \
392
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(specdir)'"; \
393
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(specdir)" || exit $$?; \
394
 
        done
395
 
 
396
 
uninstall-specDATA:
397
 
        @$(NORMAL_UNINSTALL)
398
 
        @list='$(spec_DATA)'; test -n "$(specdir)" || list=; \
399
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
400
 
        test -n "$$files" || exit 0; \
401
 
        echo " ( cd '$(DESTDIR)$(specdir)' && rm -f" $$files ")"; \
402
 
        cd "$(DESTDIR)$(specdir)" && rm -f $$files
 
375
install-dist_shelfDATA: $(dist_shelf_DATA)
 
376
        @$(NORMAL_INSTALL)
 
377
        test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)"
 
378
        @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
 
379
        for p in $$list; do \
 
380
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
381
          echo "$$d$$p"; \
 
382
        done | $(am__base_list) | \
 
383
        while read files; do \
 
384
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
 
385
          $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
 
386
        done
 
387
 
 
388
uninstall-dist_shelfDATA:
 
389
        @$(NORMAL_UNINSTALL)
 
390
        @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
 
391
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
392
        test -n "$$files" || exit 0; \
 
393
        echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \
 
394
        cd "$(DESTDIR)$(shelfdir)" && rm -f $$files
 
395
install-sgmldbsDATA: $(sgmldbs_DATA)
 
396
        @$(NORMAL_INSTALL)
 
397
        test -z "$(sgmldbsdir)" || $(MKDIR_P) "$(DESTDIR)$(sgmldbsdir)"
 
398
        @list='$(sgmldbs_DATA)'; test -n "$(sgmldbsdir)" || list=; \
 
399
        for p in $$list; do \
 
400
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
401
          echo "$$d$$p"; \
 
402
        done | $(am__base_list) | \
 
403
        while read files; do \
 
404
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sgmldbsdir)'"; \
 
405
          $(INSTALL_DATA) $$files "$(DESTDIR)$(sgmldbsdir)" || exit $$?; \
 
406
        done
 
407
 
 
408
uninstall-sgmldbsDATA:
 
409
        @$(NORMAL_UNINSTALL)
 
410
        @list='$(sgmldbs_DATA)'; test -n "$(sgmldbsdir)" || list=; \
 
411
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
412
        test -n "$$files" || exit 0; \
 
413
        echo " ( cd '$(DESTDIR)$(sgmldbsdir)' && rm -f" $$files ")"; \
 
414
        cd "$(DESTDIR)$(sgmldbsdir)" && rm -f $$files
 
415
install-shelfDATA: $(shelf_DATA)
 
416
        @$(NORMAL_INSTALL)
 
417
        test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)"
 
418
        @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
 
419
        for p in $$list; do \
 
420
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
421
          echo "$$d$$p"; \
 
422
        done | $(am__base_list) | \
 
423
        while read files; do \
 
424
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
 
425
          $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
 
426
        done
 
427
 
 
428
uninstall-shelfDATA:
 
429
        @$(NORMAL_UNINSTALL)
 
430
        @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
 
431
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
432
        test -n "$$files" || exit 0; \
 
433
        echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \
 
434
        cd "$(DESTDIR)$(shelfdir)" && rm -f $$files
403
435
tags: TAGS
404
436
TAGS:
405
437
 
441
473
check: check-am
442
474
all-am: Makefile $(DATA)
443
475
installdirs:
444
 
        for dir in "$(DESTDIR)$(specdir)" "$(DESTDIR)$(specdir)"; do \
 
476
        for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(sgmldbsdir)" "$(DESTDIR)$(shelfdir)"; do \
445
477
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
446
478
        done
447
479
install: install-am
490
522
 
491
523
info-am:
492
524
 
493
 
install-data-am: install-dist_specDATA install-specDATA
 
525
install-data-am: install-dist_shelfDATA install-sgmldbsDATA \
 
526
        install-shelfDATA
494
527
 
495
528
install-dvi: install-dvi-am
496
529
 
534
567
 
535
568
ps-am:
536
569
 
537
 
uninstall-am: uninstall-dist_specDATA uninstall-specDATA
 
570
uninstall-am: uninstall-dist_shelfDATA uninstall-sgmldbsDATA \
 
571
        uninstall-shelfDATA
538
572
 
539
573
.MAKE: install-am install-strip
540
574
 
541
575
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
542
576
        distclean distclean-generic distclean-libtool distdir dvi \
543
577
        dvi-am html html-am info info-am install install-am \
544
 
        install-data install-data-am install-dist_specDATA install-dvi \
545
 
        install-dvi-am install-exec install-exec-am install-html \
546
 
        install-html-am install-info install-info-am install-man \
547
 
        install-pdf install-pdf-am install-ps install-ps-am \
548
 
        install-specDATA install-strip installcheck installcheck-am \
549
 
        installdirs maintainer-clean maintainer-clean-generic \
550
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
551
 
        ps ps-am uninstall uninstall-am uninstall-dist_specDATA \
552
 
        uninstall-specDATA
553
 
 
554
 
 
555
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(dist_spec_DATA)
556
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<
557
 
 
558
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(dist_spec_DATA)
559
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $<
560
 
 
561
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(dist_spec_DATA)
562
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $<
563
 
 
564
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(dist_spec_DATA)
565
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $<
566
 
 
567
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@chunked-html: $(doc_sources)
568
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) -o html xhtml $(doc_sources)
 
578
        install-data install-data-am install-dist_shelfDATA \
 
579
        install-dvi install-dvi-am install-exec install-exec-am \
 
580
        install-html install-html-am install-info install-info-am \
 
581
        install-man install-pdf install-pdf-am install-ps \
 
582
        install-ps-am install-sgmldbsDATA install-shelfDATA \
 
583
        install-strip installcheck installcheck-am installdirs \
 
584
        maintainer-clean maintainer-clean-generic mostlyclean \
 
585
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
586
        uninstall uninstall-am uninstall-dist_shelfDATA \
 
587
        uninstall-sgmldbsDATA uninstall-shelfDATA
 
588
 
 
589
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml  $(chapters)
 
590
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) xhtml-nochunks $<
 
591
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
 
592
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@     $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop pdf $<
 
593
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
 
594
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@     $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop ps $<
 
595
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
 
596
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@      $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) txt $<
 
597
 
 
598
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml  $(chapters)
 
599
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
 
600
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $<
 
601
 
 
602
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.fo.db: %.xml $(chapters)
 
603
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
 
604
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $<
 
605
 
 
606
# Generate DocBook/XML output formats with or without stylesheets
569
607
 
570
608
# Tell versions [3.59,3.63) of GNU make to not export all variables.
571
609
# Otherwise a system limit (for SysV at least) may be exceeded.