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

12 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: