diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-08-20 03:01:29 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-08-20 03:01:29 +0000 |
commit | 1d4374a418cc1029f5b418440ed3fb857bbd41b6 (patch) | |
tree | 51fb3377335e8bf8ec3484a8d723c6bec44462ff /devel/git/files/patch-Documentation__Makefile | |
parent | Child - a Perl 5 OO interface to fork() (diff) |
Update to 1.7.2.2
Notes
Notes:
svn path=/head/; revision=259604
Diffstat (limited to 'devel/git/files/patch-Documentation__Makefile')
-rw-r--r-- | devel/git/files/patch-Documentation__Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/git/files/patch-Documentation__Makefile b/devel/git/files/patch-Documentation__Makefile index 93b5766ac493..0a53fbcbd3b3 100644 --- a/devel/git/files/patch-Documentation__Makefile +++ b/devel/git/files/patch-Documentation__Makefile @@ -1,5 +1,5 @@ ---- Documentation/Makefile.orig 2010-03-07 17:13:40.000000000 -0500 -+++ Documentation/Makefile 2010-03-14 12:02:57.551179596 -0400 +--- ./Documentation/Makefile.orig 2010-07-28 13:03:43.000000000 -0400 ++++ ./Documentation/Makefile 2010-08-16 21:56:14.233982716 -0400 @@ -30,10 +30,10 @@ DOC_MAN5=$(patsubst %.txt,%.5,$(MAN5_TXT)) DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT)) @@ -22,3 +22,4 @@ +all: html html: $(DOC_HTML) + |