--- server/Makefile.orig Tue Jan 30 13:05:51 2001 +++ server/Makefile Fri May 16 16:36:47 2003 @@ -23,7 +23,7 @@ DEFINES = -WARN = -Wall -Wstrict-prototypes +WARN = -Wall #-Wstrict-prototypes CFLAGS = $(DEBUG) $(OPTIMIZE) $(WARN) @@ -102,20 +102,14 @@ @echo @echo "Installing the server:" cp $(GSI_SERVER) $(INSTALL_FILE) - @echo - @echo "Don't forget to place a line in /etc/services, like this:" - @echo "gsi_server 9000/tcp # Shared 3d sound server" - @echo "if you want to be able to run the server over a network." - @echo "[ note the security implications, see the documentation ]" - -install.man: doc/gsi_server.8 doc/gsi.conf.5 +install.man: doc/man8/gsi_server.8 doc/man5/gsi.conf.5 @echo @echo "Installing gsi_server man page:" - cp -f doc/gsi_server.8 $(MANDIR)/man8/ + cp -f doc/man8/gsi_server.8 $(MANDIR)/man8/ @echo @echo "Installing gsi.conf man page:" - cp -f doc/gsi.conf.5 $(MANDIR)/man5/ + cp -f doc/man5/gsi.conf.5 $(MANDIR)/man5/ uninstall.man: