aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-sedlex/dont-build-doc.patch
blob: 6ee1f00677e35bfa923193ec7a17c29fbaba3484 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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: