~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to makeinfo/README

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mto: (2.1.1 dapper) (3.1.4 hardy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-9nsf2s2k2z3fktjt
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$Id: README,v 1.3 2004/04/11 17:56:46 karl Exp $
 
2
texinfo/makeinfo/README
 
3
 
 
4
  Copyright (C) 2002 Free Software Foundation, Inc.
 
5
 
 
6
  Copying and distribution of this file, with or without modification,
 
7
  are permitted in any medium without royalty provided the copyright
 
8
  notice and this notice are preserved.
 
9
 
1
10
makeinfo is a standalone program to convert Texinfo source into Info
2
11
files readable with standalone info or M-x info in Emacs.
3
12
 
4
 
makeinfo can also output plain ASCII (with --no-headers)
 
13
makeinfo can also output other formats: plain ASCII (with --no-headers)
5
14
or HTML (with --html) or XML (with --xml).
6
15
 
7
16
The Emacs function M-x texinfo-format-buffer does more or less the same