diff options
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) + |