Merge tag 'upstream/1.1.5'
[psensor-pkg-debian.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = doc
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(dist_doc_DATA) \
97         $(am__DIST_COMMON)
98 mkinstalldirs = $(install_sh) -d
99 CONFIG_HEADER = $(top_builddir)/config.h
100 CONFIG_CLEAN_FILES =
101 CONFIG_CLEAN_VPATH_FILES =
102 AM_V_P = $(am__v_P_@AM_V@)
103 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104 am__v_P_0 = false
105 am__v_P_1 = :
106 AM_V_GEN = $(am__v_GEN_@AM_V@)
107 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108 am__v_GEN_0 = @echo "  GEN     " $@;
109 am__v_GEN_1 = 
110 AM_V_at = $(am__v_at_@AM_V@)
111 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112 am__v_at_0 = @
113 am__v_at_1 = 
114 SOURCES =
115 DIST_SOURCES =
116 am__can_run_installinfo = \
117   case $$AM_UPDATE_INFO_DIR in \
118     n|no|NO) false;; \
119     *) (install-info --version) >/dev/null 2>&1;; \
120   esac
121 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
122 am__vpath_adj = case $$p in \
123     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
124     *) f=$$p;; \
125   esac;
126 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
127 am__install_max = 40
128 am__nobase_strip_setup = \
129   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
130 am__nobase_strip = \
131   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
132 am__nobase_list = $(am__nobase_strip_setup); \
133   for p in $$list; do echo "$$p $$p"; done | \
134   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
135   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
136     if (++n[$$2] == $(am__install_max)) \
137       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
138     END { for (dir in files) print dir, files[dir] }'
139 am__base_list = \
140   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
141   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
142 am__uninstall_files_from_dir = { \
143   test -z "$$files" \
144     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
145     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
146          $(am__cd) "$$dir" && rm -f $$files; }; \
147   }
148 am__installdirs = "$(DESTDIR)$(docdir)"
149 DATA = $(dist_doc_DATA)
150 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
151 am__DIST_COMMON = $(srcdir)/Makefile.in
152 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153 ACLOCAL = @ACLOCAL@
154 AMTAR = @AMTAR@
155 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
157 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
158 AR = @AR@
159 ASCIIDOC = @ASCIIDOC@
160 ATASMART_CFLAGS = @ATASMART_CFLAGS@
161 ATASMART_LIBS = @ATASMART_LIBS@
162 AUTOCONF = @AUTOCONF@
163 AUTOHEADER = @AUTOHEADER@
164 AUTOMAKE = @AUTOMAKE@
165 AWK = @AWK@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CURL_CFLAGS = @CURL_CFLAGS@
172 CURL_LIBS = @CURL_LIBS@
173 CYGPATH_W = @CYGPATH_W@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 ECHO_C = @ECHO_C@
177 ECHO_N = @ECHO_N@
178 ECHO_T = @ECHO_T@
179 EGREP = @EGREP@
180 EXEEXT = @EXEEXT@
181 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
182 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
183 GMSGFMT = @GMSGFMT@
184 GMSGFMT_015 = @GMSGFMT_015@
185 GREP = @GREP@
186 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
187 GTK_CFLAGS = @GTK_CFLAGS@
188 GTK_LIBS = @GTK_LIBS@
189 GTOP_CFLAGS = @GTOP_CFLAGS@
190 GTOP_LIBS = @GTOP_LIBS@
191 HAVE_CPPCHECK = @HAVE_CPPCHECK@
192 HELP2MAN = @HELP2MAN@
193 INSTALL = @INSTALL@
194 INSTALL_DATA = @INSTALL_DATA@
195 INSTALL_PROGRAM = @INSTALL_PROGRAM@
196 INSTALL_SCRIPT = @INSTALL_SCRIPT@
197 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
198 INTLLIBS = @INTLLIBS@
199 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
200 JSON_CFLAGS = @JSON_CFLAGS@
201 JSON_LIBS = @JSON_LIBS@
202 LDFLAGS = @LDFLAGS@
203 LIBATIADL_CFLAGS = @LIBATIADL_CFLAGS@
204 LIBATIADL_LIBS = @LIBATIADL_LIBS@
205 LIBICONV = @LIBICONV@
206 LIBINTL = @LIBINTL@
207 LIBMICROHTTPD_CFLAGS = @LIBMICROHTTPD_CFLAGS@
208 LIBMICROHTTPD_LIBS = @LIBMICROHTTPD_LIBS@
209 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
210 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
211 LIBOBJS = @LIBOBJS@
212 LIBS = @LIBS@
213 LIBUDISKS2_CFLAGS = @LIBUDISKS2_CFLAGS@
214 LIBUDISKS2_LIBS = @LIBUDISKS2_LIBS@
215 LTLIBICONV = @LTLIBICONV@
216 LTLIBINTL = @LTLIBINTL@
217 LTLIBOBJS = @LTLIBOBJS@
218 MAKEINFO = @MAKEINFO@
219 MKDIR_P = @MKDIR_P@
220 MSGFMT = @MSGFMT@
221 MSGFMT_015 = @MSGFMT_015@
222 MSGMERGE = @MSGMERGE@
223 NVIDIA_CFLAGS = @NVIDIA_CFLAGS@
224 NVIDIA_LIBS = @NVIDIA_LIBS@
225 OBJEXT = @OBJEXT@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_URL = @PACKAGE_URL@
232 PACKAGE_VERSION = @PACKAGE_VERSION@
233 PATH_SEPARATOR = @PATH_SEPARATOR@
234 PKG_CONFIG = @PKG_CONFIG@
235 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
236 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237 POSUB = @POSUB@
238 PTHREAD_LIBS = @PTHREAD_LIBS@
239 RANLIB = @RANLIB@
240 SED = @SED@
241 SENSORS_LIBS = @SENSORS_LIBS@
242 SET_MAKE = @SET_MAKE@
243 SHELL = @SHELL@
244 STRIP = @STRIP@
245 UNITY_CFLAGS = @UNITY_CFLAGS@
246 UNITY_LIBS = @UNITY_LIBS@
247 USE_NLS = @USE_NLS@
248 VERSION = @VERSION@
249 X11_CFLAGS = @X11_CFLAGS@
250 X11_LIBS = @X11_LIBS@
251 XEXT_CFLAGS = @XEXT_CFLAGS@
252 XEXT_LIBS = @XEXT_LIBS@
253 XGETTEXT = @XGETTEXT@
254 XGETTEXT_015 = @XGETTEXT_015@
255 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
256 XMKMF = @XMKMF@
257 abs_builddir = @abs_builddir@
258 abs_srcdir = @abs_srcdir@
259 abs_top_builddir = @abs_top_builddir@
260 abs_top_srcdir = @abs_top_srcdir@
261 ac_ct_AR = @ac_ct_AR@
262 ac_ct_CC = @ac_ct_CC@
263 am__include = @am__include@
264 am__leading_dot = @am__leading_dot@
265 am__quote = @am__quote@
266 am__tar = @am__tar@
267 am__untar = @am__untar@
268 bindir = @bindir@
269 build = @build@
270 build_alias = @build_alias@
271 build_cpu = @build_cpu@
272 build_os = @build_os@
273 build_vendor = @build_vendor@
274 builddir = @builddir@
275 datadir = @datadir@
276 datarootdir = @datarootdir@
277 docdir = @docdir@
278 dvidir = @dvidir@
279 exec_prefix = @exec_prefix@
280 gsettingsschemadir = @gsettingsschemadir@
281 host = @host@
282 host_alias = @host_alias@
283 host_cpu = @host_cpu@
284 host_os = @host_os@
285 host_vendor = @host_vendor@
286 htmldir = @htmldir@
287 includedir = @includedir@
288 infodir = @infodir@
289 install_sh = @install_sh@
290 libdir = @libdir@
291 libexecdir = @libexecdir@
292 localedir = @localedir@
293 localstatedir = @localstatedir@
294 mandir = @mandir@
295 mkdir_p = @mkdir_p@
296 oldincludedir = @oldincludedir@
297 pdfdir = @pdfdir@
298 prefix = @prefix@
299 program_transform_name = @program_transform_name@
300 psdir = @psdir@
301 runstatedir = @runstatedir@
302 sbindir = @sbindir@
303 sharedstatedir = @sharedstatedir@
304 srcdir = @srcdir@
305 sysconfdir = @sysconfdir@
306 target_alias = @target_alias@
307 top_build_prefix = @top_build_prefix@
308 top_builddir = @top_builddir@
309 top_srcdir = @top_srcdir@
310 dist_doc_DATA = faq.html faq.txt TODO.txt TODO.html
311 all: all-am
312
313 .SUFFIXES:
314 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
315         @for dep in $?; do \
316           case '$(am__configure_deps)' in \
317             *$$dep*) \
318               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
319                 && { if test -f $@; then exit 0; else break; fi; }; \
320               exit 1;; \
321           esac; \
322         done; \
323         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
324         $(am__cd) $(top_srcdir) && \
325           $(AUTOMAKE) --gnu doc/Makefile
326 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327         @case '$?' in \
328           *config.status*) \
329             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330           *) \
331             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
332             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
333         esac;
334
335 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337
338 $(top_srcdir)/configure:  $(am__configure_deps)
339         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
341         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342 $(am__aclocal_m4_deps):
343 install-dist_docDATA: $(dist_doc_DATA)
344         @$(NORMAL_INSTALL)
345         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
346         if test -n "$$list"; then \
347           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
348           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
349         fi; \
350         for p in $$list; do \
351           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
352           echo "$$d$$p"; \
353         done | $(am__base_list) | \
354         while read files; do \
355           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
356           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
357         done
358
359 uninstall-dist_docDATA:
360         @$(NORMAL_UNINSTALL)
361         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
362         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
363         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
364 tags TAGS:
365
366 ctags CTAGS:
367
368 cscope cscopelist:
369
370
371 distdir: $(DISTFILES)
372         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
374         list='$(DISTFILES)'; \
375           dist_files=`for file in $$list; do echo $$file; done | \
376           sed -e "s|^$$srcdirstrip/||;t" \
377               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
378         case $$dist_files in \
379           */*) $(MKDIR_P) `echo "$$dist_files" | \
380                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
381                            sort -u` ;; \
382         esac; \
383         for file in $$dist_files; do \
384           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
385           if test -d $$d/$$file; then \
386             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
387             if test -d "$(distdir)/$$file"; then \
388               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389             fi; \
390             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
391               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
392               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
393             fi; \
394             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
395           else \
396             test -f "$(distdir)/$$file" \
397             || cp -p $$d/$$file "$(distdir)/$$file" \
398             || exit 1; \
399           fi; \
400         done
401 check-am: all-am
402 check: check-am
403 all-am: Makefile $(DATA)
404 installdirs:
405         for dir in "$(DESTDIR)$(docdir)"; do \
406           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
407         done
408 install: install-am
409 install-exec: install-exec-am
410 install-data: install-data-am
411 uninstall: uninstall-am
412
413 install-am: all-am
414         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415
416 installcheck: installcheck-am
417 install-strip:
418         if test -z '$(STRIP)'; then \
419           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
420             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
421               install; \
422         else \
423           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
426         fi
427 mostlyclean-generic:
428
429 clean-generic:
430
431 distclean-generic:
432         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
433         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
434
435 maintainer-clean-generic:
436         @echo "This command is intended for maintainers to use"
437         @echo "it deletes files that may require special tools to rebuild."
438 clean: clean-am
439
440 clean-am: clean-generic mostlyclean-am
441
442 distclean: distclean-am
443         -rm -f Makefile
444 distclean-am: clean-am distclean-generic
445
446 dvi: dvi-am
447
448 dvi-am:
449
450 html: html-am
451
452 html-am:
453
454 info: info-am
455
456 info-am:
457
458 install-data-am: install-dist_docDATA
459
460 install-dvi: install-dvi-am
461
462 install-dvi-am:
463
464 install-exec-am:
465
466 install-html: install-html-am
467
468 install-html-am:
469
470 install-info: install-info-am
471
472 install-info-am:
473
474 install-man:
475
476 install-pdf: install-pdf-am
477
478 install-pdf-am:
479
480 install-ps: install-ps-am
481
482 install-ps-am:
483
484 installcheck-am:
485
486 maintainer-clean: maintainer-clean-am
487         -rm -f Makefile
488 maintainer-clean-am: distclean-am maintainer-clean-generic
489
490 mostlyclean: mostlyclean-am
491
492 mostlyclean-am: mostlyclean-generic
493
494 pdf: pdf-am
495
496 pdf-am:
497
498 ps: ps-am
499
500 ps-am:
501
502 uninstall-am: uninstall-dist_docDATA
503
504 .MAKE: install-am install-strip
505
506 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
507         ctags-am distclean distclean-generic distdir dvi dvi-am html \
508         html-am info info-am install install-am install-data \
509         install-data-am install-dist_docDATA install-dvi \
510         install-dvi-am install-exec install-exec-am install-html \
511         install-html-am install-info install-info-am install-man \
512         install-pdf install-pdf-am install-ps install-ps-am \
513         install-strip installcheck installcheck-am installdirs \
514         maintainer-clean maintainer-clean-generic mostlyclean \
515         mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
516         uninstall-am uninstall-dist_docDATA
517
518 .PRECIOUS: Makefile
519
520
521 @ASCIIDOC_TRUE@faq.html: faq.txt ../www/style.css
522 @ASCIIDOC_TRUE@ asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt
523
524 @ASCIIDOC_TRUE@TODO.html: faq.txt ../www/style.css
525 @ASCIIDOC_TRUE@ asciidoc --theme style -a themedir=`pwd`/../www -n -a toc TODO.txt
526
527 # Tell versions [3.59,3.63) of GNU make to not export all variables.
528 # Otherwise a system limit (for SysV at least) may be exceeded.
529 .NOEXPORT: