Skip to content

Commit

Permalink
Merge branch 'v210-enhance'
Browse files Browse the repository at this point in the history
  • Loading branch information
egallesio committed Nov 20, 2023
2 parents cf89d89 + d44b5a1 commit 7fcbf99
Show file tree
Hide file tree
Showing 57 changed files with 16,907 additions and 13,470 deletions.
14 changes: 12 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -7675,8 +7675,18 @@ if test "X$HAS_CFLAGS" = "X" ;then
CONF_OPT="$CONF_OPT \\\"CPPFLAGS=$CPPFLAGS\\\""
fi


CONF_SUMMARY="(#:system ($SYST_LIBS) #:compiled ($COMP_LIBS) #:configure ($CONF_OPT))"
# Build the CONF_SUMMARY variable
confdirs="("
confdirs="${confdirs} #:libdir \\\"$libdir\\\" #:datadir \\\"$datadir\\\""
confdirs="${confdirs} #:docdir \\\"$docdir\\\" #:htmldir \\\"$htmldir\\\" #:pdfdir \\\"$pdfdir\\\""
confdirs="${confdirs})"

confsum="("
confsum="${confsum} #:system ($SYST_LIBS) #:compiled ($COMP_LIBS) #:configure ($CONF_OPT)"
confsum="${confsum} #:dirs ${confdirs}"
confsum="${confsum})"

CONF_SUMMARY="${confsum}"

# Determine the STRIP command to use
if test "X$STRIP" = "X" ;then
Expand Down
14 changes: 12 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,18 @@ if test "X$HAS_CFLAGS" = "X" ;then
CONF_OPT="$CONF_OPT \\\"CPPFLAGS=$CPPFLAGS\\\""
fi


CONF_SUMMARY="(#:system ($SYST_LIBS) #:compiled ($COMP_LIBS) #:configure ($CONF_OPT))"
# Build the CONF_SUMMARY variable
confdirs="("
confdirs="${confdirs} #:libdir \\\"$libdir\\\" #:datadir \\\"$datadir\\\""
confdirs="${confdirs} #:docdir \\\"$docdir\\\" #:htmldir \\\"$htmldir\\\" #:pdfdir \\\"$pdfdir\\\""
confdirs="${confdirs})"

confsum="("
confsum="${confsum} #:system ($SYST_LIBS) #:compiled ($COMP_LIBS) #:configure ($CONF_OPT)"
confsum="${confsum} #:dirs ${confdirs}"
confsum="${confsum})"

CONF_SUMMARY="${confsum}"

# Determine the STRIP command to use
if test "X$STRIP" = "X" ;then
Expand Down
10 changes: 7 additions & 3 deletions doc/HTML/pp.html
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,11 @@

.tocify-focus > a {
color: #7a2518;
}
}

/* Customize default CSS */
.sidebarblock { margin-top: -1em; }

</style>

<script type="text/javascript">
Expand Down Expand Up @@ -920,7 +924,7 @@ <h3 id="_special_variables">Special Variables</h3>
</div>
<div class="listingblock">
<div class="content">
<pre class="rouge highlight"><code data-lang="txt">STklos version: 1.70
<pre class="rouge highlight"><code data-lang="txt">STklos version: 2.00
stklos-pp version: 0.3</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1150,7 +1154,7 @@ <h3 id="_directives_if_else_and_end">Directives <code>If</code>, <code>Else</cod
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-02 20:24:44 +0200
Last updated 2023-11-11 17:17:20 +0100
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 7fcbf99

Please sign in to comment.