37
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_python_devel.m4 \
40
$(top_srcdir)/configure.ac
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
44
mkinstalldirs = $(install_sh) -d
44
45
CONFIG_CLEAN_FILES =
46
CONFIG_CLEAN_VPATH_FILES =
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
am__vpath_adj = case $$p in \
49
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54
am__nobase_strip_setup = \
55
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58
am__nobase_list = $(am__nobase_strip_setup); \
59
for p in $$list; do echo "$$p $$p"; done | \
60
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62
if (++n[$$2] == $(am__install_max)) \
63
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64
END { for (dir in files) print dir, files[dir] }'
66
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
45
68
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
46
69
"$(DESTDIR)$(dbusdir)" "$(DESTDIR)$(desktopdir)" \
47
70
"$(DESTDIR)$(gladedir)" "$(DESTDIR)$(pythondir)" \
48
71
"$(DESTDIR)$(schemadir)"
49
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
50
libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
51
72
SCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS)
58
79
install-pdf-recursive install-ps-recursive install-recursive \
59
80
installcheck-recursive installdirs-recursive pdf-recursive \
60
81
ps-recursive uninstall-recursive
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62
am__vpath_adj = case $$p in \
63
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
67
dbusDATA_INSTALL = $(INSTALL_DATA)
68
desktopDATA_INSTALL = $(INSTALL_DATA)
69
gladeDATA_INSTALL = $(INSTALL_DATA)
70
pythonDATA_INSTALL = $(INSTALL_DATA)
71
schemaDATA_INSTALL = $(INSTALL_DATA)
72
82
DATA = $(dbus_DATA) $(desktop_DATA) $(glade_DATA) $(python_DATA) \
74
84
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75
85
distclean-recursive maintainer-clean-recursive
86
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
87
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
78
91
DIST_SUBDIRS = $(SUBDIRS)
79
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
96
sed_rest='s,^[^/]*/*,,'; \
97
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
98
sed_butlast='s,/*[^/]*$$,,'; \
99
while test -n "$$dir1"; do \
100
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
101
if test "$$first" != "."; then \
102
if test "$$first" = ".."; then \
103
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
104
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
106
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
107
if test "$$first2" = "$$first"; then \
108
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
112
dir0="$$dir0"/"$$first"; \
115
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
80
118
ACLOCAL = @ACLOCAL@
81
119
ALL_LINGUAS = @ALL_LINGUAS@
84
121
AUTOCONF = @AUTOCONF@
85
122
AUTOHEADER = @AUTOHEADER@
86
123
AUTOMAKE = @AUTOMAKE@
291
301
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
302
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
293
303
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
$(am__aclocal_m4_deps):
294
305
install-binSCRIPTS: $(bin_SCRIPTS)
295
306
@$(NORMAL_INSTALL)
296
307
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
297
@list='$(bin_SCRIPTS)'; for p in $$list; do \
308
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
309
for p in $$list; do \
298
310
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
299
if test -f $$d$$p; then \
300
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
301
echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
302
$(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
311
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
313
sed -e 'p;s,.*/,,;n' \
315
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
316
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
317
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
318
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
319
if (++n[d] == $(am__install_max)) { \
320
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
321
else { print "f", d "/" $$4, $$1 } } \
322
END { for (d in files) print "f", d, files[d] }' | \
323
while read type dir files; do \
324
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
325
test -z "$$files" || { \
326
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
327
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
306
331
uninstall-binSCRIPTS:
307
332
@$(NORMAL_UNINSTALL)
308
@list='$(bin_SCRIPTS)'; for p in $$list; do \
309
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
310
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
311
rm -f "$(DESTDIR)$(bindir)/$$f"; \
333
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
334
files=`for p in $$list; do echo "$$p"; done | \
335
sed -e 's,.*/,,;$(transform)'`; \
336
test -n "$$list" || exit 0; \
337
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
338
cd "$(DESTDIR)$(bindir)" && rm -f $$files
313
339
install-libexecSCRIPTS: $(libexec_SCRIPTS)
314
340
@$(NORMAL_INSTALL)
315
341
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
316
@list='$(libexec_SCRIPTS)'; for p in $$list; do \
342
@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
343
for p in $$list; do \
317
344
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
318
if test -f $$d$$p; then \
319
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
320
echo " $(libexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
321
$(libexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(libexecdir)/$$f"; \
345
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
347
sed -e 'p;s,.*/,,;n' \
349
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
350
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
351
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
352
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
353
if (++n[d] == $(am__install_max)) { \
354
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
355
else { print "f", d "/" $$4, $$1 } } \
356
END { for (d in files) print "f", d, files[d] }' | \
357
while read type dir files; do \
358
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
359
test -z "$$files" || { \
360
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
361
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
325
365
uninstall-libexecSCRIPTS:
326
366
@$(NORMAL_UNINSTALL)
327
@list='$(libexec_SCRIPTS)'; for p in $$list; do \
328
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
329
echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
330
rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
367
@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
368
files=`for p in $$list; do echo "$$p"; done | \
369
sed -e 's,.*/,,;$(transform)'`; \
370
test -n "$$list" || exit 0; \
371
echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
372
cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
338
373
install-dbusDATA: $(dbus_DATA)
339
374
@$(NORMAL_INSTALL)
340
375
test -z "$(dbusdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusdir)"
341
@list='$(dbus_DATA)'; for p in $$list; do \
376
@list='$(dbus_DATA)'; test -n "$(dbusdir)" || list=; \
377
for p in $$list; do \
342
378
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
344
echo " $(dbusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusdir)/$$f'"; \
345
$(dbusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusdir)/$$f"; \
380
done | $(am__base_list) | \
381
while read files; do \
382
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusdir)'"; \
383
$(INSTALL_DATA) $$files "$(DESTDIR)$(dbusdir)" || exit $$?; \
348
386
uninstall-dbusDATA:
349
387
@$(NORMAL_UNINSTALL)
350
@list='$(dbus_DATA)'; for p in $$list; do \
352
echo " rm -f '$(DESTDIR)$(dbusdir)/$$f'"; \
353
rm -f "$(DESTDIR)$(dbusdir)/$$f"; \
388
@list='$(dbus_DATA)'; test -n "$(dbusdir)" || list=; \
389
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
390
test -n "$$files" || exit 0; \
391
echo " ( cd '$(DESTDIR)$(dbusdir)' && rm -f" $$files ")"; \
392
cd "$(DESTDIR)$(dbusdir)" && rm -f $$files
355
393
install-desktopDATA: $(desktop_DATA)
356
394
@$(NORMAL_INSTALL)
357
395
test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
358
@list='$(desktop_DATA)'; for p in $$list; do \
396
@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
397
for p in $$list; do \
359
398
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
361
echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
362
$(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
400
done | $(am__base_list) | \
401
while read files; do \
402
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
403
$(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
365
406
uninstall-desktopDATA:
366
407
@$(NORMAL_UNINSTALL)
367
@list='$(desktop_DATA)'; for p in $$list; do \
369
echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
370
rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
408
@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
409
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
410
test -n "$$files" || exit 0; \
411
echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
412
cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
372
413
install-gladeDATA: $(glade_DATA)
373
414
@$(NORMAL_INSTALL)
374
415
test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
375
@list='$(glade_DATA)'; for p in $$list; do \
416
@list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
417
for p in $$list; do \
376
418
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
378
echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
379
$(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
420
done | $(am__base_list) | \
421
while read files; do \
422
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
423
$(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
382
426
uninstall-gladeDATA:
383
427
@$(NORMAL_UNINSTALL)
384
@list='$(glade_DATA)'; for p in $$list; do \
386
echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
387
rm -f "$(DESTDIR)$(gladedir)/$$f"; \
428
@list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
429
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
430
test -n "$$files" || exit 0; \
431
echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
432
cd "$(DESTDIR)$(gladedir)" && rm -f $$files
389
433
install-pythonDATA: $(python_DATA)
390
434
@$(NORMAL_INSTALL)
391
435
test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
392
@list='$(python_DATA)'; for p in $$list; do \
436
@list='$(python_DATA)'; test -n "$(pythondir)" || list=; \
437
for p in $$list; do \
393
438
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
395
echo " $(pythonDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
396
$(pythonDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pythondir)/$$f"; \
440
done | $(am__base_list) | \
441
while read files; do \
442
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pythondir)'"; \
443
$(INSTALL_DATA) $$files "$(DESTDIR)$(pythondir)" || exit $$?; \
399
446
uninstall-pythonDATA:
400
447
@$(NORMAL_UNINSTALL)
401
@list='$(python_DATA)'; for p in $$list; do \
403
echo " rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
404
rm -f "$(DESTDIR)$(pythondir)/$$f"; \
448
@list='$(python_DATA)'; test -n "$(pythondir)" || list=; \
449
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
450
test -n "$$files" || exit 0; \
451
echo " ( cd '$(DESTDIR)$(pythondir)' && rm -f" $$files ")"; \
452
cd "$(DESTDIR)$(pythondir)" && rm -f $$files
406
453
install-schemaDATA: $(schema_DATA)
407
454
@$(NORMAL_INSTALL)
408
455
test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
409
@list='$(schema_DATA)'; for p in $$list; do \
456
@list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
457
for p in $$list; do \
410
458
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
412
echo " $(schemaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemadir)/$$f'"; \
413
$(schemaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemadir)/$$f"; \
460
done | $(am__base_list) | \
461
while read files; do \
462
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
463
$(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
416
466
uninstall-schemaDATA:
417
467
@$(NORMAL_UNINSTALL)
418
@list='$(schema_DATA)'; for p in $$list; do \
420
echo " rm -f '$(DESTDIR)$(schemadir)/$$f'"; \
421
rm -f "$(DESTDIR)$(schemadir)/$$f"; \
468
@list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
469
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
470
test -n "$$files" || exit 0; \
471
echo " ( cd '$(DESTDIR)$(schemadir)' && rm -f" $$files ")"; \
472
cd "$(DESTDIR)$(schemadir)" && rm -f $$files
424
474
# This directory's subdirectories are mostly independent; you can cd
425
475
# into them and run `make' without going through this Makefile.
567
622
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
568
623
if test -d $$d/$$file; then \
569
624
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
625
if test -d "$(distdir)/$$file"; then \
626
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570
628
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
571
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
629
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
630
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
632
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575
test -f $(distdir)/$$file \
576
|| cp -p $$d/$$file $(distdir)/$$file \
634
test -f "$(distdir)/$$file" \
635
|| cp -p $$d/$$file "$(distdir)/$$file" \
580
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
639
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
581
640
if test "$$subdir" = .; then :; else \
582
641
test -d "$(distdir)/$$subdir" \
583
642
|| $(MKDIR_P) "$(distdir)/$$subdir" \
585
distdir=`$(am__cd) $(distdir) && pwd`; \
586
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
646
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
647
if test "$$subdir" = .; then :; else \
648
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
650
new_distdir=$$reldir; \
651
dir1=$$subdir; dir2="$(top_distdir)"; \
653
new_top_distdir=$$reldir; \
654
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
655
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
656
($(am__cd) $$subdir && \
588
657
$(MAKE) $(AM_MAKEFLAGS) \
589
top_distdir="$$top_distdir" \
590
distdir="$$distdir/$$subdir" \
658
top_distdir="$$new_top_distdir" \
659
distdir="$$new_distdir" \
591
660
am__remove_distdir=: \
592
661
am__skip_length_check=: \
662
am__skip_mode_fix=: \
685
768
uninstall-libexecSCRIPTS uninstall-pythonDATA \
686
769
uninstall-schemaDATA
688
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
771
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
772
install-am install-strip tags-recursive
691
774
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
692
all all-am check check-am clean clean-generic clean-libtool \
693
ctags ctags-recursive distclean distclean-generic \
694
distclean-libtool distclean-tags distdir dvi dvi-am html \
695
html-am info info-am install install-am install-binSCRIPTS \
696
install-data install-data-am install-dbusDATA \
697
install-desktopDATA install-dvi install-dvi-am install-exec \
698
install-exec-am install-gladeDATA install-html install-html-am \
699
install-info install-info-am install-libexecSCRIPTS \
700
install-man install-pdf install-pdf-am install-ps \
701
install-ps-am install-pythonDATA install-schemaDATA \
775
all all-am check check-am clean clean-generic ctags \
776
ctags-recursive distclean distclean-generic distclean-tags \
777
distdir dvi dvi-am html html-am info info-am install \
778
install-am install-binSCRIPTS install-data install-data-am \
779
install-dbusDATA install-desktopDATA install-dvi \
780
install-dvi-am install-exec install-exec-am install-gladeDATA \
781
install-html install-html-am install-info install-info-am \
782
install-libexecSCRIPTS install-man install-pdf install-pdf-am \
783
install-ps install-ps-am install-pythonDATA install-schemaDATA \
702
784
install-strip installcheck installcheck-am installdirs \
703
785
installdirs-am maintainer-clean maintainer-clean-generic \
704
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
705
ps ps-am tags tags-recursive uninstall uninstall-am \
706
uninstall-binSCRIPTS uninstall-dbusDATA uninstall-desktopDATA \
707
uninstall-gladeDATA uninstall-libexecSCRIPTS \
708
uninstall-pythonDATA uninstall-schemaDATA
786
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
787
tags-recursive uninstall uninstall-am uninstall-binSCRIPTS \
788
uninstall-dbusDATA uninstall-desktopDATA uninstall-gladeDATA \
789
uninstall-libexecSCRIPTS uninstall-pythonDATA \
711
793
@INTLTOOL_DESKTOP_RULE@