[syslinux] [PATCH][git-pull] AsciiDoc-based documentation

Gene Cumm gene.cumm at gmail.com
Thu Jan 17 19:22:11 PST 2013


On Wed, Jan 16, 2013 at 5:55 PM, H. Peter Anvin <hpa at zytor.com> wrote:
> On 01/15/2013 02:55 AM, Matt Fleming wrote:
>>
>> Creating the output directories from txt/Makefile seems fine to me.
>>
>
> Indeed.  In particular, mkdir -p is your friend.
>
>         -hpa

The following changes since commit 14fe8af6c11e71619de9be1afd4556ebbc770db3:
  H. Peter Anvin (1):
        elf: remove long-since-obsolete shallow module machinery

are available in the git repository at:

  git://github.com/geneC/syslinux.git doc-elflink-for-mfleming

Gene Cumm (5):
      txt/: Add new AsciiDoc formatted documentation
      Makefile: add txt/
      NEWS: add txt/
      txt/: Remove COMBOOT as of 5.00; spelling; add PATH
      txt/Makefile: make directories

 Makefile             |    2 +-
 NEWS                 |    4 +
 txt/.gitignore       |    7 +
 txt/Makefile         |  111 ++++++++++
 txt/com-bug.txt      |   11 +
 txt/com-name.txt     |   12 +
 txt/com-rpt.txt      |   22 ++
 txt/hello.txt        |   16 ++
 txt/syslinux-cli.txt |   65 ++++++
 txt/syslinux.cfg.txt |  572 ++++++++++++++++++++++++++++++++++++++++++++++++++
 txt/syslinux.txt     |  217 +++++++++++++++++++
 11 files changed, 1038 insertions(+), 1 deletions(-)
 create mode 100644 txt/.gitignore
 create mode 100644 txt/Makefile
 create mode 100644 txt/com-bug.txt
 create mode 100644 txt/com-name.txt
 create mode 100644 txt/com-rpt.txt
 create mode 100644 txt/hello.txt
 create mode 100644 txt/syslinux-cli.txt
 create mode 100644 txt/syslinux.cfg.txt
 create mode 100644 txt/syslinux.txt


More information about the Syslinux mailing list