openbsd-ports/devel/doxygen/patches/patch-examples_Makefile_in
2012-12-13 14:20:14 +00:00

12 lines
468 B
Plaintext

$OpenBSD: patch-examples_Makefile_in,v 1.5 2012/12/13 14:20:14 sthen Exp $
--- examples/Makefile.in.orig Wed Aug 3 12:53:24 2011
+++ examples/Makefile.in Wed Dec 12 23:37:05 2012
@@ -124,7 +124,5 @@ docstring/html/index.html: docstring.py docstring.cfg
# $(DOXYGEN)/bin/doxygen dbusxml.cfg
diagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg
-ifneq ($(HAVE_DOT),)
$(DOXYGEN)/bin/doxygen diagrams.cfg
-endif