summaryrefslogtreecommitdiff
path: root/cross/avr-libc/patches/patch-aa
blob: 0a29a000bfc69409b4f688ce5bf6907a6a8d702c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-aa,v 1.2 2004/12/30 18:03:16 kristerw Exp $

--- doc/api/Makefile.in.orig	2004-12-07 14:45:04.000000000 +0100
+++ doc/api/Makefile.in
@@ -128,7 +128,7 @@ avrlib_basedir = @avrlib_basedir@
 
 MAINTAINERCLEANFILES = Makefile.in stamp-vti
 
-CLEANFILES = *.html *.pdf *.ma *.mas *.ps doxygen-pdf.config                        *.png *.eps fix_png fix_anchors fix_javascript
+CLEANFILES = *.html *.pdf *.ma *.mas *.ps doxygen-pdf.config                        *.png *.eps fix_png fix_anchors
 
 
 EXTRA_DIST = dox.css dox_html_header dox_html_footer                        main_page.dox                        assembler.dox                        inline_asm.dox                        interrupts.dox                        acknowledge.dox                        malloc.dox                        $(IMAGE_SRC)                        sections.dox                        sfr.dox                        tools-install.dox                        using-avrprog.dox                        using-tools.dox                        faq.dox                        rel-method.dox                        unjs.pl
@@ -287,7 +287,7 @@ demo:
 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
 
 # Make the background color of the png's transparent.
 fix_png: $(wildcard $(USER_MANUAL)/*.png)
@@ -400,7 +400,6 @@ latex_pdf_src/refman.tex: doxygen-pdf.co
 
 doxygen-pdf.config: doxygen.config
 	sed \
-		-e '/USE_PDFLATEX/s/NO/YES/' \
 		-e '/LATEX_OUTPUT/s/latex_src/latex_pdf_src/' \
 		-e '/GENERATE_HTML/s/YES/NO/' \
 		-e '/GENERATE_MAN/s/YES/NO/' \