We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5303530 + c657043 commit 79aa0f2Copy full SHA for 79aa0f2
INSTALL/make.inc.gfortran
@@ -79,3 +79,8 @@ CBLASLIB = $(TOPSRCDIR)/libcblas.a
79
LAPACKLIB = $(TOPSRCDIR)/liblapack.a
80
TMGLIB = $(TOPSRCDIR)/libtmglib.a
81
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