Date: Friday April 27, 2001 @ 21:42 Author: cameron Update of /home/netrek/cvsroot/Vanilla/docs In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv19436/docs Modified Files: Makefile.in Added Files: sample_sysdef.in Removed Files: sample_sysdef Log Message: Sat Apr 28 11:39:39 2001 Benjamin `Quisar' Lerman <quisar at quisar.ambre.net> * configure.in, docs/sample_sysdef.in, docs/Makefile.in, INSTALL.INL: change configure --with-inl to also set .sysdef and update installation instructions. * ntserv/commands.c, robotd/util.c, robots/inlcmds.c: remove compiler warnings. * tools/nuke.c, tools/Makefile.in: restore nuke for systems that do not have ipcrm(8). * tools/ltd_convert.c, tools/sortdb.c: return must give value. **************************************** Index: Vanilla/docs/Makefile.in diff -u Vanilla/docs/Makefile.in:1.1 Vanilla/docs/Makefile.in:1.2 --- Vanilla/docs/Makefile.in:1.1 Thu Apr 26 19:45:19 2001 +++ Vanilla/docs/Makefile.in Fri Apr 27 21:42:34 2001 @@ -18,7 +18,7 @@ INSTALLDATA = @INSTALL_DATA@ DOCS = ${srcdir}/sample_features ${srcdir}/sample_motdclue \ - ${srcdir}/sample_sysdef ${srcdir}/sample_motd ${srcdir}/sample_ports \ + sample_sysdef ${srcdir}/sample_motd ${srcdir}/sample_ports \ ${srcdir}/sample_time ${srcdir}/sample_motdbasep \ ${srcdir}/sample_reserved ${srcdir}/sample_tourn.map @@ -36,7 +36,7 @@ $(INSTALLDATA) ${srcdir}/sample_motdbasep $(LIBDIR)/motd_basep_logo.MASTER ; \ fi if [ ! -f $(LIBDIR)/.sysdef ]; then \ - $(INSTALLDATA) ${srcdir}/sample_sysdef $(LIBDIR)/.sysdef ; \ + $(INSTALLDATA) sample_sysdef $(LIBDIR)/.sysdef ; \ fi if [ ! -f $(LIBDIR)/.motd ]; then \ $(INSTALLDATA) ${srcdir}/sample_motd $(LIBDIR)/.motd ; \