mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 21:09:22 +08:00
30c469f2e8
By default, only split node html manuals are generated. Change the default to single page, and add an extra rule to also generate the split page manual.
9 lines
260 B
Makefile
9 lines
260 B
Makefile
AM_MAKEINFOFLAGS = --no-split
|
|
|
|
info_TEXINFOS += %D%/porting.texi
|
|
|
|
html-local: %D%/porting/index.html
|
|
%D%/porting/index.html: %D%/porting.texi %D%/$(am__dirstamp)
|
|
$(AM_V_GEN)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
|
|
--split=node $< -o $(@D)
|