[comp.sources.games.bugs] Reve patch #1 - small adjustment needed for "make install".

richb@sunaus.oz (Rich Burridge) (11/09/90)

I knew with all those changes, I'd screw something up. Luckily it's
only a small one. In order to get a "make install" to work, you
need to change one list in Makefile.dist. It's probably better to just
do the equivalent change in your Makefile for now, and I'll fix this
up properly in the next patch.

At about line 193, change:

		-cp reve.6 $(MANDIR)/reve.$(MANSECT)

to

		-cp reve.man $(MANDIR)/reve.$(MANSECT)