File: do-not-build-docs.patch

package info (click to toggle)
kbuild 1%3A0.1.9998svn3293%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,848 kB
  • sloc: ansic: 168,749; sh: 6,213; cpp: 4,566; perl: 1,732; sed: 1,112; makefile: 875; asm: 800; xml: 589; yacc: 463; lex: 172; lisp: 26
file content (18 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (2)
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
@@ -512,7 +512,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!