Index: doc/man/Makefile =================================================================== --- doc/man/Makefile (revision 30733) +++ doc/man/Makefile (revision 30734) @@ -2,10 +2,10 @@ # are included from $(ROOT)/Makefile.conf which is scconfig generated ROOT=../.. -IN=pcb-rnd.1.mml pcb-prj2lht.1.mml fp2preview.1.mml fp2subc.1.mml bxl2txt.1.mml -OUT_HTML = pcb-rnd.1.html pcb-prj2lht.1.html fp2preview.1.html fp2subc.1.html bxl2txt.1.html -OUT_MAN1 = pcb-rnd.1 pcb-prj2lht.1 fp2preview.1 fp2subc.1 bxl2txt.1 -OUT_LINT = pcb-rnd.1.lint pcb-prj2lht.1.lint fp2preview.1.lint fp2subc.1.lint bxl2txt.1.lint +IN=pcb-rnd.1.mml pcb-prj2lht.1.mml fp2preview.1.mml fp2subc.1.mml bxl2txt.1.mml txt2bxl.1.mml +OUT_HTML = pcb-rnd.1.html pcb-prj2lht.1.html fp2preview.1.html fp2subc.1.html bxl2txt.1.html txt2bxl.1.html +OUT_MAN1 = pcb-rnd.1 pcb-prj2lht.1 fp2preview.1 fp2subc.1 bxl2txt.1 txt2bxl.1 +OUT_LINT = pcb-rnd.1.lint pcb-prj2lht.1.lint fp2preview.1.lint fp2subc.1.lint bxl2txt.1.lint txt2bxl.1.lint OUTPUT = $(OUT_HTML) $(OUT_MAN1) index.html MML = /usr/bin/mml Index: doc/man/index.html =================================================================== --- doc/man/index.html (revision 30733) +++ doc/man/index.html (revision 30734) @@ -5,4 +5,5 @@
  • fp2preview (1) -- fp2preview - generate a preview for a library footprint
  • fp2subc (1) -- fp2subc - convert any footprint into a pcb-rnd subcircuit
  • bxl2txt (1) -- bxl2txt - decode a binary BXL file and dump the plain text content +
  • txt2bxl (1) -- txt2bxl - encode a BXL file provided in plain text and save binary Index: doc/man/txt2bxl.1 =================================================================== --- doc/man/txt2bxl.1 (nonexistent) +++ doc/man/txt2bxl.1 (revision 30734) @@ -0,0 +1,30 @@ +.\" pcb-rnd - manual +.\" Copyright (C) 2016 Tibor 'Igor2' Palinkas +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License along +.\" with this program; if not, write to the Free Software Foundation, Inc., +.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.\" +.\" Contact: pcb-rnd-man[removethis]@igor2.repo.hu +.TH txt2bxl 1 2020-04-18 "" "pcb-rnd manual" +.SH NAME +txt2bxl - encode a BXL file provided in plain text and save binary +.SH SYNPOSIS +.nf +.sp +\fBtxt2bxl \fIoutfile.bxl\fB < \fIinfile.txt\fB +.fi +.SH DECSRIPTION + +.BR txt2bxl +reads and encodes a text bxl file in its standard input and saves the resulting binary bxl file on the file name specified in the command line argument. Index: doc/man/txt2bxl.1.html =================================================================== --- doc/man/txt2bxl.1.html (nonexistent) +++ doc/man/txt2bxl.1.html (revision 30734) @@ -0,0 +1,62 @@ + + + +txt2bxl - pcb-rnd manual + + + + +
    txt2bxl 1 + 2020-04-18 + pcb-rnd manual +
    + + + +

    NAME

    +
    +txt2bxl - encode a BXL file provided in plain text and save binary +
    + +

    SYNPOSIS

    +
    +

    +txt2bxl outfile.bxl < infile.txt + + + +

    + +

    DESCRIPTION

    +
    +txt2bxl reads and encodes a text bxl file in its standard input and saves the resulting binary bxl file on the file name specified in the command line argument. +
    +

    + + +
    txt2bxl 1 + 2020-04-18 + pcb-rnd manual +
    + + + Index: doc/man/txt2bxl.1.mml =================================================================== --- doc/man/txt2bxl.1.mml (nonexistent) +++ doc/man/txt2bxl.1.mml (revision 30734) @@ -0,0 +1,11 @@ +txt2bxl +1 +2020-04-18 + + txt2bxl - encode a BXL file provided in plain text and save binary + txt2bxl outfile.bxl < infile.txt + + +txt2bxl reads and encodes a text bxl file in its standard +input and saves the resulting binary bxl file on the file name specified in +the command line argument.