From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq/ /ChangeLog /Makefile.in elFile/Makefile ... Date: Fri, 09 Jun 2000 07:52:00 -0000 Message-id: <20000609145241.21434.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00224.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sourceware.cygnus.com 00/06/09 07:52:41 Modified files: . : ChangeLog Makefile.in SelFile : Makefile.in curses : Makefile.in Imakefile doc : Makefile.in images : Makefile.in kernel : Makefile.in unix.c lib : Makefile.in tcltk : Makefile.in win : Makefile.in x11 : Makefile.in Log message: Fix Unix installation issues, make consistent with FHS 2.1. * Makefile.in (datadir): Set to $(prefix)/share/xconq. (scoresdir): Set to /var/lib/xconq/scores, pass down to sub-makes. * kernel/Makefile.in (ALL_CFLAGS): Define XCONQSCORES. * unix.c (score_file_pathname): Use value of XCONQSCORES verbatim. * */Makefile.in (datadir): Set to $(prefix)/share/xconq. * curses/Imakefile (DEFINES): Don't define XCONQDATA. * tcltk/Makefile.in (ALL_CFLAGS): Ditto. * images/Makefile.in (imagesdir): Rename from gameimdir, set to $(datadir)/images. * x11/Makefile.in (install-only): Install ximfapp instead of xshowimf. (clean): Be more thorough.