source: projects/vine-desktop-guide/trunk/help/Makefile.in @ 2903

Revision 2903, 18.7 KB checked in by yasumichi, 13 years ago (diff)

xml_DATA の修正

Line 
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35subdir = help
36DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40        $(ACLOCAL_M4)
41mkinstalldirs = $(install_sh) -d
42CONFIG_CLEAN_FILES =
43CONFIG_CLEAN_VPATH_FILES =
44SOURCES =
45DIST_SOURCES =
46RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47        html-recursive info-recursive install-data-recursive \
48        install-dvi-recursive install-exec-recursive \
49        install-html-recursive install-info-recursive \
50        install-pdf-recursive install-ps-recursive install-recursive \
51        installcheck-recursive installdirs-recursive pdf-recursive \
52        ps-recursive uninstall-recursive
53am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54am__vpath_adj = case $$p in \
55    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56    *) f=$$p;; \
57  esac;
58am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59am__install_max = 40
60am__nobase_strip_setup = \
61  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62am__nobase_strip = \
63  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64am__nobase_list = $(am__nobase_strip_setup); \
65  for p in $$list; do echo "$$p $$p"; done | \
66  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68    if (++n[$$2] == $(am__install_max)) \
69      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70    END { for (dir in files) print dir, files[dir] }'
71am__base_list = \
72  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74am__installdirs = "$(DESTDIR)$(omfdir)" "$(DESTDIR)$(xmldir)"
75DATA = $(omf_DATA) $(xml_DATA)
76RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77  distclean-recursive maintainer-clean-recursive
78AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80        distdir
81ETAGS = etags
82CTAGS = ctags
83DIST_SUBDIRS = $(SUBDIRS)
84DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85am__relativize = \
86  dir0=`pwd`; \
87  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88  sed_rest='s,^[^/]*/*,,'; \
89  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90  sed_butlast='s,/*[^/]*$$,,'; \
91  while test -n "$$dir1"; do \
92    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93    if test "$$first" != "."; then \
94      if test "$$first" = ".."; then \
95        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97      else \
98        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99        if test "$$first2" = "$$first"; then \
100          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101        else \
102          dir2="../$$dir2"; \
103        fi; \
104        dir0="$$dir0"/"$$first"; \
105      fi; \
106    fi; \
107    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108  done; \
109  reldir="$$dir2"
110ACLOCAL = @ACLOCAL@
111AMTAR = @AMTAR@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118ECHO_C = @ECHO_C@
119ECHO_N = @ECHO_N@
120ECHO_T = @ECHO_T@
121INSTALL = @INSTALL@
122INSTALL_DATA = @INSTALL_DATA@
123INSTALL_PROGRAM = @INSTALL_PROGRAM@
124INSTALL_SCRIPT = @INSTALL_SCRIPT@
125INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LTLIBOBJS = @LTLIBOBJS@
129MAKEINFO = @MAKEINFO@
130MKDIR_P = @MKDIR_P@
131OMFDIR = @OMFDIR@
132PACKAGE = @PACKAGE@
133PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134PACKAGE_NAME = @PACKAGE_NAME@
135PACKAGE_STRING = @PACKAGE_STRING@
136PACKAGE_TARNAME = @PACKAGE_TARNAME@
137PACKAGE_URL = @PACKAGE_URL@
138PACKAGE_VERSION = @PACKAGE_VERSION@
139PATH_SEPARATOR = @PATH_SEPARATOR@
140PKG_CONFIG = @PKG_CONFIG@
141PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
142PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
143SET_MAKE = @SET_MAKE@
144SHELL = @SHELL@
145STRIP = @STRIP@
146VERSION = @VERSION@
147VMDIR = @VMDIR@
148abs_builddir = @abs_builddir@
149abs_srcdir = @abs_srcdir@
150abs_top_builddir = @abs_top_builddir@
151abs_top_srcdir = @abs_top_srcdir@
152am__leading_dot = @am__leading_dot@
153am__tar = @am__tar@
154am__untar = @am__untar@
155bindir = @bindir@
156build_alias = @build_alias@
157builddir = @builddir@
158datadir = @datadir@
159datarootdir = @datarootdir@
160docdir = @docdir@
161dvidir = @dvidir@
162exec_prefix = @exec_prefix@
163host_alias = @host_alias@
164htmldir = @htmldir@
165includedir = @includedir@
166infodir = @infodir@
167install_sh = @install_sh@
168libdir = @libdir@
169libexecdir = @libexecdir@
170localedir = @localedir@
171localstatedir = @localstatedir@
172mandir = @mandir@
173mkdir_p = @mkdir_p@
174oldincludedir = @oldincludedir@
175pdfdir = @pdfdir@
176prefix = @prefix@
177program_transform_name = @program_transform_name@
178psdir = @psdir@
179sbindir = @sbindir@
180sharedstatedir = @sharedstatedir@
181srcdir = @srcdir@
182sysconfdir = @sysconfdir@
183target_alias = @target_alias@
184top_build_prefix = @top_build_prefix@
185top_builddir = @top_builddir@
186top_srcdir = @top_srcdir@
187SUBDIRS = figures
188omf_DATA = vine-desktop-guide-ja.omf
189omfdir = @OMFDIR@
190xml_DATA = accessibility-features.xml \
191           accessories.xml \
192           boot.xml \
193           gnome-basic.xml \
194           graphics.xml \
195           gui-alternatives.xml \
196           internet.xml \
197           legal.xml \
198           login.xml \
199           logout.xml \
200           preferences.xml \
201           recruitment.xml \
202           rules.xml \
203           shutdown.xml \
204           sound-video.xml \
205           synaptic.xml \
206           system-config.xml \
207           system-tool.xml \
208           update-watch.xml \
209           vine-desktop-guide.xml
210
211xmldir = @VMDIR@/desktop-guide
212EXTRA_DIST = $(xml_DATA)
213CLEANFILES = *.html
214all: all-recursive
215
216.SUFFIXES:
217$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
218        @for dep in $?; do \
219          case '$(am__configure_deps)' in \
220            *$$dep*) \
221              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
222                && { if test -f $@; then exit 0; else break; fi; }; \
223              exit 1;; \
224          esac; \
225        done; \
226        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
227        $(am__cd) $(top_srcdir) && \
228          $(AUTOMAKE) --gnu help/Makefile
229.PRECIOUS: Makefile
230Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231        @case '$?' in \
232          *config.status*) \
233            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
234          *) \
235            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
236            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
237        esac;
238
239$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
242$(top_srcdir)/configure:  $(am__configure_deps)
243        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
245        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246$(am__aclocal_m4_deps):
247install-omfDATA: $(omf_DATA)
248        @$(NORMAL_INSTALL)
249        test -z "$(omfdir)" || $(MKDIR_P) "$(DESTDIR)$(omfdir)"
250        @list='$(omf_DATA)'; test -n "$(omfdir)" || list=; \
251        for p in $$list; do \
252          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
253          echo "$$d$$p"; \
254        done | $(am__base_list) | \
255        while read files; do \
256          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(omfdir)'"; \
257          $(INSTALL_DATA) $$files "$(DESTDIR)$(omfdir)" || exit $$?; \
258        done
259
260uninstall-omfDATA:
261        @$(NORMAL_UNINSTALL)
262        @list='$(omf_DATA)'; test -n "$(omfdir)" || list=; \
263        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
264        test -n "$$files" || exit 0; \
265        echo " ( cd '$(DESTDIR)$(omfdir)' && rm -f" $$files ")"; \
266        cd "$(DESTDIR)$(omfdir)" && rm -f $$files
267install-xmlDATA: $(xml_DATA)
268        @$(NORMAL_INSTALL)
269        test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
270        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
271        for p in $$list; do \
272          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
273          echo "$$d$$p"; \
274        done | $(am__base_list) | \
275        while read files; do \
276          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
277          $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
278        done
279
280uninstall-xmlDATA:
281        @$(NORMAL_UNINSTALL)
282        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
283        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
284        test -n "$$files" || exit 0; \
285        echo " ( cd '$(DESTDIR)$(xmldir)' && rm -f" $$files ")"; \
286        cd "$(DESTDIR)$(xmldir)" && rm -f $$files
287
288# This directory's subdirectories are mostly independent; you can cd
289# into them and run `make' without going through this Makefile.
290# To change the values of `make' variables: instead of editing Makefiles,
291# (1) if the variable is set in `config.status', edit `config.status'
292#     (which will cause the Makefiles to be regenerated when you run `make');
293# (2) otherwise, pass the desired values on the `make' command line.
294$(RECURSIVE_TARGETS):
295        @fail= failcom='exit 1'; \
296        for f in x $$MAKEFLAGS; do \
297          case $$f in \
298            *=* | --[!k]*);; \
299            *k*) failcom='fail=yes';; \
300          esac; \
301        done; \
302        dot_seen=no; \
303        target=`echo $@ | sed s/-recursive//`; \
304        list='$(SUBDIRS)'; for subdir in $$list; do \
305          echo "Making $$target in $$subdir"; \
306          if test "$$subdir" = "."; then \
307            dot_seen=yes; \
308            local_target="$$target-am"; \
309          else \
310            local_target="$$target"; \
311          fi; \
312          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313          || eval $$failcom; \
314        done; \
315        if test "$$dot_seen" = "no"; then \
316          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
317        fi; test -z "$$fail"
318
319$(RECURSIVE_CLEAN_TARGETS):
320        @fail= failcom='exit 1'; \
321        for f in x $$MAKEFLAGS; do \
322          case $$f in \
323            *=* | --[!k]*);; \
324            *k*) failcom='fail=yes';; \
325          esac; \
326        done; \
327        dot_seen=no; \
328        case "$@" in \
329          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
330          *) list='$(SUBDIRS)' ;; \
331        esac; \
332        rev=''; for subdir in $$list; do \
333          if test "$$subdir" = "."; then :; else \
334            rev="$$subdir $$rev"; \
335          fi; \
336        done; \
337        rev="$$rev ."; \
338        target=`echo $@ | sed s/-recursive//`; \
339        for subdir in $$rev; do \
340          echo "Making $$target in $$subdir"; \
341          if test "$$subdir" = "."; then \
342            local_target="$$target-am"; \
343          else \
344            local_target="$$target"; \
345          fi; \
346          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347          || eval $$failcom; \
348        done && test -z "$$fail"
349tags-recursive:
350        list='$(SUBDIRS)'; for subdir in $$list; do \
351          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
352        done
353ctags-recursive:
354        list='$(SUBDIRS)'; for subdir in $$list; do \
355          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
356        done
357
358ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
359        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
360        unique=`for i in $$list; do \
361            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362          done | \
363          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364              END { if (nonempty) { for (i in files) print i; }; }'`; \
365        mkid -fID $$unique
366tags: TAGS
367
368TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369                $(TAGS_FILES) $(LISP)
370        set x; \
371        here=`pwd`; \
372        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
373          include_option=--etags-include; \
374          empty_fix=.; \
375        else \
376          include_option=--include; \
377          empty_fix=; \
378        fi; \
379        list='$(SUBDIRS)'; for subdir in $$list; do \
380          if test "$$subdir" = .; then :; else \
381            test ! -f $$subdir/TAGS || \
382              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
383          fi; \
384        done; \
385        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
386        unique=`for i in $$list; do \
387            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388          done | \
389          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390              END { if (nonempty) { for (i in files) print i; }; }'`; \
391        shift; \
392        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
393          test -n "$$unique" || unique=$$empty_fix; \
394          if test $$# -gt 0; then \
395            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396              "$$@" $$unique; \
397          else \
398            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399              $$unique; \
400          fi; \
401        fi
402ctags: CTAGS
403CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
404                $(TAGS_FILES) $(LISP)
405        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406        unique=`for i in $$list; do \
407            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408          done | \
409          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410              END { if (nonempty) { for (i in files) print i; }; }'`; \
411        test -z "$(CTAGS_ARGS)$$unique" \
412          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
413             $$unique
414
415GTAGS:
416        here=`$(am__cd) $(top_builddir) && pwd` \
417          && $(am__cd) $(top_srcdir) \
418          && gtags -i $(GTAGS_ARGS) "$$here"
419
420distclean-tags:
421        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
422
423distdir: $(DISTFILES)
424        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426        list='$(DISTFILES)'; \
427          dist_files=`for file in $$list; do echo $$file; done | \
428          sed -e "s|^$$srcdirstrip/||;t" \
429              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430        case $$dist_files in \
431          */*) $(MKDIR_P) `echo "$$dist_files" | \
432                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433                           sort -u` ;; \
434        esac; \
435        for file in $$dist_files; do \
436          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437          if test -d $$d/$$file; then \
438            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439            if test -d "$(distdir)/$$file"; then \
440              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441            fi; \
442            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
443              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
444              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445            fi; \
446            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
447          else \
448            test -f "$(distdir)/$$file" \
449            || cp -p $$d/$$file "$(distdir)/$$file" \
450            || exit 1; \
451          fi; \
452        done
453        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
454          if test "$$subdir" = .; then :; else \
455            test -d "$(distdir)/$$subdir" \
456            || $(MKDIR_P) "$(distdir)/$$subdir" \
457            || exit 1; \
458          fi; \
459        done
460        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
461          if test "$$subdir" = .; then :; else \
462            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
463            $(am__relativize); \
464            new_distdir=$$reldir; \
465            dir1=$$subdir; dir2="$(top_distdir)"; \
466            $(am__relativize); \
467            new_top_distdir=$$reldir; \
468            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
469            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
470            ($(am__cd) $$subdir && \
471              $(MAKE) $(AM_MAKEFLAGS) \
472                top_distdir="$$new_top_distdir" \
473                distdir="$$new_distdir" \
474                am__remove_distdir=: \
475                am__skip_length_check=: \
476                am__skip_mode_fix=: \
477                distdir) \
478              || exit 1; \
479          fi; \
480        done
481check-am: all-am
482check: check-recursive
483all-am: Makefile $(DATA)
484installdirs: installdirs-recursive
485installdirs-am:
486        for dir in "$(DESTDIR)$(omfdir)" "$(DESTDIR)$(xmldir)"; do \
487          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
488        done
489install: install-recursive
490install-exec: install-exec-recursive
491install-data: install-data-recursive
492uninstall: uninstall-recursive
493
494install-am: all-am
495        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
496
497installcheck: installcheck-recursive
498install-strip:
499        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501          `test -z '$(STRIP)' || \
502            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
503mostlyclean-generic:
504
505clean-generic:
506        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
507
508distclean-generic:
509        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
510        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
511
512maintainer-clean-generic:
513        @echo "This command is intended for maintainers to use"
514        @echo "it deletes files that may require special tools to rebuild."
515clean: clean-recursive
516
517clean-am: clean-generic mostlyclean-am
518
519distclean: distclean-recursive
520        -rm -f Makefile
521distclean-am: clean-am distclean-generic distclean-tags
522
523dvi: dvi-recursive
524
525dvi-am:
526
527html-am:
528
529info: info-recursive
530
531info-am:
532
533install-data-am: install-omfDATA install-xmlDATA
534
535install-dvi: install-dvi-recursive
536
537install-dvi-am:
538
539install-exec-am:
540
541install-html-am:
542
543install-info: install-info-recursive
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-recursive
550
551install-pdf-am:
552
553install-ps: install-ps-recursive
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-recursive
560        -rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-recursive
564
565mostlyclean-am: mostlyclean-generic
566
567pdf: pdf-recursive
568
569pdf-am:
570
571ps: ps-recursive
572
573ps-am:
574
575uninstall-am: uninstall-omfDATA uninstall-xmlDATA
576
577.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
578        install-am install-strip tags-recursive
579
580.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
581        all all-am check check-am clean clean-generic ctags \
582        ctags-recursive distclean distclean-generic distclean-tags \
583        distdir dvi dvi-am html html-am info info-am install \
584        install-am install-data install-data-am install-dvi \
585        install-dvi-am install-exec install-exec-am install-html \
586        install-html-am install-info install-info-am install-man \
587        install-omfDATA install-pdf install-pdf-am install-ps \
588        install-ps-am install-strip install-xmlDATA installcheck \
589        installcheck-am installdirs installdirs-am maintainer-clean \
590        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
591        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
592        uninstall-omfDATA uninstall-xmlDATA
593
594
595html:
596        vine-manual-build vine-desktop-guide.xml
597
598install-html:
599        $(INSTALL) -m 644 *.html $(DESTDIR)$(xmldir)
600
601# Tell versions [3.59,3.63) of GNU make to not export all variables.
602# Otherwise a system limit (for SysV at least) may be exceeded.
603.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.