]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add Makefile for this directory.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 17 May 1998 20:19:07 +0000 (20:19 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 17 May 1998 20:19:07 +0000 (20:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@294 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/Attic/doc/Makefile [new file with mode: 0644]

diff --git a/deal.II/lac/Attic/doc/Makefile b/deal.II/lac/Attic/doc/Makefile
new file mode 100644 (file)
index 0000000..d30a3c0
--- /dev/null
@@ -0,0 +1,27 @@
+# $Id$
+
+
+KDOCFLAGS   = -I../kdoc ../../../deal.II/doc/kdoc/kdoc -a -p
+kdoc.inc  = $(wildcard ../include/lac/*.h)
+
+
+
+doc-html: kdoc cvslog
+
+
+# make kdoc doc; make sure that the *.kdoc files exist by
+# using the dependancies and the following rules.
+kdoc: $(kdoc.inc)
+       cd doc.kdoc ; perl $(KDOCFLAGS) -ulac   -dlac   \
+               lac   $(kdoc.inc:..%=../..%)
+
+cvslog:
+       @cd .. ; ../deal.II/doc/cvslog/cvs2html -o doc/cvslog/lac -a -k
+
+clean:
+       rm -f   doc.kdoc/lac/* \
+               cvslog/* \
+               *~
+
+
+.PHONY: doc-html kdoc cvslog clean

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.