From af8f0a21a01c4b88b75e6ef8ff9dc3724ab7a7b7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 7 Nov 2010 20:11:10 +0000 Subject: [PATCH] Remove targets related to a recently removed file. git-svn-id: https://svn.dealii.org/trunk@22624 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deal.II/doc/development/Makefile b/deal.II/doc/development/Makefile index 1cc3129739..9fb511bbfe 100644 --- a/deal.II/doc/development/Makefile +++ b/deal.II/doc/development/Makefile @@ -5,7 +5,7 @@ D = ../.. include $D/common/Make.global_options -default: makefiles.html makefile.small.html makefile.large.html makefile.rules.html +default: makefiles.html makefile.small.html makefile.large.html # Have a list of variables defined in common/Make.global_options and expand them into @@ -132,9 +132,6 @@ makefile.small.html: Makefile.small makefile.large.html: Makefile.large @$(PERL) makefile2html < $< > $@ -makefile.rules.html: $D/common/Makefile.template - @$(PERL) makefile2html < $< > $@ - validate-xrefs: @$(PERL) $D/common/scripts/validate-xrefs.pl \ $(filter-out makefiles.1.html makefiles.2.html, \ -- 2.39.5