This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
When did you report the problems to the Texinfo maintainers?
+ If you would like to generate online html documentation, do @samp{cd
"HTML" in text, not "html".
+ @var{objdir}; make html} and html will be generated for the manuals in
Likewise.
! available for DVI-formatted documentation, @code{make htm} for ! HTML-formatted documentation and @code{make generated-manpages} to ! generate man pages.
"make html", not "make htm".
This change is inaccurate; update_web_docs does not use the Makefiles, it
generates the manuals directly having checked out the Texinfo sources and
texinfo.tex only.
+ @item html + Build HTML documentation for the front end, in the build directory.
docobjdir is not, by default in the FSF tree, in the build directory.
+ .PHONY: html
+ html: $(docobjdir)/HTML/gcc-$(version)/gcc/index.html $(docobjdir)/HTML/gcc-$(version)/cpp/index.html $(docobjdir)/HTML/gcc-$(version)/gccinstall/index.html $(docobjdir)/HTML/gcc-$(version)/gccint/index.html $(docobjdir)/HTML/gcc-$(version)/cppinternals/index.html lang.html
+
+ htmldir = $(docobjdir)/HTML/gcc-$(version)
I think the dependencies above should use $(htmldir).
With these corrections I think the patch is OK by me, but a build system
maintainer will need to review the corrected patch.
Attachment:
htmldocs-5.diffs
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |