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

« back to all changes in this revision

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