ports/devel/subversion16/files/patch-doc::book::Makefile
Lev A. Serebryakov 0c55337c26 (1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0
(2) Add installation of usefuls scripts and tools into `share/subversion'
  (3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on STABLE now.

PR:		73135, 72551, 52797, 72665.
Submitted by:	Many people, especially bmah@
2004-11-05 15:42:05 +00:00

31 lines
1 KiB
Text

--- doc/book/Makefile.orig 2004-09-14 06:50:26.000000000 +0400
+++ doc/book/Makefile 2004-11-05 11:33:23.265625000 +0300
@@ -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.
@@ -118,7 +118,7 @@
$(BOOK_INSTALL_DIR):
$(INSTALL) -d $(BOOK_INSTALL_DIR)
-install-book-html: $(BOOK_HTML_TARGET)
+install-book-html:
$(INSTALL) -d $(BOOK_INSTALL_DIR)/images
$(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR)
$(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR)
@@ -130,10 +130,10 @@
$(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR)
$(INSTALL) $(BOOK_IMAGES) $(BOOK_INSTALL_DIR)/images
-install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR)
+install-book-pdf:
$(INSTALL) $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR)
-install-book-ps: $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR)
+install-book-ps:
$(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR)
book-clean: