1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/ocaml-sedlex/dont-build-doc.patch
Jakub Jirutka b32f932716 testing/ocaml-sedlex: new aport
https://github.com/alainfrisch/sedlex
An OCaml lexer generator for Unicode
2018-07-07 19:54:35 +02:00

11 lines
205 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
.PHONY: all opt clean test install package
all:
- (cd src/lib && $(MAKE) all doc)
+ (cd src/lib && $(MAKE) all)
(cd src/syntax && $(MAKE) all)
opt: