Skip to content

Commit

Permalink
Fix compatibility with texinfo 7
Browse files Browse the repository at this point in the history
Because of this change:

7.0 (7 November 2022)
* texi2any
 . HTML output:
     . use manual_name_html as output directory for split HTML instead of
       manual_name or manual_name.html
  • Loading branch information
sthibaul committed Feb 5, 2023
1 parent 6c9f20d commit b983a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ doc: flite.html flite.pdf
flite.html: flite.texi
@ if [ ! -d html ] ; \
then mkdir -p html ; fi
(cd html; texi2any --set-customization-variable TEXI2HTML=1 --split=chapter ../flite.texi)
(cd html; texi2any --set-customization-variable TEXI2HTML=1 --output=flite --split=chapter ../flite.texi)
@ if [ -d html/flite ] ; \
then mv html/flite/*.html html ; \
rmdir html/flite; fi
Expand Down

0 comments on commit b983a3a

Please sign in to comment.