blob: 2ec04bb084123257f094f4e906834cdb02d22bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.4 2016/02/10 09:19:22 wiz Exp $
--- Makefile.in.orig 2014-01-22 20:23:45.000000000 +0000
+++ Makefile.in
@@ -286,7 +286,7 @@ MAINTAINERCLEANFILES = Makefile.in acloc
stamp-h.in config.log config.cache config.status
@HAVE_DOXYGEN_FALSE@DOC_DIR =
-@HAVE_DOXYGEN_TRUE@DOC_DIR = doc
+@HAVE_DOXYGEN_TRUE@DOC_DIR =
SUBDIRS = libjack jackd drivers example-clients tools config $(DOC_DIR) man python
DIST_SUBDIRS = config libjack jackd include drivers example-clients tools doc man python
pkgconfigdir = $(libdir)/pkgconfig
|