summaryrefslogtreecommitdiffstats
path: root/debian/patches/do-not-build-docs.patch
blob: bd3345ad599b101b03d7bf2ff31c7e9261e8c347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Docs are non-DFSG
Author: Gianfranco Costamagna <locutusofborg@debian.org>

Last-Update: 2019-01-07

diff --git a/src/kmk/configure.ac b/src/kmk/configure.ac
index 76a38a2..69b09c8 100644
--- a/src/kmk/configure.ac
+++ b/src/kmk/configure.ac
@@ -513,7 +513,7 @@ AS_IF([test "x$make_cv_load" = xno && test "x$user_load" = xyes],
 #AC_CONFIG_FILES([Makefile glob/Makefile po/Makefile.in config/Makefile \
 #                 doc/Makefile w32/Makefile tests/config-flags.pm])
 AC_CONFIG_FILES([Makefile glob/Makefile config/Makefile \
-                 doc/Makefile w32/Makefile tests/config-flags.pm])
+                 w32/Makefile tests/config-flags.pm])
 
 # OK, do it!