--- Documentation/Makefile.orig 2009-06-04 02:26:40.000000000 -0400 +++ Documentation/Makefile 2009-06-15 16:13:05.000000000 -0400 @@ -29,10 +29,10 @@ DOC_MAN5=$(patsubst %.txt,%.5,$(MAN5_TXT)) DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT)) -prefix?=$(HOME) +prefix?=$(PREFIX) bindir?=$(prefix)/bin -htmldir?=$(prefix)/share/doc/git-doc -pdfdir?=$(prefix)/share/doc/git-doc +htmldir?=$(prefix)/share/doc/git +pdfdir?=$(prefix)/share/doc/git mandir?=$(prefix)/share/man man1dir=$(mandir)/man1 man5dir=$(mandir)/man5 @@ -142,7 +142,7 @@ endif endif -all: html man +all: html html: $(DOC_HTML)