Skip to content

Commit 2c992bc

Browse files
committed
minor change to guild script.
1 parent 0fdba8d commit 2c992bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ EXEOUT='json' #name of example program
3232
MODCODE='json_module' #json module file name (no extension)
3333
EXAMPLECODE='json_example' #example program file name (no extension)
3434
ROBODOC='robodoc' #robodoc executable name
35-
ROBOFLAGS="--src ${SRCDIR} --doc ${DOCDIR} --multidoc --html --ignore_case_when_linking --syntaxcolors --source_line_numbers --index --tabsize 4 --documenttitle jsonfortran --sections" #robodoc flags
35+
PROJECTNAME='jsonfortran' #project name for robodoc (example: jsonfortran_1.0.0)
36+
ROBOFLAGS="--src ${SRCDIR} --doc ${DOCDIR} --multidoc --html --ignore_case_when_linking --syntaxcolors --source_line_numbers --index --tabsize 4 --documenttitle ${PROJECTNAME} --sections" #robodoc flags
3637

3738
#
3839
# Compiler-specifics:

0 commit comments

Comments
 (0)