Skip to content
Snippets Groups Projects
  1. Jan 16, 2002
  2. Jan 02, 2002
  3. Dec 14, 2001
    • Matthias Klose's avatar
      texi2pod.pl: Merge changes from binutils' texi2pod.pl. · 3da33af3
      Matthias Klose authored
      2001-12-12  Matthias Klose  <doko@debian.org>
      
      	* texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
      	generation of more than one man page from one source.
      	Add '-' to set of valid chars for an identifier.
      	Let -D option accept flags of the form <flag>=<value>.
      	Use \s+ for whitespace detection in '@c man' lines.
      	Handle @set and @clear independent of $output.
      	Substitute all @value{}'s in a line.
      
      From-SVN: r48015
      3da33af3
  4. Nov 14, 2001
    • Joseph Myers's avatar
      texi2pod.pl: Handle @ifnottex, @iftex and @display. · 77bd67cb
      Joseph Myers authored
      contrib:
      	* texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
      	in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
      	and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
      	greater than 9 in enumerations.
      
      gcc:
      	* Makefile.in (POD2MAN): Don't include --section=1.
      	(manext): Rename to man1ext.  All users changed.
      	(man7ext): New.
      	(man7dir): New.
      	(generated-manpages): Also depend on $(docdir)/gfdl.7,
      	$(docdir)/gpl.7, and $(docdir)/fsf-funding.7.
      	($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include
      	--section=1 in calls to $(POD2MAN).
      	($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New.
      	(maintainer-clean, install, uninstall): Handle the new man pages.
      	($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi.
      	(installdirs): Create man7dir.
      	* doc/cpp.texi: Include GFDL in this manual.  In the man page,
      	refer to gfdl(7) for the GFDL.  Apply Front Cover and Back Cover
      	texts to man page.  Include gpl(7), gfdl(7) and fsf-funding(7) in
      	the SEE ALSO man page section.
      	* doc/gcov.texi: Apply GFDL to man page.  Include gpl(7), gfdl(7)
      	and fsf-funding(7) in the SEE ALSO man page section.
      	* doc/invoke.texi: Apply GFDL to man page.  Include gpl(7),
      	gfdl(7) and fsf-funding(7) in the SEE ALSO man page section.
      	* doc/include/fdl.texi, doc/include/funding.texi,
      	doc/include/gpl.texi: Adjust for conversion by texi2pod.pl.
      	* doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7.
      
      gcc/cp:
      	* Make-lang.in: Change all uses of $(manext) to $(man1ext).
      
      gcc/f:
      	* Make-lang.in: Change all uses of $(manext) to $(man1ext).
      
      From-SVN: r46998
      77bd67cb
  5. Nov 07, 2001
  6. Oct 08, 2001
  7. Sep 07, 2001
  8. Sep 05, 2001
  9. Aug 13, 2001
  10. Jul 28, 2001
  11. Jul 27, 2001
  12. Jul 26, 2001
  13. Jul 23, 2001
  14. Jul 03, 2001
    • Joseph Myers's avatar
      extend.texi, [...]: Improve formatting. · aee96fe9
      Joseph Myers authored
      gcc:
      	* doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
      	doc/rtl.texi, doc/tm.texi: Improve formatting.  Improve
      	documentation of -std and -Wwrite-strings.
      
      contrib:
      	* texi2pod.pl: Handle @r inside @item.
      
      From-SVN: r43718
      aee96fe9
  15. Jul 02, 2001
    • Zack Weinberg's avatar
      Makefile.in (doc): Depend on $(GENERATED_MANPAGES). · 51817b10
      Zack Weinberg authored
      gcc:
      	* Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
      	* doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
      	* doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
      contrib:
      	* gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
      
      From-SVN: r43698
      51817b10
  16. Jul 01, 2001
  17. Jun 14, 2001
  18. Jun 13, 2001
  19. Jun 12, 2001
  20. Jun 11, 2001
  21. Jun 07, 2001
  22. Jun 02, 2001
  23. May 28, 2001
  24. May 23, 2001
  25. May 22, 2001
  26. May 18, 2001
  27. May 17, 2001
  28. May 15, 2001
  29. May 14, 2001
  30. May 03, 2001
  31. Jan 24, 2001
  32. Jan 15, 2001
  33. Jan 14, 2001
  34. Jan 13, 2001
    • Joseph Myers's avatar
      gcc_update: Add gcc/gcc.1 to generated files. · 4bc1997b
      Joseph Myers authored
      contrib:
      	* gcc_update: Add gcc/gcc.1 to generated files.
      	* texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
      	discarding to end of sentence with @xref where the sentence has an
      	interior "." in markup, and handle discarding parentheses around
      	such a sentence.
      
      gcc:
      	* Makefile.in (generated-manpages): Add gcc.1
      	($(srcdir)/gcc.1): New target.
      	(maintainer-clean): Delete $(srcdir)/gcc.1.
      	* gcc.texi: Add macros @gccoptlist and @gol.
      	* invoke.texi: Include option summary in manpage.  Mark up option
      	summary with @gccoptlist and @gol.  Use @r in one place where
      	appropriate.
      	* texinfo.tex: Update to version 2000-12-11.07 from ftp.gnu.org.
      	* gcc.1: Generate from invoke.texi.
      
      gcc/cp:
      	* g++.1: Change to be ".so man1/gcc.1".
      
      From-SVN: r38993
      4bc1997b
Loading