diff options
Diffstat (limited to 'cross/avrdude/patches/patch-ah')
-rw-r--r-- | cross/avrdude/patches/patch-ah | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/avrdude/patches/patch-ah b/cross/avrdude/patches/patch-ah new file mode 100644 index 00000000000..ef6bffe33d1 --- /dev/null +++ b/cross/avrdude/patches/patch-ah @@ -0,0 +1,15 @@ +$NetBSD: patch-ah,v 1.1 2005/03/02 13:20:40 wiz Exp $ + +--- doc/Makefile.in.orig 2003-04-19 06:59:56.000000000 +0200 ++++ doc/Makefile.in +@@ -425,8 +425,8 @@ all-local: info html ps pdf + + html: + mkdir -p avrdude-html +- texi2html -split_node $(srcdir)/$(info_TEXINFOS) +- mv *.html avrdude-html ++ texi2html --split=node $(srcdir)/$(info_TEXINFOS) ++ mv avrdude/*.html avrdude-html + + clean-local: + rm -rf avrdude-html *.info |