mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
548 B
Plaintext
16 lines
548 B
Plaintext
$NetBSD: patch-ad,v 1.6 2013/12/06 07:27:15 mef Exp $
|
|
|
|
regen
|
|
|
|
--- doc/Makefile.in.orig 2013-09-18 15:19:52.000000000 +0900
|
|
+++ doc/Makefile.in 2013-10-06 16:22:00.000000000 +0900
|
|
@@ -789,7 +789,7 @@ html: avrdude-html/avrdude.html
|
|
|
|
avrdude-html/avrdude.html: $(srcdir)/$(info_TEXINFOS) $(GENERATED_TEXINFOS)
|
|
texi2html -split_node $(srcdir)/$(info_TEXINFOS)
|
|
- if [ -e ./avrdude.html -o -e ./avrdude_1.html ]; then \
|
|
+ if [ -f ./avrdude.html -o -f ./avrdude_1.html ]; then \
|
|
mkdir -p avrdude-html ; \
|
|
mv -f *.html avrdude-html ; \
|
|
else \
|