From: wolf Date: Thu, 10 Feb 2000 12:39:50 +0000 (+0000) Subject: Small reindent. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a452b7f90cb86340e59046d81b87d9bf41d2549c;p=dealii-svn.git Small reindent. git-svn-id: https://svn.dealii.org/trunk@2359 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index b18f5c7961..e3ad9f856a 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -117,9 +117,12 @@ tex-doc: @echo TODO: - @cat $D/base/Todo $D/lac/Todo $D/deal.II/Todo > TODO - @grep //TODO $D/base/include/*/*.h $D/base/source/*.cc $D/lac/include/*/*.h $D/lac/source/*.cc $D/deal.II/include/*/*.h $D/deal.II/source/*/*.cc >> TODO -# @grep \#TODO Makefile Make.g* Makefile.template $D/*/source/Makefile $D/*/Makefile >> TODO + @cat $D/base/Todo $D/lac/Todo $D/deal.II/Todo > $@ + @grep //TODO $D/base/include/*/*.h $D/base/source/*.cc \ + $D/lac/include/*/*.h $D/lac/source/*.cc \ + $D/deal.II/include/*/*.h $D/deal.II/source/*/*.cc \ + >> $@ + TAGS: $(filter-out %/forward_declarations.h, \ $(shell echo $D/base/source/*.cc $D/base/include/*/*.h \ diff --git a/deal.II/common/Makefile b/deal.II/common/Makefile index b18f5c7961..e3ad9f856a 100644 --- a/deal.II/common/Makefile +++ b/deal.II/common/Makefile @@ -117,9 +117,12 @@ tex-doc: @echo TODO: - @cat $D/base/Todo $D/lac/Todo $D/deal.II/Todo > TODO - @grep //TODO $D/base/include/*/*.h $D/base/source/*.cc $D/lac/include/*/*.h $D/lac/source/*.cc $D/deal.II/include/*/*.h $D/deal.II/source/*/*.cc >> TODO -# @grep \#TODO Makefile Make.g* Makefile.template $D/*/source/Makefile $D/*/Makefile >> TODO + @cat $D/base/Todo $D/lac/Todo $D/deal.II/Todo > $@ + @grep //TODO $D/base/include/*/*.h $D/base/source/*.cc \ + $D/lac/include/*/*.h $D/lac/source/*.cc \ + $D/deal.II/include/*/*.h $D/deal.II/source/*/*.cc \ + >> $@ + TAGS: $(filter-out %/forward_declarations.h, \ $(shell echo $D/base/source/*.cc $D/base/include/*/*.h \