File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 29
29
- name : Install packages
30
30
run : |
31
31
sudo apt-get update
32
- sudo apt-get install automake libtool libdb5.3-dev libxml2-dev libcjson-dev bison flex help2man gettext texlive
32
+ sudo apt-get install automake libtool libdb5.3-dev libxml2-dev libcjson-dev bison flex help2man gettext texlive texlive-latex-extra texlive-plain-generic
33
33
34
34
- name : Set git user
35
35
run : |
38
38
39
39
- name : bootstrap
40
40
run : |
41
+ cd guide
41
42
make pdf
42
43
43
44
- name : Upload some pdfs
Original file line number Diff line number Diff line change @@ -125,23 +125,23 @@ info-clean:
125
125
@rm -rvf info/gnucob* .info
126
126
127
127
128
- publish : HTML/gnucobpg.html $(CSS )
128
+ publish :: HTML/gnucobpg.html $(CSS )
129
129
test " $( WWW) "
130
130
scp HTML/gnucobpg.html $(WWW )
131
131
scp css/gnucobpg.css $(WWW ) /css/
132
132
scp js/tree.js $(WWW ) /js/
133
133
134
- publish-css : HTML/gnucobpg.html $(CSS )
134
+ publish-css :: HTML/gnucobpg.html $(CSS )
135
135
test " $( WWW) "
136
136
scp css/gnucobpg.css $(WWW ) /css/
137
137
scp js/tree.js $(WWW ) /js/
138
138
139
- publish-css : HTML/gnucobpr.html $(CSS )
139
+ publish-css :: HTML/gnucobpr.html $(CSS )
140
140
test " $( WWW) "
141
141
scp css/gnucobpr.css $(WWW ) /css/
142
142
scp js/tree.js $(WWW ) /js/
143
143
144
- publish : HTML/gnucobpr.html $(CSS )
144
+ publish :: HTML/gnucobpr.html $(CSS )
145
145
test " $( WWW) "
146
146
scp HTML/gnucobpr.html $(WWW )
147
147
scp css/gnucobpr.css $(WWW ) /css/
You can’t perform that action at this time.
0 commit comments