fixed mandir

the mandir variable in the makefile should point only to the top level
of the man tree.
This commit is contained in:
William Hubbs 2009-10-09 11:10:49 -05:00
commit 4cfcd7ba11

View file

@ -1,8 +1,8 @@
INSTALL ?= install
PREFIX ?= /usr/local
MANDIR ?= $(PREFIX)/share/man/man8
BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man
AUDIO ?= portaudio
@ -29,9 +29,9 @@ all: espeakup
install: espeakup
$(INSTALL) -d $(DESTDIR)$(BINDIR)
$(INSTALL) -d $(DESTDIR)$(MANDIR)
$(INSTALL) -d $(DESTDIR)$(MANDIR)/man8
$(INSTALL) $< $(DESTDIR)$(BINDIR)
$(INSTALL) espeakup.8 $(DESTDIR)$(MANDIR)
$(INSTALL) espeakup.8 $(DESTDIR)$(MANDIR)/man8
clean:
$(RM) *.d *.o