From 600f7474daddd1a73d93cec4d35502430d4c0576 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Aug 1998 12:00:35 +0000 Subject: [PATCH] Fix the problem that kdoc does not use the patched files in the directory where kdoc itself is located. git-svn-id: https://svn.dealii.org/trunk@471 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/Attic/doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/Attic/doc/Makefile b/deal.II/lac/Attic/doc/Makefile index d30a3c053d..6d0d0a6bcd 100644 --- a/deal.II/lac/Attic/doc/Makefile +++ b/deal.II/lac/Attic/doc/Makefile @@ -1,7 +1,7 @@ # $Id$ -KDOCFLAGS = -I../kdoc ../../../deal.II/doc/kdoc/kdoc -a -p +KDOCFLAGS = -I../../../deal.II/doc/kdoc ../../../deal.II/doc/kdoc/kdoc -a -p kdoc.inc = $(wildcard ../include/lac/*.h) -- 2.39.5