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