~ubuntu-branches/ubuntu/maverick/quick-lounge-applet/maverick

« back to all changes in this revision

Viewing changes to help/C/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2004-05-31 12:47:14 UTC
  • Revision ID: james.westby@ubuntu.com-20040531124714-iycblibmx33i7xbe
Tags: upstream-2.1.1
ImportĀ upstreamĀ versionĀ 2.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#
 
18
# No modifications of this Makefile should be necessary.
 
19
#
 
20
# To use this template:
 
21
#     1) Define: figdir, docname, lang, omffile, and entities in
 
22
#        your Makefile.am file for each document directory,
 
23
#        although figdir, omffile, and entities may be empty
 
24
#     2) Make sure the Makefile in (1) also includes 
 
25
#        "include $(top_srcdir)/xmldocs.make" and
 
26
#        "dist-hook: app-dist-hook".
 
27
#     3) Optionally define 'entities' to hold xml entities which
 
28
#        you would also like installed
 
29
#     4) Figures must go under $(figdir)/ and be in PNG format
 
30
#     5) You should only have one document per directory 
 
31
#     6) Note that the figure directory, $(figdir)/, should not have its
 
32
#        own Makefile since this Makefile installs those figures.
 
33
#
 
34
# example Makefile.am:
 
35
#   figdir = figures
 
36
#   docname = scrollkeeper-manual
 
37
#   lang = C
 
38
#   omffile=scrollkeeper-manual-C.omf
 
39
#   entities = fdl.xml
 
40
#   include $(top_srcdir)/xmldocs.make
 
41
#   dist-hook: app-dist-hook
 
42
#
 
43
# About this file:
 
44
#       This file was taken from scrollkeeper_example2, a package illustrating
 
45
#       how to install documentation and OMF files for use with ScrollKeeper 
 
46
#       0.3.x and 0.4.x.  For more information, see:
 
47
#               http://scrollkeeper.sourceforge.net/
 
48
#       Version: 0.1.2 (last updated: March 20, 2002)
 
49
#
 
50
 
 
51
 
52
# No modifications of this Makefile should be necessary.
 
53
#
 
54
# This file contains the build instructions for installing OMF files.  It is
 
55
# generally called from the makefiles for particular formats of documentation.
 
56
#
 
57
# Note that you must configure your package with --localstatedir=/var
 
58
# so that the scrollkeeper-update command below will update the database
 
59
# in the standard scrollkeeper directory.
 
60
#
 
61
# If it is impossible to configure with --localstatedir=/var, then
 
62
# modify the definition of scrollkeeper_localstate_dir so that
 
63
# it points to the correct location. Note that you must still use 
 
64
# $(localstatedir) in this or when people build RPMs it will update
 
65
# the real database on their system instead of the one under RPM_BUILD_ROOT.
 
66
#
 
67
# Note: This make file is not incorporated into xmldocs.make because, in
 
68
#       general, there will be other documents install besides XML documents
 
69
#       and the makefiles for these formats should also include this file.
 
70
#
 
71
# About this file:
 
72
#       This file was derived from scrollkeeper_example2, a package
 
73
#       illustrating how to install documentation and OMF files for use with
 
74
#       ScrollKeeper 0.3.x and 0.4.x.  For more information, see:
 
75
#               http://scrollkeeper.sourceforge.net/    
 
76
#       Version: 0.1.3 (last updated: March 20, 2002)
 
77
#
 
78
 
 
79
srcdir = @srcdir@
 
80
top_srcdir = @top_srcdir@
 
81
VPATH = @srcdir@
 
82
pkgdatadir = $(datadir)/@PACKAGE@
 
83
pkglibdir = $(libdir)/@PACKAGE@
 
84
pkgincludedir = $(includedir)/@PACKAGE@
 
85
top_builddir = ../..
 
86
 
 
87
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
88
INSTALL = @INSTALL@
 
89
install_sh_DATA = $(install_sh) -c -m 644
 
90
install_sh_PROGRAM = $(install_sh) -c
 
91
install_sh_SCRIPT = $(install_sh) -c
 
92
INSTALL_HEADER = $(INSTALL_DATA)
 
93
transform = $(program_transform_name)
 
94
NORMAL_INSTALL = :
 
95
PRE_INSTALL = :
 
96
POST_INSTALL = :
 
97
NORMAL_UNINSTALL = :
 
98
PRE_UNINSTALL = :
 
99
POST_UNINSTALL = :
 
100
host_triplet = @host@
 
101
ACLOCAL = @ACLOCAL@
 
102
AMDEP_FALSE = @AMDEP_FALSE@
 
103
AMDEP_TRUE = @AMDEP_TRUE@
 
104
AMTAR = @AMTAR@
 
105
AUTOCONF = @AUTOCONF@
 
106
AUTOHEADER = @AUTOHEADER@
 
107
AUTOMAKE = @AUTOMAKE@
 
108
AWK = @AWK@
 
109
CATALOGS = @CATALOGS@
 
110
CATOBJEXT = @CATOBJEXT@
 
111
CC = @CC@
 
112
CCDEPMODE = @CCDEPMODE@
 
113
CFLAGS = @CFLAGS@
 
114
CPP = @CPP@
 
115
CPPFLAGS = @CPPFLAGS@
 
116
CYGPATH_W = @CYGPATH_W@
 
117
DATADIRNAME = @DATADIRNAME@
 
118
DEFS = @DEFS@
 
119
DEPDIR = @DEPDIR@
 
120
ECHO = @ECHO@
 
121
ECHO_C = @ECHO_C@
 
122
ECHO_N = @ECHO_N@
 
123
ECHO_T = @ECHO_T@
 
124
EGREP = @EGREP@
 
125
ENABLE_DEPRECATIONS_FALSE = @ENABLE_DEPRECATIONS_FALSE@
 
126
ENABLE_DEPRECATIONS_TRUE = @ENABLE_DEPRECATIONS_TRUE@
 
127
EXEEXT = @EXEEXT@
 
128
GCONFTOOL = @GCONFTOOL@
 
129
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
 
130
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
 
131
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
132
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
133
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
134
GLIB_REQUIRED = @GLIB_REQUIRED@
 
135
GMOFILES = @GMOFILES@
 
136
GMSGFMT = @GMSGFMT@
 
137
GNOME_VFS_REQUIRED = @GNOME_VFS_REQUIRED@
 
138
GTK_REQUIRED = @GTK_REQUIRED@
 
139
INSTALL_DATA = @INSTALL_DATA@
 
140
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
141
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
142
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
143
INSTOBJEXT = @INSTOBJEXT@
 
144
INTLLIBS = @INTLLIBS@
 
145
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
146
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
147
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
148
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
149
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
150
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
151
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
152
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
153
INTLTOOL_PERL = @INTLTOOL_PERL@
 
154
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
155
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
156
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
157
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
158
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
159
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
160
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
161
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
162
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
163
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
164
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
165
LDFLAGS = @LDFLAGS@
 
166
LIBGLADE_REQUIRED = @LIBGLADE_REQUIRED@
 
167
LIBGNOMEUI_REQUIRED = @LIBGNOMEUI_REQUIRED@
 
168
LIBGNOME_DESKTOP_REQUIRED = @LIBGNOME_DESKTOP_REQUIRED@
 
169
LIBGNOME_REQUIRED = @LIBGNOME_REQUIRED@
 
170
LIBOBJS = @LIBOBJS@
 
171
LIBPANEL_REQUIRED = @LIBPANEL_REQUIRED@
 
172
LIBS = @LIBS@
 
173
LIBTOOL = @LIBTOOL@
 
174
LN_S = @LN_S@
 
175
LTLIBOBJS = @LTLIBOBJS@
 
176
MAKEINFO = @MAKEINFO@
 
177
MKINSTALLDIRS = @MKINSTALLDIRS@
 
178
MSGFMT = @MSGFMT@
 
179
OBJEXT = @OBJEXT@
 
180
PACKAGE = @PACKAGE@
 
181
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
182
PACKAGE_NAME = @PACKAGE_NAME@
 
183
PACKAGE_STRING = @PACKAGE_STRING@
 
184
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
185
PACKAGE_VERSION = @PACKAGE_VERSION@
 
186
PATH_SEPARATOR = @PATH_SEPARATOR@
 
187
PKG_CONFIG = @PKG_CONFIG@
 
188
POFILES = @POFILES@
 
189
POSUB = @POSUB@
 
190
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
191
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
192
QL_CFLAGS = @QL_CFLAGS@
 
193
QL_LIBS = @QL_LIBS@
 
194
RANLIB = @RANLIB@
 
195
SCHEMAS_INSTALL_FALSE = @SCHEMAS_INSTALL_FALSE@
 
196
SCHEMAS_INSTALL_TRUE = @SCHEMAS_INSTALL_TRUE@
 
197
SET_MAKE = @SET_MAKE@
 
198
SHELL = @SHELL@
 
199
STRIP = @STRIP@
 
200
USE_NLS = @USE_NLS@
 
201
VERSION = @VERSION@
 
202
XGETTEXT = @XGETTEXT@
 
203
ac_ct_CC = @ac_ct_CC@
 
204
ac_ct_RANLIB = @ac_ct_RANLIB@
 
205
ac_ct_STRIP = @ac_ct_STRIP@
 
206
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
207
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
208
am__include = @am__include@
 
209
am__quote = @am__quote@
 
210
bindir = @bindir@
 
211
build = @build@
 
212
build_alias = @build_alias@
 
213
build_cpu = @build_cpu@
 
214
build_os = @build_os@
 
215
build_vendor = @build_vendor@
 
216
datadir = @datadir@
 
217
exec_prefix = @exec_prefix@
 
218
host = @host@
 
219
host_alias = @host_alias@
 
220
host_cpu = @host_cpu@
 
221
host_os = @host_os@
 
222
host_vendor = @host_vendor@
 
223
includedir = @includedir@
 
224
infodir = @infodir@
 
225
install_sh = @install_sh@
 
226
libdir = @libdir@
 
227
libexecdir = @libexecdir@
 
228
localstatedir = @localstatedir@
 
229
mandir = @mandir@
 
230
oldincludedir = @oldincludedir@
 
231
prefix = @prefix@
 
232
program_transform_name = @program_transform_name@
 
233
sbindir = @sbindir@
 
234
sharedstatedir = @sharedstatedir@
 
235
sysconfdir = @sysconfdir@
 
236
target_alias = @target_alias@
 
237
figdir = figures
 
238
 
 
239
docname = quick-lounge
 
240
lang = C
 
241
omffile = quick-lounge-C.omf
 
242
entities = legal.xml
 
243
 
 
244
# **********  Begin of section some packagers may need to modify  **********
 
245
# This variable (docdir) specifies where the documents should be installed.
 
246
# This default value should work for most packages.
 
247
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
 
248
 
 
249
# **********  You should not have to edit below this line  **********
 
250
xml_files = $(entities) $(docname).xml
 
251
 
 
252
EXTRA_DIST = $(xml_files) $(omffile)
 
253
CLEANFILES = omf_timestamp
 
254
 
 
255
omf_dest_dir = $(datadir)/omf/@PACKAGE@
 
256
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
 
257
subdir = help/C
 
258
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
259
CONFIG_HEADER = $(top_builddir)/config.h
 
260
CONFIG_CLEAN_FILES =
 
261
DIST_SOURCES =
 
262
DIST_COMMON = $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make \
 
263
        Makefile.am Makefile.in
 
264
all: all-am
 
265
 
 
266
.SUFFIXES:
 
267
$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
268
        cd $(top_srcdir) && \
 
269
          $(AUTOMAKE) --gnu  help/C/Makefile
 
270
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
271
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
272
 
 
273
mostlyclean-libtool:
 
274
        -rm -f *.lo
 
275
 
 
276
clean-libtool:
 
277
        -rm -rf .libs _libs
 
278
 
 
279
distclean-libtool:
 
280
        -rm -f libtool
 
281
uninstall-info-am:
 
282
tags: TAGS
 
283
TAGS:
 
284
 
 
285
ctags: CTAGS
 
286
CTAGS:
 
287
 
 
288
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
289
 
 
290
top_distdir = ../..
 
291
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
292
 
 
293
distdir: $(DISTFILES)
 
294
        $(mkinstalldirs) $(distdir)/../..
 
295
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
296
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
297
        list='$(DISTFILES)'; for file in $$list; do \
 
298
          case $$file in \
 
299
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
300
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
301
          esac; \
 
302
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
303
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
304
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
305
            dir="/$$dir"; \
 
306
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
307
          else \
 
308
            dir=''; \
 
309
          fi; \
 
310
          if test -d $$d/$$file; then \
 
311
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
312
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
313
            fi; \
 
314
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
315
          else \
 
316
            test -f $(distdir)/$$file \
 
317
            || cp -p $$d/$$file $(distdir)/$$file \
 
318
            || exit 1; \
 
319
          fi; \
 
320
        done
 
321
        $(MAKE) $(AM_MAKEFLAGS) \
 
322
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
323
          dist-hook
 
324
check-am: all-am
 
325
check: check-am
 
326
all-am: Makefile
 
327
 
 
328
installdirs:
 
329
 
 
330
install: install-am
 
331
install-exec: install-exec-am
 
332
install-data: install-data-am
 
333
uninstall: uninstall-am
 
334
 
 
335
install-am: all-am
 
336
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
337
 
 
338
installcheck: installcheck-am
 
339
install-strip:
 
340
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
341
          INSTALL_STRIP_FLAG=-s \
 
342
          `test -z '$(STRIP)' || \
 
343
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
344
mostlyclean-generic:
 
345
 
 
346
clean-generic:
 
347
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
348
 
 
349
distclean-generic:
 
350
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
351
 
 
352
maintainer-clean-generic:
 
353
        @echo "This command is intended for maintainers to use"
 
354
        @echo "it deletes files that may require special tools to rebuild."
 
355
clean: clean-am
 
356
 
 
357
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
358
 
 
359
distclean: distclean-am
 
360
 
 
361
distclean-am: clean-am distclean-generic distclean-libtool
 
362
 
 
363
dvi: dvi-am
 
364
 
 
365
dvi-am:
 
366
 
 
367
info: info-am
 
368
 
 
369
info-am:
 
370
 
 
371
install-data-am: install-data-local
 
372
        @$(NORMAL_INSTALL)
 
373
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
374
 
 
375
install-exec-am:
 
376
 
 
377
install-info: install-info-am
 
378
 
 
379
install-man:
 
380
 
 
381
installcheck-am:
 
382
 
 
383
maintainer-clean: maintainer-clean-am
 
384
 
 
385
maintainer-clean-am: distclean-am maintainer-clean-generic
 
386
 
 
387
mostlyclean: mostlyclean-am
 
388
 
 
389
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
390
 
 
391
pdf: pdf-am
 
392
 
 
393
pdf-am:
 
394
 
 
395
ps: ps-am
 
396
 
 
397
ps-am:
 
398
 
 
399
uninstall-am: uninstall-info-am uninstall-local
 
400
 
 
401
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
402
        clean-local distclean distclean-generic distclean-libtool \
 
403
        distdir dvi dvi-am info info-am install install-am install-data \
 
404
        install-data-am install-data-local install-exec install-exec-am \
 
405
        install-info install-info-am install-man install-strip \
 
406
        installcheck installcheck-am installdirs maintainer-clean \
 
407
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
408
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
409
        uninstall-info-am uninstall-local
 
410
 
 
411
 
 
412
# At some point, it may be wise to change to something like this:
 
413
# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
 
414
 
 
415
omf: omf_timestamp
 
416
 
 
417
omf_timestamp: $(omffile)
 
418
        -for file in $(omffile); do \
 
419
          scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
 
420
        done; \
 
421
        touch omf_timestamp
 
422
 
 
423
install-data-hook-omf:
 
424
        $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
 
425
        for file in $(omffile); do \
 
426
                $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
 
427
        done
 
428
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
 
429
 
 
430
uninstall-local-omf:
 
431
        -for file in $(srcdir)/*.omf; do \
 
432
                basefile=`basename $$file`; \
 
433
                rm -f $(omf_dest_dir)/$$basefile; \
 
434
        done
 
435
        -rmdir $(omf_dest_dir)
 
436
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
 
437
 
 
438
clean-local-omf:
 
439
        -for file in $(omffile); do \
 
440
                rm -f $$file.out; \
 
441
        done
 
442
 
 
443
all: omf
 
444
 
 
445
$(docname).xml: $(entities)
 
446
        -ourdir=`pwd`;  \
 
447
        cd $(srcdir);   \
 
448
        cp $(entities) $$ourdir
 
449
 
 
450
app-dist-hook:
 
451
        if test "$(figdir)"; then \
 
452
          $(mkinstalldirs) $(distdir)/$(figdir); \
 
453
          for file in $(srcdir)/$(figdir)/*.png; do \
 
454
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
455
            $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
 
456
          done \
 
457
        fi
 
458
 
 
459
install-data-local: omf
 
460
        $(mkinstalldirs) $(DESTDIR)$(docdir)
 
461
        for file in $(xml_files); do \
 
462
          cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
 
463
        done
 
464
        if test "$(figdir)"; then \
 
465
          $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
 
466
          for file in $(srcdir)/$(figdir)/*.png; do \
 
467
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
468
            $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
 
469
          done \
 
470
        fi
 
471
 
 
472
install-data-hook: install-data-hook-omf
 
473
 
 
474
uninstall-local: uninstall-local-doc uninstall-local-omf
 
475
 
 
476
uninstall-local-doc:
 
477
        -if test "$(figdir)"; then \
 
478
          for file in $(srcdir)/$(figdir)/*.png; do \
 
479
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
480
            rm -f $(docdir)/$(figdir)/$$basefile; \
 
481
          done; \
 
482
          rmdir $(DESTDIR)$(docdir)/$(figdir); \
 
483
        fi
 
484
        -for file in $(xml_files); do \
 
485
          rm -f $(DESTDIR)$(docdir)/$$file; \
 
486
        done
 
487
        -rmdir $(DESTDIR)$(docdir)
 
488
 
 
489
clean-local: clean-local-omf
 
490
dist-hook: app-dist-hook
 
491
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
492
# Otherwise a system limit (for SysV at least) may be exceeded.
 
493
.NOEXPORT: