aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/headerdirs.texi
AgeCommit message (Collapse)AuthorFilesLines
2003-05-18collect2.texi: GNU CC -> GCC.Nathanael Nerode1-8/+7
* doc/collect2.texi: GNU CC -> GCC. * doc/headerdirs.texi: GNU CC -> GCC. From-SVN: r66933
2003-01-24bugreport.texi: Use @command instead of @code for commands.Volker Reichelt1-1/+1
* doc/bugreport.texi: Use @command instead of @code for commands. * doc/collect2.texi: Likewise. * doc/headerdirs.texi: Likewise. * doc/invoke.texi: Likewise. * doc/standards.texi: Likewise. * doc/tm.texi: Likewise. * doc/trouble.texi: Likewise. From-SVN: r61701
2001-11-18install-old.texi: Move some sections out to ...Joseph Myers1-0/+33
* doc/install-old.texi: Move some sections out to ... * doc/collect2.texi, doc/configfiles.texi, doc/headerdirs.texi: ... here. New files. Make into chapters rather than sections. * doc/gcc.texi: Include the new files and add menu entries for them. * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies. From-SVN: r47150