From: Wolfgang Bangerth Date: Thu, 18 Mar 2004 20:53:30 +0000 (+0000) Subject: Get rid of one variable. X-Git-Tag: v8.0.0~15522 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc197922802e00c849e642a63ca2a733218d1dd;p=dealii.git Get rid of one variable. git-svn-id: https://svn.dealii.org/trunk@8826 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.)