File: debianization-documentation.patch

package info (click to toggle)
gap-float 0.9.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 612 kB
  • sloc: ansic: 2,537; cpp: 1,998; xml: 184; makefile: 99; sh: 1
file content (16 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: debianization: documentation
 Meant to address Debian specific requirements and stuff for documentation.
Origin: vendor, Debian
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;