Skip to content

Commit 79aa0f2

Browse files
authored
Merge pull request #618 from svillemot/docsdir
make.inc.gfortran: define a default value for DOCSDIR
2 parents 5303530 + c657043 commit 79aa0f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

INSTALL/make.inc.gfortran

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ CBLASLIB = $(TOPSRCDIR)/libcblas.a
7979
LAPACKLIB = $(TOPSRCDIR)/liblapack.a
8080
TMGLIB = $(TOPSRCDIR)/libtmglib.a
8181
LAPACKELIB = $(TOPSRCDIR)/liblapacke.a
82+
83+
# DOCUMENTATION DIRECTORY
84+
# If you generate html pages (make html), documentation will be placed in $(DOCSDIR)/explore-html
85+
# If you generate man pages (make man), documentation will be placed in $(DOCSDIR)/man
86+
DOCSDIR = $(TOPSRCDIR)/DOCS

0 commit comments

Comments
 (0)