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.
1 parent c8cb980 commit c657043Copy full SHA for c657043
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