From 2307b44c4f8e7aced82718ab3f143e4688478e1d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Jan 2006 15:20:31 +0000 Subject: [PATCH] # 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) git-svn-id: https://svn.dealii.org/trunk@12185 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/Makefile.in b/deal.II/doc/Makefile.in index 050ac0b4b5..5e2e4e1a60 100644 --- a/deal.II/doc/Makefile.in +++ b/deal.II/doc/Makefile.in @@ -7,8 +7,11 @@ D = @prefix@ include $D/common/Make.global_options -# generic targets -default: doxygen tutorial development validate-xrefs +# 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 + @$(MAKE) validate-xrefs all: default -- 2.39.5