From 5b49ab128a165dc45531c26f336a70ebdd60cb5a Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 5 Jun 2002 08:44:27 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@5992 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deal.II/doc/news/2002/Makefile 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 + -- 2.39.5