Path: utzoo!utgpu!news-server.csri.toronto.edu!helios.physics.utoronto.ca!ists!mike From: mike@ists.ists.ca (Mike Clarkson) Newsgroups: comp.windows.x Subject: Imakefile bug in xcalendar Message-ID: <6205@ists.ists.ca> Date: 15 Mar 90 06:47:16 GMT Organization: Institute for Space and Terrestrial Science Lines: 33 In X.V11R4/mit/contrib/clients/xcalendar the Imakefile forgets to install the help page. Note also that the location of the help page is wrong if you don't install in /usr/lib/X11 - you have to add the resource helpFile to the XCalendar.ad application defaults. Really it should have a compile time HELPFILE define. (X11 R4 PL 5, gcc 1.35, SunOS 3.5) Mike. *** Imakefile.dst Tue Oct 18 17:06:51 1988 --- Imakefile Thu Mar 15 01:44:29 1990 *************** *** 1,7 **** --- 1,9 ---- SRCS = xcalendar.c dayeditor.c lists.c OBJS = xcalendar.o dayeditor.o lists.o LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) + DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) ComplexProgramTarget(xcalendar) InstallAppDefaults(XCalendar) + InstallNonExec(xcalendar.hlp, $(LIBDIR)) -- Mike Clarkson mike@ists.ists.ca Institute for Space and Terrestrial Science uunet!attcan!ists!mike York University, North York, Ontario, FORTRAN - just say no. CANADA M3J 1P3 +1 (416) 736-5611