~ubuntu-branches/ubuntu/vivid/lire/vivid

« back to all changes in this revision

Viewing changes to print/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2009-03-15 08:45:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090315084520-fu8dvg0xp7kr1cm2
Tags: 2:2.1-1
* New upstream release.
* debian/control: Made myself maintainer, Wolfgang Sourdeau now is in
  Uploaders.
* debian/control: Update dependency:
  s/libdbd-sqlite2-perl (>= 1:0.33)/libdbd-sqlite3-perl/, add suggests
  sqlite, sqlite3: Lire 2.1 requires DBD::SQLite, which uses SQLite 3.0
  (Debian package "sqlite3").  SQLite 2 (Debian package "sqlite") is no
  longer supported by Lire. If you have one or more old lire stores, you
  will need to convert each of them to the new format, like this:
  sqlite oldstore.db .dump | sqlite3 newstore.db .
  See /usr/share/doc/lire/NEWS.Debian.gz for more information.
* debian/lire.NEWS: document upgrade procedure to SQLite3.
* Acknowledge NMU, thanks a lot Christian Perrier! (Closes: #492180,
  #502291, #492180, #502767).
* debian/po/vi.po: Update Vietnamese translation, thanks to Clytie Siddall
  (Closes: #513586).
* debian/{lire.config,lire.postinst,lire.postrm,lire.preinst}: Support
  upgrades from 2.0.2-3 (etch / current oldstable) or later only.
  - Debconf variables lire/useexistinguser and lire/useexistinggroup have
    been removed < 2.0.2-3; remove code dealing with them from lire.config.
  - Debconf variables "user group filesuser filesgroup leftuser leftgroup
    usingexistinguser usingexistinggroup wronguser wronggroup
    lire_user_not_lire upgradingvariables upgrading_to_15
    upgrating_to_20" have all been removed < 2.0.2-3; remove code dealing
    with them from lire.postinst.
  - Configuration files /etc/lire/*/defaults and /etc/lire/catalog.xml have
    been removed at around 1.1-1.  Remove code dealing with them from
    lire.postrm.
  - Remove code dealing with obsolete Debconf variables lire/user and
    lire/group from lire.preinst
* debian/rules: remove support for patches: we're no longer applying any
  patches since 2.0.1-3.
* control: libmime-perl is superseded by libmime-tools-perl, adjust name.
* debian/control: Update Standards-Version from 3.7.3 to 3.8.0  (no
  changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
47
43
DIST_SOURCES =
48
44
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49
45
        html-recursive info-recursive install-data-recursive \
50
 
        install-exec-recursive install-info-recursive \
51
 
        install-recursive installcheck-recursive installdirs-recursive \
52
 
        pdf-recursive ps-recursive uninstall-info-recursive \
53
 
        uninstall-recursive
54
 
am__installdirs = "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(templatesdir)"
 
46
        install-dvi-recursive install-exec-recursive \
 
47
        install-html-recursive install-info-recursive \
 
48
        install-pdf-recursive install-ps-recursive install-recursive \
 
49
        installcheck-recursive installdirs-recursive pdf-recursive \
 
50
        ps-recursive uninstall-recursive
 
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__installdirs = "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(schemadir)" \
 
58
        "$(DESTDIR)$(templatesdir)"
55
59
pluginsDATA_INSTALL = $(INSTALL_DATA)
56
60
schemaDATA_INSTALL = $(INSTALL_DATA)
57
61
templatesDATA_INSTALL = $(INSTALL_DATA)
58
62
DATA = $(plugins_DATA) $(schema_DATA) $(templates_DATA)
 
63
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
64
  distclean-recursive maintainer-clean-recursive
59
65
ETAGS = etags
60
66
CTAGS = ctags
61
67
DIST_SUBDIRS = $(SUBDIRS)
78
84
ECHO_T = @ECHO_T@
79
85
GHOSTSCRIPT = @GHOSTSCRIPT@
80
86
GZIP = @GZIP@
 
87
INSTALL = @INSTALL@
81
88
INSTALL_DATA = @INSTALL_DATA@
82
89
INSTALL_PROGRAM = @INSTALL_PROGRAM@
83
90
INSTALL_SCRIPT = @INSTALL_SCRIPT@
84
91
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85
 
INSTALL_TIMEZONE_FALSE = @INSTALL_TIMEZONE_FALSE@
86
 
INSTALL_TIMEZONE_TRUE = @INSTALL_TIMEZONE_TRUE@
87
92
JADE = @JADE@
88
93
LAMBDA = @LAMBDA@
89
94
LIBOBJS = @LIBOBJS@
96
101
LTLIBOBJS = @LTLIBOBJS@
97
102
LYNX = @LYNX@
98
103
MAKEINFO = @MAKEINFO@
 
104
MKDIR_P = @MKDIR_P@
99
105
MSGFMT = @MSGFMT@
100
106
MSGMERGE = @MSGMERGE@
101
107
ODVIPS = @ODVIPS@
122
128
XMLCATALOG = @XMLCATALOG@
123
129
XMLLINT = @XMLLINT@
124
130
XSLTPROC = @XSLTPROC@
 
131
abs_builddir = @abs_builddir@
 
132
abs_srcdir = @abs_srcdir@
 
133
abs_top_builddir = @abs_top_builddir@
 
134
abs_top_srcdir = @abs_top_srcdir@
125
135
am__leading_dot = @am__leading_dot@
 
136
am__tar = @am__tar@
 
137
am__untar = @am__untar@
126
138
bindir = @bindir@
127
139
build_alias = @build_alias@
 
140
builddir = @builddir@
128
141
datadir = @datadir@
129
142
datarootdir = @datarootdir@
130
143
docdir = @docdir@
148
161
psdir = @psdir@
149
162
sbindir = @sbindir@
150
163
sharedstatedir = @sharedstatedir@
 
164
srcdir = @srcdir@
151
165
sysconfdir = @sysconfdir@
152
166
target_alias = @target_alias@
 
167
top_builddir = @top_builddir@
 
168
top_srcdir = @top_srcdir@
153
169
superservice = print
154
170
SUBDIRS = po
155
171
schema_DATA = print.xml print-sheets.xml
263
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
280
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
265
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
 
uninstall-info-am:
267
282
install-pluginsDATA: $(plugins_DATA)
268
283
        @$(NORMAL_INSTALL)
269
 
        test -z "$(pluginsdir)" || $(mkdir_p) "$(DESTDIR)$(pluginsdir)"
 
284
        test -z "$(pluginsdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginsdir)"
270
285
        @list='$(plugins_DATA)'; for p in $$list; do \
271
286
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
272
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
287
          f=$(am__strip_dir) \
273
288
          echo " $(pluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pluginsdir)/$$f'"; \
274
289
          $(pluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pluginsdir)/$$f"; \
275
290
        done
277
292
uninstall-pluginsDATA:
278
293
        @$(NORMAL_UNINSTALL)
279
294
        @list='$(plugins_DATA)'; for p in $$list; do \
280
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
295
          f=$(am__strip_dir) \
281
296
          echo " rm -f '$(DESTDIR)$(pluginsdir)/$$f'"; \
282
297
          rm -f "$(DESTDIR)$(pluginsdir)/$$f"; \
283
298
        done
284
299
install-schemaDATA: $(schema_DATA)
285
300
        @$(NORMAL_INSTALL)
286
 
        test -z "$(schemadir)" || $(mkdir_p) "$(DESTDIR)$(schemadir)"
 
301
        test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
287
302
        @list='$(schema_DATA)'; for p in $$list; do \
288
303
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
289
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
304
          f=$(am__strip_dir) \
290
305
          echo " $(schemaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemadir)/$$f'"; \
291
306
          $(schemaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemadir)/$$f"; \
292
307
        done
294
309
uninstall-schemaDATA:
295
310
        @$(NORMAL_UNINSTALL)
296
311
        @list='$(schema_DATA)'; for p in $$list; do \
297
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
312
          f=$(am__strip_dir) \
298
313
          echo " rm -f '$(DESTDIR)$(schemadir)/$$f'"; \
299
314
          rm -f "$(DESTDIR)$(schemadir)/$$f"; \
300
315
        done
301
316
install-templatesDATA: $(templates_DATA)
302
317
        @$(NORMAL_INSTALL)
303
 
        test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
 
318
        test -z "$(templatesdir)" || $(MKDIR_P) "$(DESTDIR)$(templatesdir)"
304
319
        @list='$(templates_DATA)'; for p in $$list; do \
305
320
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
306
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
321
          f=$(am__strip_dir) \
307
322
          echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
308
323
          $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
309
324
        done
311
326
uninstall-templatesDATA:
312
327
        @$(NORMAL_UNINSTALL)
313
328
        @list='$(templates_DATA)'; for p in $$list; do \
314
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
329
          f=$(am__strip_dir) \
315
330
          echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
316
331
          rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
317
332
        done
323
338
#     (which will cause the Makefiles to be regenerated when you run `make');
324
339
# (2) otherwise, pass the desired values on the `make' command line.
325
340
$(RECURSIVE_TARGETS):
326
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
341
        @failcom='exit 1'; \
 
342
        for f in x $$MAKEFLAGS; do \
 
343
          case $$f in \
 
344
            *=* | --[!k]*);; \
 
345
            *k*) failcom='fail=yes';; \
 
346
          esac; \
 
347
        done; \
327
348
        dot_seen=no; \
328
349
        target=`echo $@ | sed s/-recursive//`; \
329
350
        list='$(SUBDIRS)'; for subdir in $$list; do \
335
356
            local_target="$$target"; \
336
357
          fi; \
337
358
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
359
          || eval $$failcom; \
339
360
        done; \
340
361
        if test "$$dot_seen" = "no"; then \
341
362
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
342
363
        fi; test -z "$$fail"
343
364
 
344
 
mostlyclean-recursive clean-recursive distclean-recursive \
345
 
maintainer-clean-recursive:
346
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
365
$(RECURSIVE_CLEAN_TARGETS):
 
366
        @failcom='exit 1'; \
 
367
        for f in x $$MAKEFLAGS; do \
 
368
          case $$f in \
 
369
            *=* | --[!k]*);; \
 
370
            *k*) failcom='fail=yes';; \
 
371
          esac; \
 
372
        done; \
347
373
        dot_seen=no; \
348
374
        case "$@" in \
349
375
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
364
390
            local_target="$$target"; \
365
391
          fi; \
366
392
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
367
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
393
          || eval $$failcom; \
368
394
        done && test -z "$$fail"
369
395
tags-recursive:
370
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
380
406
        unique=`for i in $$list; do \
381
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382
408
          done | \
383
 
          $(AWK) '    { files[$$0] = 1; } \
384
 
               END { for (i in files) print i; }'`; \
 
409
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
410
              END { if (nonempty) { for (i in files) print i; }; }'`; \
385
411
        mkid -fID $$unique
386
412
tags: TAGS
387
413
 
406
432
        unique=`for i in $$list; do \
407
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408
434
          done | \
409
 
          $(AWK) '    { files[$$0] = 1; } \
410
 
               END { for (i in files) print i; }'`; \
 
435
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
436
              END { if (nonempty) { for (i in files) print i; }; }'`; \
411
437
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
412
438
          test -n "$$unique" || unique=$$empty_fix; \
413
439
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417
443
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418
444
                $(TAGS_FILES) $(LISP)
419
445
        tags=; \
420
 
        here=`pwd`; \
421
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
447
        unique=`for i in $$list; do \
423
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
449
          done | \
425
 
          $(AWK) '    { files[$$0] = 1; } \
426
 
               END { for (i in files) print i; }'`; \
 
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
452
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
428
453
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
429
454
             $$tags $$unique
437
462
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438
463
 
439
464
distdir: $(DISTFILES)
440
 
        $(mkdir_p) $(distdir)/$(srcdir)/lib/Lire/DlfAnalysers $(distdir)/$(srcdir)/lib/Lire/DlfConverters $(distdir)/$(srcdir)/lib/tests $(distdir)/$(srcdir)/reports $(distdir)/../include
441
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
442
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
443
 
        list='$(DISTFILES)'; for file in $$list; do \
444
 
          case $$file in \
445
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
446
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
447
 
          esac; \
 
465
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
466
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
467
        list='$(DISTFILES)'; \
 
468
          dist_files=`for file in $$list; do echo $$file; done | \
 
469
          sed -e "s|^$$srcdirstrip/||;t" \
 
470
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
471
        case $$dist_files in \
 
472
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
473
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
474
                           sort -u` ;; \
 
475
        esac; \
 
476
        for file in $$dist_files; do \
448
477
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
450
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
451
 
            dir="/$$dir"; \
452
 
            $(mkdir_p) "$(distdir)$$dir"; \
453
 
          else \
454
 
            dir=''; \
455
 
          fi; \
456
478
          if test -d $$d/$$file; then \
 
479
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457
480
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458
481
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
459
482
            fi; \
464
487
            || exit 1; \
465
488
          fi; \
466
489
        done
467
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
490
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
468
491
          if test "$$subdir" = .; then :; else \
469
492
            test -d "$(distdir)/$$subdir" \
470
 
            || mkdir "$(distdir)/$$subdir" \
 
493
            || $(MKDIR_P) "$(distdir)/$$subdir" \
471
494
            || exit 1; \
 
495
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
496
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
472
497
            (cd $$subdir && \
473
498
              $(MAKE) $(AM_MAKEFLAGS) \
474
 
                top_distdir="../$(top_distdir)" \
475
 
                distdir="../$(distdir)/$$subdir" \
 
499
                top_distdir="$$top_distdir" \
 
500
                distdir="$$distdir/$$subdir" \
 
501
                am__remove_distdir=: \
 
502
                am__skip_length_check=: \
476
503
                distdir) \
477
504
              || exit 1; \
478
505
          fi; \
483
510
installdirs: installdirs-recursive
484
511
installdirs-am:
485
512
        for dir in "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(templatesdir)"; do \
486
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
513
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
487
514
        done
488
515
install: install-recursive
489
516
install-exec: install-exec-recursive
504
531
clean-generic:
505
532
 
506
533
distclean-generic:
507
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
534
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508
535
 
509
536
maintainer-clean-generic:
510
537
        @echo "This command is intended for maintainers to use"
530
557
install-data-am: install-data-local install-pluginsDATA \
531
558
        install-schemaDATA install-templatesDATA
532
559
 
 
560
install-dvi: install-dvi-recursive
 
561
 
533
562
install-exec-am:
534
563
 
 
564
install-html: install-html-recursive
 
565
 
535
566
install-info: install-info-recursive
536
567
 
537
568
install-man:
538
569
 
 
570
install-pdf: install-pdf-recursive
 
571
 
 
572
install-ps: install-ps-recursive
 
573
 
539
574
installcheck-am:
540
575
 
541
576
maintainer-clean: maintainer-clean-recursive
554
589
 
555
590
ps-am:
556
591
 
557
 
uninstall-am: uninstall-info-am uninstall-local uninstall-pluginsDATA \
 
592
uninstall-am: uninstall-local uninstall-pluginsDATA \
558
593
        uninstall-schemaDATA uninstall-templatesDATA
559
594
 
560
 
uninstall-info: uninstall-info-recursive
 
595
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
596
        install-strip
561
597
 
562
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
563
 
        clean clean-generic clean-recursive ctags ctags-recursive \
564
 
        distclean distclean-generic distclean-recursive distclean-tags \
 
598
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
599
        all all-am check check-am clean clean-generic ctags \
 
600
        ctags-recursive distclean distclean-generic distclean-tags \
565
601
        distdir dvi dvi-am html html-am info info-am install \
566
602
        install-am install-data install-data-am install-data-local \
567
 
        install-exec install-exec-am install-info install-info-am \
568
 
        install-man install-pluginsDATA install-schemaDATA \
569
 
        install-strip install-templatesDATA installcheck \
570
 
        installcheck-am installdirs installdirs-am maintainer-clean \
571
 
        maintainer-clean-generic maintainer-clean-recursive \
572
 
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
573
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
574
 
        uninstall-info-am uninstall-local uninstall-pluginsDATA \
575
 
        uninstall-schemaDATA uninstall-templatesDATA
 
603
        install-dvi install-dvi-am install-exec install-exec-am \
 
604
        install-html install-html-am install-info install-info-am \
 
605
        install-man install-pdf install-pdf-am install-pluginsDATA \
 
606
        install-ps install-ps-am install-schemaDATA install-strip \
 
607
        install-templatesDATA installcheck installcheck-am installdirs \
 
608
        installdirs-am maintainer-clean maintainer-clean-generic \
 
609
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
610
        tags-recursive uninstall uninstall-am uninstall-local \
 
611
        uninstall-pluginsDATA uninstall-schemaDATA \
 
612
        uninstall-templatesDATA
576
613
 
577
614
 
578
615
install-data-local: