From: wolf Date: Wed, 5 Jun 2002 08:44:27 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b49ab128a165dc45531c26f336a70ebdd60cb5a;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@5992 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/Makefile b/deal.II/doc/news/2002/Makefile new file mode 100644 index 0000000000..182c337dc5 --- /dev/null +++ b/deal.II/doc/news/2002/Makefile @@ -0,0 +1,13 @@ +# $Id$ + +# include defaults file +D = ../../.. +include $D/common/Make.global_options + + +validate-xrefs: + $(PERL) $D/doc/auto/scripts/validate-xrefs.pl *.html + + +.PHONY: validate-xrefs +