From: bangerth Date: Mon, 24 Jul 2006 15:47:50 +0000 (+0000) Subject: Work around one problem X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b44a6beff6f093c3651da83da24c517291c0b09;p=dealii-svn.git Work around one problem git-svn-id: https://svn.dealii.org/trunk@13429 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index 52cf0fb68e..b875df7eb7 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -26,7 +26,7 @@ deal.II deal.tag: tutorial \ $D/lac/include/*/*.h \ $D/deal.II/include/*/*.h \ headers/*.h \ - $(shell ls tutorial/doxygen/) + $(addprefix tutorial/doxygen/, $(shell ls tutorial/doxygen/)) @echo "=== Generating reference documentation. " \ "This can take several minutes..." @DOXYGEN@ deal.dox > doxygen.log @@ -58,4 +58,4 @@ clean: .PHONY: html tutorial private deal.II \ - validate-xrefs clean + validate-xrefs clean tutorial