From: Wolfgang Bangerth Date: Mon, 8 Jan 2001 08:33:15 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~19854 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6628f57db16e80dab3565a2a6d2b140230406f;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@3600 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/Makefile b/deal.II/doc/news/2000/Makefile new file mode 100644 index 0000000000..182c337dc5 --- /dev/null +++ b/deal.II/doc/news/2000/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 + diff --git a/deal.II/doc/news/2001/Makefile b/deal.II/doc/news/2001/Makefile new file mode 100644 index 0000000000..182c337dc5 --- /dev/null +++ b/deal.II/doc/news/2001/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 +