ports/devel/git/files/patch-Documentation__Makefile
Wesley Shields 2e1f6ab5c9 Update to 1.9.0. [1]
Support staging and general cleanup.

PR:		[2]: ports/186696
Submitted by:	[1]: Dan McGregor (private mail)
		[2]: tijl@
2014-03-06 18:20:53 +00:00

26 lines
665 B
Text

--- ./Documentation/Makefile.orig 2013-08-27 12:08:25.000000000 -0400
+++ ./Documentation/Makefile 2013-08-27 12:09:18.000000000 -0400
@@ -83,11 +83,11 @@
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
+htmldir ?= $(prefix)/share/doc/git
infodir ?= $(prefix)/share/info
-pdfdir ?= $(prefix)/share/doc/git-doc
+pdfdir ?= $(prefix)/share/doc/git
mandir ?= $(prefix)/share/man
man1dir = $(mandir)/man1
man5dir = $(mandir)/man5
@@ -202,7 +202,7 @@
endif
endif
-all: html man
+all: html
html: $(DOC_HTML)