]> www.ginac.de Git - ginac.git/commitdiff
- docs now under automake control
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 12 Nov 1999 20:02:49 +0000 (20:02 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 12 Nov 1999 20:02:49 +0000 (20:02 +0000)
15 files changed:
doc/Makefile.am
doc/Makefile.in
doc/reference/DoxyfileHTML [moved from doc/DoxyfileHTML with 98% similarity]
doc/reference/DoxyfileTEX [moved from doc/DoxyfileTEX with 98% similarity]
doc/reference/Doxyfooter [moved from doc/Doxyfooter.html with 100% similarity]
doc/reference/Makefile.am [new file with mode: 0644]
doc/reference/Makefile.in [new file with mode: 0644]
doc/tutorial/Makefile.am [new file with mode: 0644]
doc/tutorial/Makefile.in [new file with mode: 0644]
doc/tutorial/classhierarchy.fig [moved from doc/classhierarchy.fig with 100% similarity]
doc/tutorial/rep_naive.fig [moved from doc/rep_naive.fig with 100% similarity]
doc/tutorial/rep_pair.fig [moved from doc/rep_pair.fig with 100% similarity]
doc/tutorial/tutorial.sgml.in [moved from doc/tutorial.sgml.in with 100% similarity]
ginac/Makefile.in
ginsh/Makefile.in

index 96d7a6ab7be97d76a370e2b8666595b4e77cec11..e5de20e3b40cf3ba4fa6f991c29a6f4928ec1378 100644 (file)
@@ -1 +1,2 @@
 ## Process this file with automake to produce Makefile.in
+SUBDIRS = tutorial reference
index 479655968a7ebce9c8ad8fa8f5fcf43b83ad4c74..9cb905ebef9b49d3da739413f889fd1403c2066f 100644 (file)
@@ -88,8 +88,12 @@ MAKEINFO = @MAKEINFO@
 NM = @NM@
 PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@
+REFERENCE_TARGETS = @REFERENCE_TARGETS@
+TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
 VERSION = @VERSION@
 YACC = @YACC@
+
+SUBDIRS = tutorial reference
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
@@ -100,7 +104,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = tar
 GZIP = --best
-all: Makefile
+all: all-recursive all-am
 
 .SUFFIXES:
 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
@@ -110,9 +114,71 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+#     (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+
+@SET_MAKE@
+
+all-recursive install-data-recursive install-exec-recursive \
+installdirs-recursive install-recursive uninstall-recursive  \
+check-recursive installcheck-recursive info-recursive dvi-recursive:
+       @set fnord $(MAKEFLAGS); amf=$$2; \
+       list='$(SUBDIRS)'; for subdir in $$list; do \
+         target=`echo $@ | sed s/-recursive//`; \
+         echo "Making $$target in $$subdir"; \
+         (cd $$subdir && $(MAKE) $$target) \
+          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+       done && test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+maintainer-clean-recursive:
+       @set fnord $(MAKEFLAGS); amf=$$2; \
+       rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
+         rev="$$subdir $$rev"; \
+       done; \
+       for subdir in $$rev; do \
+         target=`echo $@ | sed s/-recursive//`; \
+         echo "Making $$target in $$subdir"; \
+         (cd $$subdir && $(MAKE) $$target) \
+          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+       done && test -z "$$fail"
+tags-recursive:
+       list='$(SUBDIRS)'; for subdir in $$list; do \
+         (cd $$subdir && $(MAKE) tags); \
+       done
+
 tags: TAGS
-TAGS:
 
+ID: $(HEADERS) $(SOURCES) $(LISP)
+       here=`pwd` && cd $(srcdir) \
+         && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+       tags=; \
+       here=`pwd`; \
+       list='$(SUBDIRS)'; for subdir in $$list; do \
+         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
+       done; \
+       list='$(SOURCES) $(HEADERS)'; \
+       unique=`for i in $$list; do echo $$i; done | \
+         awk '    { files[$$0] = 1; } \
+              END { for (i in files) print i; }'`; \
+       test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+         || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+       -rm -f TAGS ID
+
+maintainer-clean-tags:
 
 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
@@ -130,25 +196,35 @@ distdir: $(DISTFILES)
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
          || cp -p $$d/$$file $(distdir)/$$file; \
        done
-info:
-dvi:
-check: all
-       $(MAKE)
-installcheck:
-install-exec: 
+       for subdir in $(SUBDIRS); do \
+         test -d $(distdir)/$$subdir \
+         || mkdir $(distdir)/$$subdir \
+         || exit 1; \
+         chmod 777 $(distdir)/$$subdir; \
+         (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+           || exit 1; \
+       done
+info: info-recursive
+dvi: dvi-recursive
+check: all-am
+       $(MAKE) check-recursive
+installcheck: installcheck-recursive
+all-am: Makefile
+
+install-exec: install-exec-recursive
        @$(NORMAL_INSTALL)
 
-install-data: 
+install-data: install-data-recursive
        @$(NORMAL_INSTALL)
 
-install: install-exec install-data all
+install: install-recursive
        @:
 
-uninstall: 
+uninstall: uninstall-recursive
 
 install-strip:
        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-installdirs:
+installdirs: installdirs-recursive
 
 
 mostlyclean-generic:
@@ -165,22 +241,37 @@ distclean-generic:
 maintainer-clean-generic:
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-mostlyclean:  mostlyclean-generic
+mostlyclean-am:  mostlyclean-tags mostlyclean-generic
+
+clean-am:  clean-tags clean-generic mostlyclean-am
+
+distclean-am:  distclean-tags distclean-generic clean-am
+
+maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
+               distclean-am
+
+mostlyclean:  mostlyclean-recursive mostlyclean-am
 
-clean:  clean-generic mostlyclean
+clean:  clean-recursive clean-am
 
-distclean:  distclean-generic clean
+distclean:  distclean-recursive distclean-am
        -rm -f config.status
        -rm -f libtool
 
-maintainer-clean:  maintainer-clean-generic distclean
+maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
 
-.PHONY: tags distdir info dvi installcheck install-exec install-data \
-install uninstall all installdirs mostlyclean-generic distclean-generic \
-clean-generic maintainer-clean-generic clean mostlyclean distclean \
-maintainer-clean
+.PHONY: install-data-recursive uninstall-data-recursive \
+install-exec-recursive uninstall-exec-recursive installdirs-recursive \
+uninstalldirs-recursive all-recursive check-recursive \
+installcheck-recursive info-recursive dvi-recursive \
+mostlyclean-recursive distclean-recursive clean-recursive \
+maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
+distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
+installcheck all-am install-exec install-data install uninstall all \
+installdirs mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
similarity index 98%
rename from doc/DoxyfileHTML
rename to doc/reference/DoxyfileHTML
index fefa25354e24db16e3aab53f02a1256a876b8ee9..f5cf996f05641d94c68b0e6a0c549c5081ca7f3a 100644 (file)
@@ -26,7 +26,7 @@ PROJECT_NUMBER       =
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY     = ./doc
+OUTPUT_DIRECTORY     = .
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
 # documentation generated by doxygen is written. Doxygen will use this
@@ -44,7 +44,7 @@ QUIET                = NO
 # generated by doxygen. Possible values are YES and NO. If left blank
 # NO is used.
 
-WARNINGS             = YES
+WARNINGS             = NO
 
 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
 # top of each HTML page. The value NO (the default) enables the index and
@@ -134,7 +134,7 @@ VERBATIM_HEADERS     = YES
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                = ./
+INPUT                = ../../ginac
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -189,7 +189,7 @@ GENERATE_HTML        = YES
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
 # put in front of it. If left blank `html' will be used as the default path.
 
-HTML_OUTPUT          = reference
+HTML_OUTPUT          = .
 
 # The HTML_HEADER tag can be used to specify a personal HTML header for 
 # each generated HTML page. If it is left blank doxygen will generate a 
@@ -201,7 +201,7 @@ HTML_HEADER          =
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER          = ./doc/Doxyfooter.html
+HTML_FOOTER          = Doxyfooter
 
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
 # files or namespaces will be aligned in HTML using tables. If set to
@@ -222,7 +222,7 @@ GENERATE_LATEX       = NO
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
 # put in front of it. If left blank `latex' will be used as the default path.
 
-LATEX_OUTPUT         = latex
+LATEX_OUTPUT         = .
 
 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
 # LaTeX documents. This may be useful for small projects and may help to
similarity index 98%
rename from doc/DoxyfileTEX
rename to doc/reference/DoxyfileTEX
index 670ca239d18f5dcc73698ad5873cb2b0a723eb36..2d227b1032b0b44cf6bbd025703c21c2ec862657 100644 (file)
@@ -26,7 +26,7 @@ PROJECT_NUMBER       =
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY     = ./doc
+OUTPUT_DIRECTORY     = .
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
 # documentation generated by doxygen is written. Doxygen will use this
@@ -44,7 +44,7 @@ QUIET                = NO
 # generated by doxygen. Possible values are YES and NO. If left blank
 # NO is used.
 
-WARNINGS             = YES
+WARNINGS             = NO
 
 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
 # top of each HTML page. The value NO (the default) enables the index and
@@ -134,7 +134,7 @@ VERBATIM_HEADERS     = YES
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                = ./
+INPUT                = ../../ginac
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -189,7 +189,7 @@ GENERATE_HTML        = NO
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
 # put in front of it. If left blank `html' will be used as the default path.
 
-HTML_OUTPUT          = reference
+HTML_OUTPUT          = .
 
 # The HTML_HEADER tag can be used to specify a personal HTML header for 
 # each generated HTML page. If it is left blank doxygen will generate a 
@@ -201,7 +201,7 @@ HTML_HEADER          =
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER          = ./doc/Doxyfooter.html
+HTML_FOOTER          = Doxyfooter
 
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
 # files or namespaces will be aligned in HTML using tables. If set to
similarity index 100%
rename from doc/Doxyfooter.html
rename to doc/reference/Doxyfooter
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
new file mode 100644 (file)
index 0000000..c6e6c09
--- /dev/null
@@ -0,0 +1,74 @@
+## Process this file with automake to produce Makefile.in
+
+# This section produces HTML'ed and TeX'ed developer's reference from the
+# sources with a JavaDoc-like tool (in this case doxygen):
+index.html:
+       @if [ "${DOXYGEN}" ]; then \
+         echo "Running ${DOXYGEN} DoxyfileHTML..."; \
+         ${DOXYGEN} DoxyfileHTML; \
+       else \
+         echo "warning: target reference_html disabled by configuration"; \
+       fi
+
+latex::
+       @[ -d ${srcdir}/latex ] || mkdir ${srcdir}/latex >/dev/null 2>&1
+
+latex/reference.tex:
+       @if [ "${DOXYGEN}" ]; then \
+         echo "Running ${DOXYGEN} DoxyfileTEX..."; \
+         ${DOXYGEN} DoxyfileTEX; \
+         mv ${srcdir}/latex/refman.tex ${srcdir}/latex/reference.tex; \
+       else \
+         echo "warning: target reference.tex disabled by configuration"; \
+       fi
+
+latex/reference.dvi: latex/reference.tex
+       @if [ "${LATEX}" -a "${MAKEINDEX}" ]; then \
+         (cd ${srcdir}/latex; \
+         ${LATEX} reference.tex && \
+         ${MAKEINDEX} reference.idx && \
+         ${LATEX} reference.tex); \
+       else \
+         echo "warning: target reference.dvi disabled by configuration"; \
+       fi
+
+latex/reference.ps: latex/reference.dvi
+       @if [ "${DVIPS}" ]; then \
+         echo "Running ${DVIPS} -o reference.ps reference.dvi..."; \
+         (cd ${srcdir}/latex; ${DVIPS} -o reference.ps reference.dvi); \
+       else \
+         echo "warning: target reference.ps disabled by configuration"; \
+       fi
+
+reference.ps: latex latex/reference.ps
+       cp ${srcdir}/latex/reference.ps reference.ps
+
+install-data-local:
+       $(INSTALL_DATA) $(srcdir)/doxygen.css $(DESTDIR)$(ginacreferencedir)/doxygen.css
+       @for p in *.html; do \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p"; \
+         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+       @for p in *.gif; do \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p"; \
+         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+
+uninstall-local:
+       rm -f $(DESTDIR)$(ginacreferencedir)/doxygen.css
+       @for p in *.html; do \
+         echo " rm -f $(DESTDIR)$(ginacreferencedir)/$$p"; \
+         rm -f $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+       @for p in *.gif; do \
+         echo " rm -f $(DESTDIR)$(ginacreferencedir)/$$p"; \
+         rm -f $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+
+ginacdocdir = $(datadir)/doc/GiNaC
+ginacreferencedir = $(ginacdocdir)/reference
+ginacreference_DATA = $(REFERENCE_TARGETS)
+EXTRA_DATA = index.html reference.ps
+
+CLEANFILES = *.html *.gif doxygen.css *.ps latex/*
+EXTRA_DIST = DoxyfileHTML DoxyfileTEX Doxyfooter
diff --git a/doc/reference/Makefile.in b/doc/reference/Makefile.in
new file mode 100644 (file)
index 0000000..6a7f27c
--- /dev/null
@@ -0,0 +1,287 @@
+# Makefile.in generated automatically by automake 1.3 from Makefile.am
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+# This section produces HTML'ed and TeX'ed developer's reference from the
+# sources with a JavaDoc-like tool (in this case doxygen):
+
+
+SHELL = /bin/sh
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DISTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+host_alias = @host_alias@
+host_triplet = @host@
+CC = @CC@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+DOXYGEN = @DOXYGEN@
+DVIPS = @DVIPS@
+FIG2DEV = @FIG2DEV@
+GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
+GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
+GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
+GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
+GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
+GINACLIB_VERSION = @GINACLIB_VERSION@
+JADE = @JADE@
+JADETEX = @JADETEX@
+LATEX = @LATEX@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+LT_AGE = @LT_AGE@
+LT_CURRENT = @LT_CURRENT@
+LT_RELEASE = @LT_RELEASE@
+LT_REVISION = @LT_REVISION@
+MAINT = @MAINT@
+MAKEINDEX = @MAKEINDEX@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+PACKAGE = @PACKAGE@
+RANLIB = @RANLIB@
+REFERENCE_TARGETS = @REFERENCE_TARGETS@
+TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
+VERSION = @VERSION@
+YACC = @YACC@
+
+ginacdocdir = $(datadir)/doc/GiNaC
+ginacreferencedir = $(ginacdocdir)/reference
+ginacreference_DATA = $(REFERENCE_TARGETS)
+EXTRA_DATA = index.html reference.ps
+
+CLEANFILES = *.html *.gif doxygen.css *.ps latex/*
+EXTRA_DIST = DoxyfileHTML DoxyfileTEX Doxyfooter
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../config.h
+CONFIG_CLEAN_FILES = 
+DATA =  $(ginacreference_DATA)
+
+DIST_COMMON =  Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP = --best
+all: Makefile $(DATA)
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+       cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/reference/Makefile
+
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
+       cd $(top_builddir) \
+         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+install-ginacreferenceDATA: $(ginacreference_DATA)
+       @$(NORMAL_INSTALL)
+       $(mkinstalldirs) $(DESTDIR)$(ginacreferencedir)
+       @list='$(ginacreference_DATA)'; for p in $$list; do \
+         if test -f $(srcdir)/$$p; then \
+           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p"; \
+           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p; \
+         else if test -f $$p; then \
+           echo " $(INSTALL_DATA) $$p $(DESTDIR)$(ginacreferencedir)/$$p"; \
+           $(INSTALL_DATA) $$p $(DESTDIR)$(ginacreferencedir)/$$p; \
+         fi; fi; \
+       done
+
+uninstall-ginacreferenceDATA:
+       @$(NORMAL_UNINSTALL)
+       list='$(ginacreference_DATA)'; for p in $$list; do \
+         rm -f $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+tags: TAGS
+TAGS:
+
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = doc/reference
+
+distdir: $(DISTFILES)
+       here=`cd $(top_builddir) && pwd`; \
+       top_distdir=`cd $(top_distdir) && pwd`; \
+       distdir=`cd $(distdir) && pwd`; \
+       cd $(top_srcdir) \
+         && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/reference/Makefile
+       @for file in $(DISTFILES); do \
+         d=$(srcdir); \
+         test -f $(distdir)/$$file \
+         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+         || cp -p $$d/$$file $(distdir)/$$file; \
+       done
+info:
+dvi:
+check: all
+       $(MAKE)
+installcheck:
+install-exec: 
+       @$(NORMAL_INSTALL)
+
+install-data: install-ginacreferenceDATA install-data-local
+       @$(NORMAL_INSTALL)
+
+install: install-exec install-data all
+       @:
+
+uninstall: uninstall-ginacreferenceDATA uninstall-local
+
+install-strip:
+       $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
+installdirs:
+       $(mkinstalldirs)  $(DATADIR)$(ginacreferencedir)
+
+
+mostlyclean-generic:
+       -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
+
+clean-generic:
+       -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+       -rm -f Makefile $(DISTCLEANFILES)
+       -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+       -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+mostlyclean:  mostlyclean-generic
+
+clean:  clean-generic mostlyclean
+
+distclean:  distclean-generic clean
+       -rm -f config.status
+       -rm -f libtool
+
+maintainer-clean:  maintainer-clean-generic distclean
+       @echo "This command is intended for maintainers to use;"
+       @echo "it deletes files that may require special tools to rebuild."
+
+.PHONY: uninstall-ginacreferenceDATA install-ginacreferenceDATA tags \
+distdir info dvi installcheck install-exec install-data install \
+uninstall all installdirs mostlyclean-generic distclean-generic \
+clean-generic maintainer-clean-generic clean mostlyclean distclean \
+maintainer-clean
+
+
+index.html:
+       @if [ "${DOXYGEN}" ]; then \
+         echo "Running ${DOXYGEN} DoxyfileHTML..."; \
+         ${DOXYGEN} DoxyfileHTML; \
+       else \
+         echo "warning: target reference_html disabled by configuration"; \
+       fi
+
+latex::
+       @[ -d ${srcdir}/latex ] || mkdir ${srcdir}/latex >/dev/null 2>&1
+
+latex/reference.tex:
+       @if [ "${DOXYGEN}" ]; then \
+         echo "Running ${DOXYGEN} DoxyfileTEX..."; \
+         ${DOXYGEN} DoxyfileTEX; \
+         mv ${srcdir}/latex/refman.tex ${srcdir}/latex/reference.tex; \
+       else \
+         echo "warning: target reference.tex disabled by configuration"; \
+       fi
+
+latex/reference.dvi: latex/reference.tex
+       @if [ "${LATEX}" -a "${MAKEINDEX}" ]; then \
+         (cd ${srcdir}/latex; \
+         ${LATEX} reference.tex && \
+         ${MAKEINDEX} reference.idx && \
+         ${LATEX} reference.tex); \
+       else \
+         echo "warning: target reference.dvi disabled by configuration"; \
+       fi
+
+latex/reference.ps: latex/reference.dvi
+       @if [ "${DVIPS}" ]; then \
+         echo "Running ${DVIPS} -o reference.ps reference.dvi..."; \
+         (cd ${srcdir}/latex; ${DVIPS} -o reference.ps reference.dvi); \
+       else \
+         echo "warning: target reference.ps disabled by configuration"; \
+       fi
+
+reference.ps: latex latex/reference.ps
+       cp ${srcdir}/latex/reference.ps reference.ps
+
+install-data-local:
+       $(INSTALL_DATA) $(srcdir)/doxygen.css $(DESTDIR)$(ginacreferencedir)/doxygen.css
+       @for p in *.html; do \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p"; \
+         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+       @for p in *.gif; do \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p"; \
+         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+
+uninstall-local:
+       rm -f $(DESTDIR)$(ginacreferencedir)/doxygen.css
+       @for p in *.html; do \
+         echo " rm -f $(DESTDIR)$(ginacreferencedir)/$$p"; \
+         rm -f $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+       @for p in *.gif; do \
+         echo " rm -f $(DESTDIR)$(ginacreferencedir)/$$p"; \
+         rm -f $(DESTDIR)$(ginacreferencedir)/$$p; \
+       done
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
new file mode 100644 (file)
index 0000000..cebe406
--- /dev/null
@@ -0,0 +1,94 @@
+## Process this file with automake to produce Makefile.in
+
+# This section produces HTML'ed and TeX'ed versions of the tutorial using a
+# SGML to TeX converter (in this case jade).  As a dirty hack, we are doing
+# some regexpese to tutorial.sgml prior to parsing it, in order to allow for
+# different graphics output.  This seems to be an ugly limitation of docbook...
+
+FIG = classhierarchy.fig rep_naive.fig rep_pair.fig
+PNG = $(addsuffix .png, $(basename $(FIG)))
+EPS = $(addsuffix .eps, $(basename $(FIG)))
+
+SUFFIXES = .fig .png .eps
+
+%.eps: %.fig
+       @if [ "${FIG2DEV}" ]; then \
+         echo "Running ${FIG2DEV} -L ps -m 0.8 $< $@..."; \
+         ${FIG2DEV} -L ps -m 0.8 $< $@; \
+       else \
+         echo "warning: fig2dev was not found by configure"; \
+       fi
+
+%.png: %.fig
+       @if [ "${FIG2DEV}" ]; then \
+         echo "Running ${FIG2DEV} -L png $< $@..."; \
+         ${FIG2DEV} -L png $< $@; \
+       else \
+         echo "warning: fig2dev was not found by configure"; \
+       fi
+
+JADEARGS_TEX = -t tex -o tutorial.tex -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl
+JADEARGS_HTML = -t sgml -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl
+
+index.html: tutorial.sgml.in $(PNG)
+       @if [ "${JADE}" ]; then \
+         sed -e 's/graext/png/g' -e 's/GRAEXT/GIF/g' tutorial.sgml.in > tutorial.sgml; \
+         echo "Running ${JADE} ${JADEARGS_HTML} tutorial.sgml..."; \
+         ${JADE} ${JADEARGS_HTML} tutorial.sgml; \
+         if [ -f book1.html ]; then mv book1.html index.html; fi; \
+       else \
+         echo "warning: target tutorial_html disabled by configuration"; \
+       fi
+
+tutorial.tex: tutorial.sgml.in $(EPS)
+       @if [ "${JADE}" -a "${LATEX}" ]; then \
+         sed -e 's/graext/eps/g' -e 's/GRAEXT/EPS/g' tutorial.sgml.in > tutorial.sgml; \
+         echo "Running ${JADE} ${JADEARGS_TEX} tutorial.sgml..."; \
+         ${JADE} ${JADEARGS_TEX} tutorial.sgml ; \
+       else \
+         echo "warning: target tutorial.tex disabled by configuration"; \
+       fi
+
+tutorial.dvi: tutorial.tex
+       @if [ "${JADETEX}" ]; then \
+         echo "Running ${JADETEX} tutorial.tex..."; \
+         ${JADETEX} tutorial.tex && ${JADETEX} tutorial.tex && ${JADETEX} tutorial.tex; \
+       else \
+         echo "warning: target tutorial.dvi disabled by configuration"; \
+       fi
+
+tutorial.ps: tutorial.dvi
+       @if [ "${DVIPS}" ]; then \
+         echo "Running ${DVIPS} tutorial.dvi -o tutorial.ps..."; \
+         ${DVIPS} tutorial.dvi -o tutorial.ps; \
+       else \
+         echo "warning: target tutorial.ps disabled by configuration"; \
+       fi
+
+install-data-local:
+       @for p in *.html; do \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
+         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+       @for p in *.png; do \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
+         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+
+uninstall-local:
+       @for p in *.html; do \
+         echo " rm -f $(DESTDIR)$(ginactutorialdir)/$$p"; \
+         rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+       @for p in *.png; do \
+         echo " rm -f $(DESTDIR)$(ginactutorialdir)/$$p"; \
+         rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+
+ginacdocdir = $(datadir)/doc/GiNaC
+ginactutorialdir = $(ginacdocdir)/tutorial
+ginactutorial_DATA = $(TUTORIAL_TARGETS)
+EXTRA_DATA = index.html tutorial.ps
+
+CLEANFILES = *.html *.png *.ps latex tutorial.sgml HTML.manifest
+EXTRA_DIST = tutorial.sgml.in $(FIG)
diff --git a/doc/tutorial/Makefile.in b/doc/tutorial/Makefile.in
new file mode 100644 (file)
index 0000000..b034ddb
--- /dev/null
@@ -0,0 +1,307 @@
+# Makefile.in generated automatically by automake 1.3 from Makefile.am
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+# This section produces HTML'ed and TeX'ed versions of the tutorial using a
+# SGML to TeX converter (in this case jade).  As a dirty hack, we are doing
+# some regexpese to tutorial.sgml prior to parsing it, in order to allow for
+# different graphics output.  This seems to be an ugly limitation of docbook...
+
+
+SHELL = /bin/sh
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DISTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+host_alias = @host_alias@
+host_triplet = @host@
+CC = @CC@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+DOXYGEN = @DOXYGEN@
+DVIPS = @DVIPS@
+FIG2DEV = @FIG2DEV@
+GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
+GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
+GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
+GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
+GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
+GINACLIB_VERSION = @GINACLIB_VERSION@
+JADE = @JADE@
+JADETEX = @JADETEX@
+LATEX = @LATEX@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+LT_AGE = @LT_AGE@
+LT_CURRENT = @LT_CURRENT@
+LT_RELEASE = @LT_RELEASE@
+LT_REVISION = @LT_REVISION@
+MAINT = @MAINT@
+MAKEINDEX = @MAKEINDEX@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+PACKAGE = @PACKAGE@
+RANLIB = @RANLIB@
+REFERENCE_TARGETS = @REFERENCE_TARGETS@
+TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
+VERSION = @VERSION@
+YACC = @YACC@
+
+FIG = classhierarchy.fig rep_naive.fig rep_pair.fig
+PNG = $(addsuffix .png, $(basename $(FIG)))
+EPS = $(addsuffix .eps, $(basename $(FIG)))
+
+SUFFIXES = .fig .png .eps
+
+JADEARGS_TEX = -t tex -o tutorial.tex -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl
+JADEARGS_HTML = -t sgml -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl
+
+ginacdocdir = $(datadir)/doc/GiNaC
+ginactutorialdir = $(ginacdocdir)/tutorial
+ginactutorial_DATA = $(TUTORIAL_TARGETS)
+EXTRA_DATA = index.html tutorial.ps
+
+CLEANFILES = *.html *.png *.ps latex tutorial.sgml HTML.manifest
+EXTRA_DIST = tutorial.sgml.in $(FIG)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../config.h
+CONFIG_CLEAN_FILES = 
+DATA =  $(ginactutorial_DATA)
+
+DIST_COMMON =  Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP = --best
+all: Makefile $(DATA)
+
+.SUFFIXES:
+.SUFFIXES: .eps .fig .png
+$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+       cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/tutorial/Makefile
+
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
+       cd $(top_builddir) \
+         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+install-ginactutorialDATA: $(ginactutorial_DATA)
+       @$(NORMAL_INSTALL)
+       $(mkinstalldirs) $(DESTDIR)$(ginactutorialdir)
+       @list='$(ginactutorial_DATA)'; for p in $$list; do \
+         if test -f $(srcdir)/$$p; then \
+           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
+           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
+         else if test -f $$p; then \
+           echo " $(INSTALL_DATA) $$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
+           $(INSTALL_DATA) $$p $(DESTDIR)$(ginactutorialdir)/$$p; \
+         fi; fi; \
+       done
+
+uninstall-ginactutorialDATA:
+       @$(NORMAL_UNINSTALL)
+       list='$(ginactutorial_DATA)'; for p in $$list; do \
+         rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+tags: TAGS
+TAGS:
+
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = doc/tutorial
+
+distdir: $(DISTFILES)
+       here=`cd $(top_builddir) && pwd`; \
+       top_distdir=`cd $(top_distdir) && pwd`; \
+       distdir=`cd $(distdir) && pwd`; \
+       cd $(top_srcdir) \
+         && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/tutorial/Makefile
+       @for file in $(DISTFILES); do \
+         d=$(srcdir); \
+         test -f $(distdir)/$$file \
+         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+         || cp -p $$d/$$file $(distdir)/$$file; \
+       done
+info:
+dvi:
+check: all
+       $(MAKE)
+installcheck:
+install-exec: 
+       @$(NORMAL_INSTALL)
+
+install-data: install-ginactutorialDATA install-data-local
+       @$(NORMAL_INSTALL)
+
+install: install-exec install-data all
+       @:
+
+uninstall: uninstall-ginactutorialDATA uninstall-local
+
+install-strip:
+       $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
+installdirs:
+       $(mkinstalldirs)  $(DATADIR)$(ginactutorialdir)
+
+
+mostlyclean-generic:
+       -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
+
+clean-generic:
+       -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+       -rm -f Makefile $(DISTCLEANFILES)
+       -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+       -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+mostlyclean:  mostlyclean-generic
+
+clean:  clean-generic mostlyclean
+
+distclean:  distclean-generic clean
+       -rm -f config.status
+       -rm -f libtool
+
+maintainer-clean:  maintainer-clean-generic distclean
+       @echo "This command is intended for maintainers to use;"
+       @echo "it deletes files that may require special tools to rebuild."
+
+.PHONY: uninstall-ginactutorialDATA install-ginactutorialDATA tags \
+distdir info dvi installcheck install-exec install-data install \
+uninstall all installdirs mostlyclean-generic distclean-generic \
+clean-generic maintainer-clean-generic clean mostlyclean distclean \
+maintainer-clean
+
+
+%.eps: %.fig
+       @if [ "${FIG2DEV}" ]; then \
+         echo "Running ${FIG2DEV} -L ps -m 0.8 $< $@..."; \
+         ${FIG2DEV} -L ps -m 0.8 $< $@; \
+       else \
+         echo "warning: fig2dev was not found by configure"; \
+       fi
+
+%.png: %.fig
+       @if [ "${FIG2DEV}" ]; then \
+         echo "Running ${FIG2DEV} -L png $< $@..."; \
+         ${FIG2DEV} -L png $< $@; \
+       else \
+         echo "warning: fig2dev was not found by configure"; \
+       fi
+
+index.html: tutorial.sgml.in $(PNG)
+       @if [ "${JADE}" ]; then \
+         sed -e 's/graext/png/g' -e 's/GRAEXT/GIF/g' tutorial.sgml.in > tutorial.sgml; \
+         echo "Running ${JADE} ${JADEARGS_HTML} tutorial.sgml..."; \
+         ${JADE} ${JADEARGS_HTML} tutorial.sgml; \
+         if [ -f book1.html ]; then mv book1.html index.html; fi; \
+       else \
+         echo "warning: target tutorial_html disabled by configuration"; \
+       fi
+
+tutorial.tex: tutorial.sgml.in $(EPS)
+       @if [ "${JADE}" -a "${LATEX}" ]; then \
+         sed -e 's/graext/eps/g' -e 's/GRAEXT/EPS/g' tutorial.sgml.in > tutorial.sgml; \
+         echo "Running ${JADE} ${JADEARGS_TEX} tutorial.sgml..."; \
+         ${JADE} ${JADEARGS_TEX} tutorial.sgml ; \
+       else \
+         echo "warning: target tutorial.tex disabled by configuration"; \
+       fi
+
+tutorial.dvi: tutorial.tex
+       @if [ "${JADETEX}" ]; then \
+         echo "Running ${JADETEX} tutorial.tex..."; \
+         ${JADETEX} tutorial.tex && ${JADETEX} tutorial.tex && ${JADETEX} tutorial.tex; \
+       else \
+         echo "warning: target tutorial.dvi disabled by configuration"; \
+       fi
+
+tutorial.ps: tutorial.dvi
+       @if [ "${DVIPS}" ]; then \
+         echo "Running ${DVIPS} tutorial.dvi -o tutorial.ps..."; \
+         ${DVIPS} tutorial.dvi -o tutorial.ps; \
+       else \
+         echo "warning: target tutorial.ps disabled by configuration"; \
+       fi
+
+install-data-local:
+       @for p in *.html; do \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
+         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+       @for p in *.png; do \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
+         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+
+uninstall-local:
+       @for p in *.html; do \
+         echo " rm -f $(DESTDIR)$(ginactutorialdir)/$$p"; \
+         rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+       @for p in *.png; do \
+         echo " rm -f $(DESTDIR)$(ginactutorialdir)/$$p"; \
+         rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
+       done
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
similarity index 100%
rename from doc/rep_naive.fig
rename to doc/tutorial/rep_naive.fig
similarity index 100%
rename from doc/rep_pair.fig
rename to doc/tutorial/rep_pair.fig
index f757935a6bccd20af31ded7d637bffc5cb7eabde..7144b92876e2e57f5fd35b0cec81b28342283a30 100644 (file)
@@ -88,6 +88,8 @@ MAKEINFO = @MAKEINFO@
 NM = @NM@
 PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@
+REFERENCE_TARGETS = @REFERENCE_TARGETS@
+TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
 VERSION = @VERSION@
 YACC = @YACC@
 
index a97b8fbe4ec6d8636b37ed7bb240abeddcffc2d2..372546f16557cb22694f8ccaa03011d14d924442 100644 (file)
@@ -88,6 +88,8 @@ MAKEINFO = @MAKEINFO@
 NM = @NM@
 PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@
+REFERENCE_TARGETS = @REFERENCE_TARGETS@
+TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
 VERSION = @VERSION@
 YACC = @YACC@