From 0a7ec97b1d75f76dd7f786aa7917df1cfaf8240e Mon Sep 17 00:00:00 2001 From: helbig Date: Sun, 7 Dec 1997 19:04:14 +0000 Subject: Added easterog() and easteroj() which compute orthodox easter for Gregorian and Julian Calendar. Suggested by: Andrey --- lib/libcalendar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libcalendar/Makefile') diff --git a/lib/libcalendar/Makefile b/lib/libcalendar/Makefile index fe41148..5e2a345 100644 --- a/lib/libcalendar/Makefile +++ b/lib/libcalendar/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/04 10:41:49 helbig Exp $ LIB= calendar @@ -6,7 +6,7 @@ SRCS= calendar.c easter.c MAN3= calendar.3 -MLINKS= calendar.3 easterg.3 calendar.3 easterj.3 \ +MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \ calendar.3 gdate.3 calendar.3 jdate.3 \ calendar.3 ndaysg.3 calendar.3 ndaysj.3 \ calendar.3 week.3 calendar.3 weekday.3 -- cgit v1.1