]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move the tutorial subdirectory into the doxygen/ directory, since that is where the...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jul 2006 15:20:09 +0000 (15:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jul 2006 15:20:09 +0000 (15:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@13426 0785d39b-7218-0410-832d-ea1e28bc413d

15 files changed:
deal.II/doc/Makefile.in
deal.II/doc/doxygen/Makefile.in
deal.II/doc/doxygen/deal.dox
deal.II/doc/doxygen/tutorial/Makefile [moved from deal.II/doc/tutorial/chapter-2.step-by-step/Makefile with 100% similarity]
deal.II/doc/doxygen/tutorial/foot.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/foot.html with 100% similarity]
deal.II/doc/doxygen/tutorial/head.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/head.html with 100% similarity]
deal.II/doc/doxygen/tutorial/index.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/index.html with 100% similarity]
deal.II/doc/doxygen/tutorial/navbar.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/navbar.html with 100% similarity]
deal.II/doc/doxygen/tutorial/program2doxygen [moved from deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen with 100% similarity]
deal.II/doc/doxygen/tutorial/program2doxyplain [moved from deal.II/doc/tutorial/chapter-2.step-by-step/program2doxyplain with 100% similarity]
deal.II/doc/doxygen/tutorial/program2html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/program2html with 100% similarity]
deal.II/doc/doxygen/tutorial/program2plain [moved from deal.II/doc/tutorial/chapter-2.step-by-step/program2plain with 100% similarity]
deal.II/doc/doxygen/tutorial/program2toc [moved from deal.II/doc/tutorial/chapter-2.step-by-step/program2toc with 100% similarity]
deal.II/doc/doxygen/tutorial/title.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/title.html with 100% similarity]
deal.II/doc/doxygen/tutorial/toc.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/toc.html with 100% similarity]

index 2eb549906450d9ab0623cf994344543eb1519c91..28b8f290d832541c766caacd86eebbbf66f20e71 100644 (file)
@@ -10,19 +10,16 @@ include $D/common/Make.global_options
 # default target. make sure validate-xrefs is only run after
 # everything else (can't appear in the list of dependencies since
 # would be run at the same time for parallel makes)
-default: doxygen tutorial development
+default: doxygen development
        @$(MAKE) validate-xrefs
 
 all: default
 
 
 # specific targets
-doxygen: tutorial
+doxygen:
        cd doxygen ; rm -f *.tag ; $(MAKE)
 
-tutorial:
-       cd tutorial ; $(MAKE)
-
 development:
        cd development ; $(MAKE)
 
@@ -34,7 +31,6 @@ validate-xrefs:
        @echo "Validating cross-references in HTML files."
        $(PERL) $D/common/scripts/validate-xrefs.pl *html
        cd doxygen ; $(MAKE) validate-xrefs
-       cd tutorial ; $(MAKE) validate-xrefs
        cd development ; $(MAKE) validate-xrefs
        cd publications ; $(MAKE) validate-xrefs
        cd news ; $(MAKE) validate-xrefs
@@ -42,10 +38,9 @@ validate-xrefs:
 
 
 clean:
-       cd tutorial ; $(MAKE) clean
        cd doxygen ; $(MAKE) clean
        cd development ; $(MAKE) clean
        cd glossary ; $(MAKE) clean
 
 
-.PHONY: default doxygen all autogen-doc autogen-doc-all tutorial clean development validate-xrefs glossary
+.PHONY: default doxygen all autogen-doc autogen-doc-all clean development validate-xrefs glossary
index bd47cd3e95264222f0b73a611c44ef0563c2fba9..21320bf4c200d99c12d9da28f36bef0bd7dc404f 100644 (file)
@@ -20,17 +20,22 @@ private:
 # generate documentation. write the output to a file so as not to hide the
 # important message to impatient observers that this process can take quite
 # a while
-deal.tag: deal.dox \
+deal.II deal.tag: tutorial \
+          deal.dox \
          $D/base/include/*/*.h \
          $D/lac/include/*/*.h \
          $D/deal.II/include/*/*.h \
          headers/*.h \
-         ../tutorial/chapter-2.step-by-step/doxygen/*.h
+         tutorial/doxygen/*.h
        @echo "=== Generating reference documentation. " \
               "This can take several minutes..."
        @DOXYGEN@ deal.dox > doxygen.log
 
-deal.II: deal.tag
+
+tutorial:
+       @cd tutorial ; $(MAKE)
+
+
 
 # validate cross references. there are so many html files in these
 # directories that we can just call
@@ -49,6 +54,8 @@ validate-xrefs:
 clean:
        -for i in deal.II/* ; do rm $$i ; done
        -rm *.tag
+       @cd tutorial ; $(MAKE) clean
+
 
-.PHONY: html private deal.II \
+.PHONY: html tutorial private deal.II \
        validate-xrefs clean
index 3eb9ec97cc939c07efc0fb8c708a5e050bd5bbf4..a99c3aa33bf29e8c73004059651522423e90733d 100644 (file)
@@ -10,7 +10,7 @@ INPUT    = headers/ \
        ../../deal.II/include/grid \
        ../../deal.II/include/multigrid \
        ../../deal.II/include/numerics \
-       ../tutorial/chapter-2.step-by-step/doxygen
+       tutorial/doxygen
 
 HTML_OUTPUT      = deal.II
 LATEX_OUTPUT     = LaTeX/deal.II

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.