Skip to content

Commit 793eac3

Browse files
straight-shootabcardiff
authored andcommitted
Remove generated docs from linux packages (#30)
1 parent a6a7a32 commit 793eac3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

linux/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ RUN git clone https://github.com/crystal-lang/crystal \
9393
&& mkdir .build \
9494
&& 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 \
9595
\
96-
&& make docs \
9796
&& touch src/compiler/crystal.cr \
9897
&& make crystal stats=true static=true ${release:+release=true} \
9998
CRYSTAL_CONFIG_TARGET=${gnu_target}
@@ -137,9 +136,8 @@ RUN \
137136
&& mkdir -p /output/share/crystal/ \
138137
&& cp -r /crystal/src /output/share/crystal/src \
139138
\
140-
# Copy html docs and samples
139+
# Copy samples
141140
&& mkdir -p /output/share/doc/crystal/ \
142-
&& cp -r /crystal/docs /output/share/doc/crystal/api \
143141
&& cp -r /crystal/samples /output/share/doc/crystal/examples \
144142
\
145143
# Copy and compress manpages

0 commit comments

Comments
 (0)