Home | History | Annotate | Line # | Download | only in time
      1 #! /bin/sh
      2 
      3 #
      4 # $NetBSD: tzcode2netbsd,v 1.6 2015/07/11 16:09:15 christos Exp $
      5 #
      6 # Convert an extracted tzcode distribution into the format suitable
      7 # for importing it into the NetBSD source tree.
      8 # Last updated for: tzcode2004a.
      9 # 
     10 
     11 NOIMPORT="Makefile
     12 	date.1 date.1.txt date.c
     13 	gccdiffs
     14 	itca.jpg
     15 	logwtmp.c
     16 	newctime.3.txt
     17 	newstrftime.3 newstrftime.3.txt
     18 	newtzset.3.txt
     19 	time2posix.3.txt
     20 	tzfile.5.txt
     21 	tzselect.8.txt
     22 	usno1988 usno1989 usno1989a usno1995 usno1997 usno1998
     23 	zdump.8.txt
     24 	zic.8.txt"
     25 
     26 #rm -f ${NOIMPORT}
     27 #mv tzfile.h ../../../include
     28 
     29 echo remember to check tzfile.h in ../../../include
     30 echo you can find the current version in the Makefile
     31 echo we don't use this script anymore to import, but diff against the
     32 echo current version and apply patches.
     33