Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
82aa0f2f20 | |
|
2e610c4db3 | |
|
dd3fe182af | |
![]() |
0d5c2078b3 | |
![]() |
6b25293f35 |
2333
src/docs/Doxyfile.in
2333
src/docs/Doxyfile.in
File diff suppressed because it is too large
Load Diff
|
@ -3,6 +3,8 @@
|
|||
# isodate_BUILT
|
||||
#
|
||||
|
||||
build_target libiso8601
|
||||
|
||||
if [ -z ${isodate_BUILT} ]
|
||||
then
|
||||
isodate="obj/isodate"
|
||||
|
|
|
@ -40,6 +40,7 @@ leap_second_days_table[] = {
|
|||
732676, /* 2005-12-31 */
|
||||
733772, /* 2008-12-31 */
|
||||
735049, /* 2012-06-30 */
|
||||
736144, /* 2015-06-30 */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
# setisodate_BUILT
|
||||
#
|
||||
|
||||
build_target libiso8601
|
||||
|
||||
if [ -z ${setisodate_BUILT} ]
|
||||
then
|
||||
setisodate="obj/setisodate"
|
||||
|
|
Loading…
Reference in New Issue