From: Wolfgang Bangerth Date: Mon, 8 Jan 2001 08:32:46 +0000 (+0000) Subject: Check references. X-Git-Tag: v8.0.0~19855 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccfd78a390b17caf164225e1210c693e83ace4ab;p=dealii.git Check references. git-svn-id: https://svn.dealii.org/trunk@3599 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 + +