File: do-not-build-docs.patch

package info (click to toggle)
kbuild 1%3A0.1.9998svn3686%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,712 kB
  • sloc: ansic: 344,267; sh: 30,227; perl: 4,570; cpp: 4,566; sed: 1,495; xml: 1,380; makefile: 1,320; asm: 800; yacc: 463; lex: 172; awk: 71; lisp: 26
file content (18 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (3)
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!