freebsd-ports/devel/avr-libc/files/patch-doxygen13
Joerg Wunsch f32fa3f28b Update this port to a recent snapshot from the avr-libc 1.0 branch.
Since this branch assumes doxygen 1.2, a patch is needed.  Doxygen 1.3.x
by default generates a non-JavaScript capable tree view, so my old hack
in the avr-libc source can be avoided.
2003-09-09 21:18:36 +00:00

11 lines
421 B
Text

--- doc/api/Makefile.in.orig Tue Sep 9 21:30:47 2003
+++ doc/api/Makefile.in Tue Sep 9 22:44:08 2003
@@ -289,7 +289,7 @@
ps: demo $(TARGET_DOX_PS)
# Rule for generating html output.
-html: demo $(TARGET_DOX_HTML) fix_png fix_anchors fix_javascript
+html: demo $(TARGET_DOX_HTML) fix_png fix_anchors #fix_javascript
# Make the background color of the png's transparent.
fix_png: $(wildcard $(USER_MANUAL)/*.png)