From ccfd78a390b17caf164225e1210c693e83ace4ab Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 8 Jan 2001 08:32:46 +0000 Subject: [PATCH] Check references. git-svn-id: https://svn.dealii.org/trunk@3599 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/doc/news/Makefile b/deal.II/doc/news/Makefile index 6cef667265..d67a473fec 100644 --- a/deal.II/doc/news/Makefile +++ b/deal.II/doc/news/Makefile @@ -7,6 +7,9 @@ include $D/common/Make.global_options validate-xrefs: $(PERL) $D/doc/auto/scripts/validate-xrefs.pl *.html + for dir in 200* ; do cd $$dir ; $(MAKE) validate-xrefs ; cd .. ; done .PHONY: validate-xrefs + + -- 2.39.5