a3b8edba14
- Makefile patch updated (still not incorporated upstream).
12 lines
352 B
Diff
12 lines
352 B
Diff
--- ocamlgraph-1.1/Makefile.in.orig 2009-08-07 22:07:11.000000000 -0400
|
|
+++ ocamlgraph-1.1/Makefile.in 2009-08-07 22:07:29.000000000 -0400
|
|
@@ -298,7 +298,7 @@
|
|
mkdir -p doc
|
|
rm -f doc/*
|
|
$(OCAMLDOC) -d doc -html $(INCLUDES) $(DOC_SRC)
|
|
- $(MAKE) -C $(VIEWER_DIR) doc
|
|
+# $(MAKE) -C $(VIEWER_DIR) doc
|
|
|
|
# literate programming
|
|
$(NAME).tex: $(DOC_SRC)
|