From f424d85bf4b260ce27c169d680b8c597994daace Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 1 May 2003 16:04:20 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@7530 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2003/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deal.II/doc/news/2003/Makefile diff --git a/deal.II/doc/news/2003/Makefile b/deal.II/doc/news/2003/Makefile new file mode 100644 index 0000000000..182c337dc5 --- /dev/null +++ b/deal.II/doc/news/2003/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