You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#echo "ERROR: svnversion returns an error code! Is SVN installed in the system???"
161
+
#echo " You can use the argument -s to skip SVN number extraction. See README."
162
+
#exit 1
163
+
echo"WARNING: git returns an error code! Is git installed in the system???"
164
+
MRPT_SVN_NUMBER = ""
165
+
fi
166
+
printf"OK (%s)\n""$MRPT_SVN_NUMBER"
150
167
fi
151
168
152
169
# Build the complete library name:
@@ -200,7 +217,7 @@ mkdir doc/chm
200
217
CHM_FILENAME="libMRPT-$MRPT_VERSION_STR.chm"
201
218
202
219
# Create the DOXYGEN scripts by replacing constant values:
203
-
# We parse the file doxygen_project.txt.in into the
220
+
# We parse the file doxygen_project.txt.in into the
204
221
# file doxygen_project.txt, by replacing:
205
222
#
206
223
# $MRPT_COMPLETE_NAME
@@ -219,11 +236,11 @@ printf "Generating the html footer..."
219
236
220
237
if [ "$includeCounter"="YES" ]
221
238
then
222
-
WEB_COUNTER_STR='<script type="text/javascript"> var sc_project=2835288; var sc_invisible=0; var sc_partition=28; var sc_security="862cd600";</script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript> <div class="statcounter"><img class="statcounter" src="http://c29.statcounter.com/2835288/0/862cd600/0/" alt="free html hit counter" ></div></noscript>'
223
-
239
+
WEB_COUNTER_STR='<script type="text/javascript"> var sc_project=2835288; var sc_invisible=0; var sc_partition=28; var sc_security="862cd600";</script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript> <div class="statcounter"><img class="statcounter" src="http://c29.statcounter.com/2835288/0/862cd600/0/" alt="free html hit counter" ></div></noscript>'
240
+
224
241
# Note: The trailing "$" is to allow escaping the single quotes like in ANSI C:
0 commit comments