diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-01-14 20:08:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-01-14 20:08:02 +0000 |
commit | 736724e00b3663dd6e0b689701ca916eb3836612 (patch) | |
tree | 5b93a6fa3c3a883611c04462c92df525d53e7eff /usr.bin/calendar/calendars/calendar.all | |
parent | 960ba549bc8d84cb146e91a099adcf8abb0e8438 (diff) |
add a calendar file for the uk;
this is the work of craig skinner - many thanks, craig.
i've tweaked it a bit. craig has also fixed a currently
incorrect date and moved a couple entries to the uk file/
some outstanding issues (what to do with dups) but it'll be
eaiser to work on once in tree
Diffstat (limited to 'usr.bin/calendar/calendars/calendar.all')
-rw-r--r-- | usr.bin/calendar/calendars/calendar.all | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index 172357dfe7a..8a1fb3a7c00 100644 --- a/usr.bin/calendar/calendars/calendar.all +++ b/usr.bin/calendar/calendars/calendar.all @@ -1,7 +1,7 @@ /* * International and national calendar files * - * $OpenBSD: calendar.all,v 1.5 2013/03/15 08:37:10 jmc Exp $ + * $OpenBSD: calendar.all,v 1.6 2016/01/14 20:08:01 jmc Exp $ */ #ifndef _calendar_all_ @@ -17,5 +17,6 @@ #include <calendar.ushistory> #include <calendar.space> #include <calendar.canada> +#include <calendar.uk> #endif /* !_calendar_all_ */ |