MULTIDO = true
MULTICLEAN = true
TEXINFO_TEX = ../texinfo/texinfo.tex
+@HAVE_DOC_TRUE@AM_MAKEINFOFLAGS = --no-split
@CONFIG_AARCH64_TRUE@aarch64_librdimon_a_SOURCES = \
@CONFIG_AARCH64_TRUE@ aarch64/_exit.c \
@CONFIG_AARCH64_TRUE@ aarch64/_kill.c \
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
+@HAVE_DOC_FALSE@html-local:
clean: clean-recursive
clean-am: clean-aminfo clean-binPROGRAMS clean-checkPROGRAMS \
html: html-recursive
-html-am: $(HTMLS)
+html-am: $(HTMLS) html-local
info: info-recursive
clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am \
dist-info distclean distclean-compile distclean-generic \
distclean-hdr distclean-local distclean-tags dvi dvi-am html \
- html-am info info-am install \
+ html-am html-local info info-am install \
install-aarch64_cpu_initcpuinitDATA install-am \
install-arm_cpu_initcpuinitDATA install-binPROGRAMS \
install-data install-data-am install-dvi install-dvi-am \
distclean-local: distclean-multi
maintainer-clean-local: maintainer-clean-multi
+@HAVE_DOC_TRUE@html-local: doc/porting/index.html
+@HAVE_DOC_TRUE@doc/porting/index.html: doc/porting.texi doc/$(am__dirstamp)
+@HAVE_DOC_TRUE@ $(AM_V_GEN)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
+@HAVE_DOC_TRUE@ --split=node $< -o $(@D)
+
@CONFIG_AARCH64_TRUE@aarch64/crt0.$(OBJEXT): aarch64/crt0.S
@CONFIG_AARCH64_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -DSEMIHOST_V2 -o $@ -c $<
@CONFIG_AARCH64_TRUE@aarch64/rdimon-crt0.$(OBJEXT): aarch64/crt0.S
+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)