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
|