File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ RUN git clone https://github.com/crystal-lang/crystal \
93
93
&& mkdir .build \
94
94
&& cc '/crystal-musl.o' -o '.build/crystal' -rdynamic src/llvm/ext/llvm_ext.o `llvm-config --libs --system-libs --ldflags` -lstdc++ -lpcre -lm -lgc -lpthread src/ext/libcrystal.a -levent -lrt \
95
95
\
96
- && make docs \
97
96
&& touch src/compiler/crystal.cr \
98
97
&& make crystal stats=true static=true ${release:+release=true} \
99
98
CRYSTAL_CONFIG_TARGET=${gnu_target}
@@ -137,9 +136,8 @@ RUN \
137
136
&& mkdir -p /output/share/crystal/ \
138
137
&& cp -r /crystal/src /output/share/crystal/src \
139
138
\
140
- # Copy html docs and samples
139
+ # Copy samples
141
140
&& mkdir -p /output/share/doc/crystal/ \
142
- && cp -r /crystal/docs /output/share/doc/crystal/api \
143
141
&& cp -r /crystal/samples /output/share/doc/crystal/examples \
144
142
\
145
143
# Copy and compress manpages
You can’t perform that action at this time.
0 commit comments