File: gnustep-tests-doc.patch

package info (click to toggle)
gnustep-make 2.9.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,676 kB
  • sloc: sh: 4,577; objc: 1,031; perl: 453; makefile: 56
file content (18 lines) | stat: -rw-r--r-- 625 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: Output the TestFramework README when --documentation is given.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: not-needed
Last-Update: 2025-02-13
---

--- gnustep-make.orig/TestFramework/gnustep-tests.in
+++ gnustep-make/TestFramework/gnustep-tests.in
@@ -104,7 +104,8 @@
       echo "current directory if no arguments are given."
       echo "Use 'gnustep-tests --help' for basic help."
       echo
-      cat $GSTESTTOP/README
+      zcat /usr/share/doc/gnustep-make-doc/README.TestFramework.gz \
+           || echo "The gnustep-make-doc package is not installed."
       exit 0
       ;;
     --sequential)