summaryrefslogtreecommitdiff
path: root/devel/subversion-freebsd/files/patch-book-Makefile
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2004-08-19 20:40:29 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2004-08-19 20:40:29 +0000
commit2fc1597f2b3e4cf7096b8afa53c6cb5b5597f187 (patch)
tree76875dac54b65f080ffa645ac64e1c6f3b72b27e /devel/subversion-freebsd/files/patch-book-Makefile
parent- Update to 0.3.0. Only X11 is supported at the moment. (diff)
[1] Add patches for perl bindings, backported from subversion 1.1 branch
[2] Add optional ability to build HTML version of "Subversion book" [3] Add ability to build without libneon (with disabled WeDAV client) PR: ports/70368 with changes [1], ports/68781 [2] Submitted by: Rong-En Fan <rafan@infor.org> [1], Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [2]
Notes
Notes: svn path=/head/; revision=116726
Diffstat (limited to 'devel/subversion-freebsd/files/patch-book-Makefile')
-rw-r--r--devel/subversion-freebsd/files/patch-book-Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/devel/subversion-freebsd/files/patch-book-Makefile b/devel/subversion-freebsd/files/patch-book-Makefile
index 589fb2c2ecc9..662b08245c1b 100644
--- a/devel/subversion-freebsd/files/patch-book-Makefile
+++ b/devel/subversion-freebsd/files/patch-book-Makefile
@@ -1,6 +1,13 @@
---- doc/book/Makefile.orig Mon May 19 17:06:16 2003
-+++ doc/book/Makefile Mon May 19 17:22:14 2003
-@@ -98,7 +98,7 @@
+--- doc/book/Makefile.orig Fri Feb 20 01:57:40 2004
++++ doc/book/Makefile Wed Jul 7 19:58:29 2004
+@@ -1,5 +1,5 @@
+ XSLTPROC = xsltproc
+-INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion
++#INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion
+ INSTALL = install
+
+ ## You shouldn't normally need to edit anything below here.
+@@ -114,7 +114,7 @@
$(BOOK_INSTALL_DIR):
$(INSTALL) -d $(BOOK_INSTALL_DIR)
@@ -9,9 +16,9 @@
$(INSTALL) -d $(BOOK_INSTALL_DIR)/images
$(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR)
$(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR)
-@@ -111,10 +111,10 @@
+@@ -126,10 +126,10 @@
$(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR)
- $(INSTALL) $(BOOK_DIR)/images/*.png $(BOOK_INSTALL_DIR)/images
+ $(INSTALL) $(BOOK_IMAGES) $(BOOK_INSTALL_DIR)/images
-install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR)
+install-book-pdf: