From: Wolfgang Bangerth Date: Mon, 31 Jan 2000 12:09:28 +0000 (+0000) Subject: Better doc of the include path variables. X-Git-Tag: v8.0.0~21070 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b29aae8ea0d16645bb82a6819ea3dc770d9edea;p=dealii.git Better doc of the include path variables. git-svn-id: https://svn.dealii.org/trunk@2290 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/makefiles.1.html b/deal.II/doc/development/makefiles.1.html index fb7e8f88ef..c843c5a0e7 100644 --- a/deal.II/doc/development/makefiles.1.html +++ b/deal.II/doc/development/makefiles.1.html @@ -141,22 +141,29 @@
include-path-base

Same as for lib-path-base, but contains the paths - to the include files of the /base library + to the include files of the /base library. Note, however, + that since files are usually included as #include + <base/xxx.h>, the value of the + include-path-base only leads up to the directory + directly above the include files. They are thus located in + $(include-path-base)/base.

include-path-lac

- Same for the /lac library + Same for the /lac library. The files are in + $(include-path-lac)/lac.

include-path-deal2

- Same for the /deal.II library -

+ Same for the /deal.II library. Include files are in + $(include-path-deal2)/*. +