Index: Makefile =================================================================== --- Makefile (revision 5947) +++ Makefile (revision 5948) @@ -1,10 +1,10 @@ # This Makefile is a plain old hand written one; all configuration settings # are included from ../../Makefile.conf which is scconfig generated -IN=pcb-rnd.1.mml pcb-strip.1.mml -OUT_HTML = pcb-rnd.1.html pcb-strip.1.html -OUT_MAN1 = pcb-rnd.1 pcb-strip.1 -OUT_LINT = pcb-rnd.1.lint pcb-strip.1.lint +IN=pcb-rnd.1.mml pcb-strip.1.mml pcb-prj2lht.1.mml +OUT_HTML = pcb-rnd.1.html pcb-strip.1.html pcb-prj2lht.1.html +OUT_MAN1 = pcb-rnd.1 pcb-strip.1 pcb-prj2lht.1 +OUT_LINT = pcb-rnd.1.lint pcb-strip.1.lint pcb-prj2lht.1.lint OUTPUT = $(OUT_HTML) $(OUT_MAN1) index.html MML = /usr/bin/mml @@ -43,11 +43,13 @@ $(MKDIR) "$(MAN1DIR)" $(CPC) "`pwd`/pcb-rnd.1" "$(MAN1DIR)/pcb-rnd.1" $(CPC) "`pwd`/pcb-strip.1" "$(MAN1DIR)/pcb-strip.1" + $(CPC) "`pwd`/pcb-prj2lht.1" "$(MAN1DIR)/pcb-prj2lht.1" $(CPC) "`pwd`/gsch2pcb-rnd.1" "$(MAN1DIR)/gsch2pcb-rnd.1" uninstall: $(RM) "$(MAN1DIR)/pcb-rnd.1" $(RM) "$(MAN1DIR)/pcb-strip.1" + $(RM) "$(MAN1DIR)/pcb-prj2lht.1" $(RM) "$(MAN1DIR)/gsch2pcb-rnd.1" install: Index: index.html =================================================================== --- index.html (revision 5947) +++ index.html (revision 5948) @@ -1,4 +1,5 @@
  • pcb-rnd (1) -- pcb-rnd - Printed Circuit Board editor
  • pcb-strip (1) -- pcb-strip - remove sections of a pcb file +
  • pcb-prj2lht (1) -- pcb-prj2lht - convert old gsch2pcb project file to pcb-rnd project Index: pcb-prj2lht.1 =================================================================== --- pcb-prj2lht.1 (nonexistent) +++ pcb-prj2lht.1 (revision 5948) @@ -0,0 +1,32 @@ +.\" 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[removethis]@igor2.repo.hu +.TH pcb-prj2lht 1 2016-12-27 "" "pcb-rnd manual" +.SH NAME +pcb-prj2lht - convert old gsch2pcb project file to pcb-rnd project +.SH SYNPOSIS +.nf +.sp +\fBpcb-prj2lht [\fIinputfile\fB] +.fi +.SH DECSRIPTION + +.BR pcb-prj2lht +converts the old gsch2pcb project file to the new, lihata project file format that is usable with pcb-rnd and gsch2pcb-rnd. If \fIinputfile\fR is specified, the file is modified in-place, else +.BR pcb-prj2lht +reads from STDIN and writes the result to STDOUT. Index: pcb-prj2lht.1.html =================================================================== --- pcb-prj2lht.1.html (nonexistent) +++ pcb-prj2lht.1.html (revision 5948) @@ -0,0 +1,58 @@ + + + + +
    pcb-prj2lht 1 + 2016-12-27 + pcb-rnd manual +
    + + + +

    NAME

    +
    +pcb-prj2lht - convert old gsch2pcb project file to pcb-rnd project +
    + +

    SYNPOSIS

    +
    +

    +pcb-prj2lht [inputfile] + + + +

    + +

    DESCRIPTION

    +
    +pcb-prj2lht converts the old gsch2pcb project file to the new, lihata project file format that is usable with pcb-rnd and gsch2pcb-rnd. If inputfile is specified, the file is modified in-place, else pcb-prj2lht reads from STDIN and writes the result to STDOUT. +
    +

    + + +
    pcb-prj2lht 1 + 2016-12-27 + pcb-rnd manual +
    + + + Index: pcb-prj2lht.1.mml =================================================================== --- pcb-prj2lht.1.mml (nonexistent) +++ pcb-prj2lht.1.mml (revision 5948) @@ -0,0 +1,14 @@ +pcb-prj2lht +1 +2016-12-27 + + pcb-prj2lht - convert old gsch2pcb project file to pcb-rnd project + pcb-prj2lht [inputfile] + + +pcb-prj2lht converts the old gsch2pcb project file to the +new, lihata project file format that is usable with pcb-rnd and +gsch2pcb-rnd. If inputfile is specified, the file is modified +in-place, else pcb-prj2lht reads from STDIN and writes the +result to STDOUT. +