3 .
/helper.pl
--update-makefiles ||
exit 1
5 makefiles
=(makefile makefile_include.mk makefile.shared makefile.unix makefile.mingw makefile.msvc sources.cmake
tests
/sources.cmake
)
6 vcproj
=(libtomcrypt_VS2008.vcproj
)
8 if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
9 git add
${makefiles[@]} ${vcproj[@]} doc
/Doxyfile
&& git commit
-m 'Update makefiles'
15 # git commit: $Format:%H$
16 # commit time: $Format:%ai$