4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 12:59:21 +08:00
newlib-cygwin/libgloss/doc/Makefile.inc
Mike Frysinger 30c469f2e8 libgloss: doc: generate single page & split html manuals
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.
2023-12-19 17:04:41 -05:00

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)