File: nodoc.patch

package info (click to toggle)
gnustep-performance 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 420 kB
  • sloc: objc: 5,294; makefile: 18
file content (17 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Add support for the "nodoc" profile.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: not-needed
Last-Update: 2023-02-28
---

--- gnustep-performance.orig/GNUmakefile
+++ gnustep-performance/GNUmakefile
@@ -85,6 +85,8 @@
 # found ... simply skip generation of java wrappers in that case.
 -include $(GNUSTEP_MAKEFILES)/java-wrapper.make
 include $(GNUSTEP_MAKEFILES)/test-tool.make
+ifeq ($(doc),yes)
 include $(GNUSTEP_MAKEFILES)/documentation.make
+endif
 
 -include GNUmakefile.postamble