Previous commit was the wrong fix, instead look for an alternate file
for the texi2html split conditional. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@530 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
e8e2067639
commit
1ce76bfc60
|
@ -33,8 +33,8 @@ html: avrdude-html/avrdude.html
|
||||||
|
|
||||||
avrdude-html/avrdude.html: $(srcdir)/$(info_TEXINFOS)
|
avrdude-html/avrdude.html: $(srcdir)/$(info_TEXINFOS)
|
||||||
texi2html -split_node $(srcdir)/$(info_TEXINFOS)
|
texi2html -split_node $(srcdir)/$(info_TEXINFOS)
|
||||||
if [ ! -e ./avrdude.html ]; then \
|
if [ -e ./avrdude.html -o -e ./avrdude_1.html ]; then \
|
||||||
mkdir -p avrdude-html; \
|
mkdir -p avrdude-html ; \
|
||||||
mv -f *.html avrdude-html ; \
|
mv -f *.html avrdude-html ; \
|
||||||
else \
|
else \
|
||||||
mv -f avrdude avrdude-html; \
|
mv -f avrdude avrdude-html; \
|
||||||
|
|
Loading…
Reference in New Issue