blob: 68b416c27a5c52b6bb53ee8154689c1ec8938825 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
- Explicitly remove "doc" from the list of subdirs to make. This allows us
to build and install the documentation optionally - depending on whether
NOPORTDOCS has been defined - in the port's post-install target.
-- Johann Visagie <wjv@FreeBSD.org>
--- Makefile.in.orig Wed Nov 7 17:09:47 2001
+++ Makefile.in Wed Nov 14 13:09:03 2001
@@ -123,7 +123,6 @@
src \
@SUBDIR_TESTS@ \
@SUBDIR_QTSQLXX@ \
-doc \
@SUBDIR_ISQLXX@ \
win32
|