blob: dbb96dabbb53813745888179a451925570a1d628 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Makefile.am.orig 2015-08-06 23:49:54 UTC
+++ Makefile.am
@@ -1,9 +1,9 @@
SUBDIRS = src include
-if HAS_DOXYGEN
-SUBDIRS += doc
-endif
+#if HAS_DOXYGEN
+#SUBDIRS += doc
+#endif
PACKAGE = @PACKAGE@
VERSION = @VERSION@
|