File: debianization-documentation.patch

package info (click to toggle)
gap-float 1.0.9%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: ansic: 2,154; cpp: 2,018; xml: 194; makefile: 112; sh: 1
file content (17 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: debianization: documentation
 Meant to address Debian specific requirements and stuff for documentation.
Origin: vendor, Debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2016-10-14

--- a/makedoc.g
+++ b/makedoc.g
@@ -1,3 +1,7 @@
+SetPackagePath("float",".");
+LoadPackage("GAPDoc");
+##LoadPackage("float");
+
 #if fail = LoadPackage("AutoDoc", ">= 2016.01.21") then
 #    Error("AutoDoc 2016.01.21 or newer is required");
 #fi;