We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84667a1 commit f6201a2Copy full SHA for f6201a2
gpl-release/Docs/roff-mac.nr
@@ -6,7 +6,7 @@
6
.\"
7
.\" -- Determine what all of the fonts to be used are
8
9
-.if t .fp 1 R \{
+.if t .fp 1 R {
10
11
.\" -- Define the Fonts
12
\" font for the main body and page numbering
@@ -15,7 +15,7 @@
15
.cs 3 21.5
16
.fp 4 S \" just for completion
17
.po 1.0i
18
-.wh -1i PB \}
+.wh -1i PB }
19
20
.\" -- Define the strings for the program title and default section heading
21
.ds Ct "Conquer Version 5.0 Beta
packaging/melange/melange.yaml
@@ -34,6 +34,8 @@ environment:
34
- gawk
35
- groff
36
- groff-doc
37
+ - ghostscript # For PostScript processing
38
+ - ghostscript-fonts # This provides the standard PostScript fonts #
39
40
pipeline:
41
- uses: git-checkout
0 commit comments