From e3fae495f268b2fc839beb93bffca450669f8dc6 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 18 Mar 2004 20:53:30 +0000 Subject: [PATCH] Get rid of one variable. git-svn-id: https://svn.dealii.org/trunk@8826 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Makefile | 1 - deal.II/doc/development/makefiles.1.html | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/development/Makefile b/deal.II/doc/development/Makefile index 1b86652764..d425616b4b 100644 --- a/deal.II/doc/development/Makefile +++ b/deal.II/doc/development/Makefile @@ -54,7 +54,6 @@ makefiles.html: Makefile makefiles.1.html $D/common/Make.global_options makefile @echo '
  • include-path-contrib-hsl=$(include-path-contrib-hsl)' >> $@ @echo '
  • include-path-contrib-petsc=$(include-path-contrib-petsc)' >> $@ @echo '
  • include-path-contrib-petsc-bmake=$(include-path-contrib-petsc-bmake)' >> $@ - @echo '
  • include-path-contrib-petsc-mpi=$(include-path-contrib-petsc-mpi)' >> $@ @echo '
  • include-path-contrib-metis=$(include-path-contrib-metis)' >> $@ @echo '
  • INCLUDE=$(INCLUDE)' >> $@ @echo '
  • CXXFLAGS.g=$(CXXFLAGS.g)' >> $@ diff --git a/deal.II/doc/development/makefiles.1.html b/deal.II/doc/development/makefiles.1.html index 149b4f983f..c85f5cbd29 100644 --- a/deal.II/doc/development/makefiles.1.html +++ b/deal.II/doc/development/makefiles.1.html @@ -404,12 +404,11 @@
    include-path-contrib-petsc include-path-contrib-petsc-bmake - include-path-contrib-petsc-mpi

    If PETSc is used, then these variables have the paths to the usual - PETSc include files, the PETSc architecture dependent include - files, and the PETSC MPI dependent include files. + PETSc include files and the PETSc architecture dependent include + files. (See the ReadMe file for more information on installation of PETSC.) -- 2.39.5