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

« back to all changes in this revision

Viewing changes to syslog/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 = syslog
154
170
SUBDIRS = script po
155
171
schema_DATA = syslog.xml
258
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
275
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
 
uninstall-info-am:
262
277
install-pluginsDATA: $(plugins_DATA)
263
278
        @$(NORMAL_INSTALL)
264
 
        test -z "$(pluginsdir)" || $(mkdir_p) "$(DESTDIR)$(pluginsdir)"
 
279
        test -z "$(pluginsdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginsdir)"
265
280
        @list='$(plugins_DATA)'; for p in $$list; do \
266
281
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
267
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
282
          f=$(am__strip_dir) \
268
283
          echo " $(pluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pluginsdir)/$$f'"; \
269
284
          $(pluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pluginsdir)/$$f"; \
270
285
        done
272
287
uninstall-pluginsDATA:
273
288
        @$(NORMAL_UNINSTALL)
274
289
        @list='$(plugins_DATA)'; for p in $$list; do \
275
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
290
          f=$(am__strip_dir) \
276
291
          echo " rm -f '$(DESTDIR)$(pluginsdir)/$$f'"; \
277
292
          rm -f "$(DESTDIR)$(pluginsdir)/$$f"; \
278
293
        done
279
294
install-schemaDATA: $(schema_DATA)
280
295
        @$(NORMAL_INSTALL)
281
 
        test -z "$(schemadir)" || $(mkdir_p) "$(DESTDIR)$(schemadir)"
 
296
        test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
282
297
        @list='$(schema_DATA)'; for p in $$list; do \
283
298
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
284
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
299
          f=$(am__strip_dir) \
285
300
          echo " $(schemaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemadir)/$$f'"; \
286
301
          $(schemaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemadir)/$$f"; \
287
302
        done
289
304
uninstall-schemaDATA:
290
305
        @$(NORMAL_UNINSTALL)
291
306
        @list='$(schema_DATA)'; for p in $$list; do \
292
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
307
          f=$(am__strip_dir) \
293
308
          echo " rm -f '$(DESTDIR)$(schemadir)/$$f'"; \
294
309
          rm -f "$(DESTDIR)$(schemadir)/$$f"; \
295
310
        done
296
311
install-templatesDATA: $(templates_DATA)
297
312
        @$(NORMAL_INSTALL)
298
 
        test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
 
313
        test -z "$(templatesdir)" || $(MKDIR_P) "$(DESTDIR)$(templatesdir)"
299
314
        @list='$(templates_DATA)'; for p in $$list; do \
300
315
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
301
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
316
          f=$(am__strip_dir) \
302
317
          echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
303
318
          $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
304
319
        done
306
321
uninstall-templatesDATA:
307
322
        @$(NORMAL_UNINSTALL)
308
323
        @list='$(templates_DATA)'; for p in $$list; do \
309
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
324
          f=$(am__strip_dir) \
310
325
          echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
311
326
          rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
312
327
        done
318
333
#     (which will cause the Makefiles to be regenerated when you run `make');
319
334
# (2) otherwise, pass the desired values on the `make' command line.
320
335
$(RECURSIVE_TARGETS):
321
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
336
        @failcom='exit 1'; \
 
337
        for f in x $$MAKEFLAGS; do \
 
338
          case $$f in \
 
339
            *=* | --[!k]*);; \
 
340
            *k*) failcom='fail=yes';; \
 
341
          esac; \
 
342
        done; \
322
343
        dot_seen=no; \
323
344
        target=`echo $@ | sed s/-recursive//`; \
324
345
        list='$(SUBDIRS)'; for subdir in $$list; do \
330
351
            local_target="$$target"; \
331
352
          fi; \
332
353
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
333
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
354
          || eval $$failcom; \
334
355
        done; \
335
356
        if test "$$dot_seen" = "no"; then \
336
357
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
337
358
        fi; test -z "$$fail"
338
359
 
339
 
mostlyclean-recursive clean-recursive distclean-recursive \
340
 
maintainer-clean-recursive:
341
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
360
$(RECURSIVE_CLEAN_TARGETS):
 
361
        @failcom='exit 1'; \
 
362
        for f in x $$MAKEFLAGS; do \
 
363
          case $$f in \
 
364
            *=* | --[!k]*);; \
 
365
            *k*) failcom='fail=yes';; \
 
366
          esac; \
 
367
        done; \
342
368
        dot_seen=no; \
343
369
        case "$@" in \
344
370
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
359
385
            local_target="$$target"; \
360
386
          fi; \
361
387
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
362
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
388
          || eval $$failcom; \
363
389
        done && test -z "$$fail"
364
390
tags-recursive:
365
391
        list='$(SUBDIRS)'; for subdir in $$list; do \
375
401
        unique=`for i in $$list; do \
376
402
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
403
          done | \
378
 
          $(AWK) '    { files[$$0] = 1; } \
379
 
               END { for (i in files) print i; }'`; \
 
404
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
405
              END { if (nonempty) { for (i in files) print i; }; }'`; \
380
406
        mkid -fID $$unique
381
407
tags: TAGS
382
408
 
401
427
        unique=`for i in $$list; do \
402
428
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403
429
          done | \
404
 
          $(AWK) '    { files[$$0] = 1; } \
405
 
               END { for (i in files) print i; }'`; \
 
430
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
431
              END { if (nonempty) { for (i in files) print i; }; }'`; \
406
432
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
407
433
          test -n "$$unique" || unique=$$empty_fix; \
408
434
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412
438
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
413
439
                $(TAGS_FILES) $(LISP)
414
440
        tags=; \
415
 
        here=`pwd`; \
416
441
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
417
442
        unique=`for i in $$list; do \
418
443
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419
444
          done | \
420
 
          $(AWK) '    { files[$$0] = 1; } \
421
 
               END { for (i in files) print i; }'`; \
 
445
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
446
              END { if (nonempty) { for (i in files) print i; }; }'`; \
422
447
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
423
448
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
424
449
             $$tags $$unique
432
457
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
433
458
 
434
459
distdir: $(DISTFILES)
435
 
        $(mkdir_p) $(distdir)/$(srcdir)/filters $(distdir)/$(srcdir)/reports $(distdir)/../include
436
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
437
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
438
 
        list='$(DISTFILES)'; for file in $$list; do \
439
 
          case $$file in \
440
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
441
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
442
 
          esac; \
 
460
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
461
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
462
        list='$(DISTFILES)'; \
 
463
          dist_files=`for file in $$list; do echo $$file; done | \
 
464
          sed -e "s|^$$srcdirstrip/||;t" \
 
465
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
466
        case $$dist_files in \
 
467
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
468
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
469
                           sort -u` ;; \
 
470
        esac; \
 
471
        for file in $$dist_files; do \
443
472
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
445
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
446
 
            dir="/$$dir"; \
447
 
            $(mkdir_p) "$(distdir)$$dir"; \
448
 
          else \
449
 
            dir=''; \
450
 
          fi; \
451
473
          if test -d $$d/$$file; then \
 
474
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
452
475
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453
476
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
454
477
            fi; \
459
482
            || exit 1; \
460
483
          fi; \
461
484
        done
462
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
485
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463
486
          if test "$$subdir" = .; then :; else \
464
487
            test -d "$(distdir)/$$subdir" \
465
 
            || mkdir "$(distdir)/$$subdir" \
 
488
            || $(MKDIR_P) "$(distdir)/$$subdir" \
466
489
            || exit 1; \
 
490
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
491
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
467
492
            (cd $$subdir && \
468
493
              $(MAKE) $(AM_MAKEFLAGS) \
469
 
                top_distdir="../$(top_distdir)" \
470
 
                distdir="../$(distdir)/$$subdir" \
 
494
                top_distdir="$$top_distdir" \
 
495
                distdir="$$distdir/$$subdir" \
 
496
                am__remove_distdir=: \
 
497
                am__skip_length_check=: \
471
498
                distdir) \
472
499
              || exit 1; \
473
500
          fi; \
478
505
installdirs: installdirs-recursive
479
506
installdirs-am:
480
507
        for dir in "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(templatesdir)"; do \
481
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
508
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
482
509
        done
483
510
install: install-recursive
484
511
install-exec: install-exec-recursive
499
526
clean-generic:
500
527
 
501
528
distclean-generic:
502
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
529
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503
530
 
504
531
maintainer-clean-generic:
505
532
        @echo "This command is intended for maintainers to use"
525
552
install-data-am: install-data-local install-pluginsDATA \
526
553
        install-schemaDATA install-templatesDATA
527
554
 
 
555
install-dvi: install-dvi-recursive
 
556
 
528
557
install-exec-am:
529
558
 
 
559
install-html: install-html-recursive
 
560
 
530
561
install-info: install-info-recursive
531
562
 
532
563
install-man:
533
564
 
 
565
install-pdf: install-pdf-recursive
 
566
 
 
567
install-ps: install-ps-recursive
 
568
 
534
569
installcheck-am:
535
570
 
536
571
maintainer-clean: maintainer-clean-recursive
549
584
 
550
585
ps-am:
551
586
 
552
 
uninstall-am: uninstall-info-am uninstall-local uninstall-pluginsDATA \
 
587
uninstall-am: uninstall-local uninstall-pluginsDATA \
553
588
        uninstall-schemaDATA uninstall-templatesDATA
554
589
 
555
 
uninstall-info: uninstall-info-recursive
 
590
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
591
        install-strip
556
592
 
557
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
558
 
        clean clean-generic clean-recursive ctags ctags-recursive \
559
 
        distclean distclean-generic distclean-recursive distclean-tags \
 
593
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
594
        all all-am check check-am clean clean-generic ctags \
 
595
        ctags-recursive distclean distclean-generic distclean-tags \
560
596
        distdir dvi dvi-am html html-am info info-am install \
561
597
        install-am install-data install-data-am install-data-local \
562
 
        install-exec install-exec-am install-info install-info-am \
563
 
        install-man install-pluginsDATA install-schemaDATA \
564
 
        install-strip install-templatesDATA installcheck \
565
 
        installcheck-am installdirs installdirs-am maintainer-clean \
566
 
        maintainer-clean-generic maintainer-clean-recursive \
567
 
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
568
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
569
 
        uninstall-info-am uninstall-local uninstall-pluginsDATA \
570
 
        uninstall-schemaDATA uninstall-templatesDATA
 
598
        install-dvi install-dvi-am install-exec install-exec-am \
 
599
        install-html install-html-am install-info install-info-am \
 
600
        install-man install-pdf install-pdf-am install-pluginsDATA \
 
601
        install-ps install-ps-am install-schemaDATA install-strip \
 
602
        install-templatesDATA installcheck installcheck-am installdirs \
 
603
        installdirs-am maintainer-clean maintainer-clean-generic \
 
604
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
605
        tags-recursive uninstall uninstall-am uninstall-local \
 
606
        uninstall-pluginsDATA uninstall-schemaDATA \
 
607
        uninstall-templatesDATA
571
608
 
572
609
 
573
610
install-data-local: