Index: Makefile =================================================================== --- Makefile (revision 5878) +++ Makefile (revision 5879) @@ -2,10 +2,10 @@ # are included from $(ROOT)/Makefile.conf which is scconfig generated ROOT=../.. -IN=boxsym-rnd.1.mml boxsym-rnd.5.mml -OUT_HTML = boxsym-rnd.1.html boxsym-rnd.5.html -OUT_MAN1 = boxsym-rnd.1 boxsym-rnd.5 -OUT_LINT = boxsym-rnd.1.lint boxsym-rnd.5.lint +IN=sch-rnd.1.mml boxsym-rnd.1.mml boxsym-rnd.5.mml +OUT_HTML = sch-rnd.1.html boxsym-rnd.1.html boxsym-rnd.5.html +OUT_MAN1 = sch-rnd.1 boxsym-rnd.1 boxsym-rnd.5 +OUT_LINT = sch-rnd.1.lint boxsym-rnd.1.lint boxsym-rnd.5.lint OUTPUT = $(OUT_HTML) $(OUT_MAN1) index.html MML = mml @@ -43,6 +43,7 @@ install_all: $(SCCBOX) mkdir -p "$(MAN1DIR)" + $(SCCBOX) $(HOW) "sch-rnd.1" "$(MAN1DIR)/sch-rnd.1" $(SCCBOX) $(HOW) "boxsym-rnd.1" "$(MAN1DIR)/boxsym-rnd.1" $(SCCBOX) $(HOW) "boxsym-rnd.5" "$(MAN1DIR)/boxsym-rnd.5" Index: index.html =================================================================== --- index.html (revision 5878) +++ index.html (revision 5879) @@ -1,5 +1,6 @@ man page index - sch-rnd Index: sch-rnd.1 =================================================================== --- sch-rnd.1 (nonexistent) +++ sch-rnd.1 (revision 5879) @@ -0,0 +1,55 @@ +.\" sch-rnd - manual\\n Copyright (C) 2022 Tibor 'Igor2' Palinkas\\n +.\"\\n +.\"This program is free software; you can redistribute it and/or modify\\n +.\"it under the terms of the GNU General Public License as published by\\n +.\"the Free Software Foundation; either version 2 of the License, or\\n +.\"(at your option) any later version.\\n +.\"\\n +.\"This program is distributed in the hope that it will be useful,\\n +.\"but WITHOUT ANY WARRANTY; without even the implied warranty of\\n +.\"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n +.\"GNU General Public License for more details.\\n +.\"\\n +.\"You should have received a copy of the GNU General Public License along\\n +.\"with this program; if not, write to the Free Software Foundation, Inc.,\\n +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\\n +.\"\\n +.\"Contact: sch-rnd-man[removethis]@igor2.repo.hu +.TH sch-rnd 1 2022-09-29 "" "sch-rnd manual" + +.SH NAME +sch-rnd - Schematics editor +.SH SYNPOSIS +.nf +.sp +\fBsch-rnd [\fIoptions\fB] [\fIinputfile\fB] +.fi +.SH DESCRIPTION + +.BR sch-rnd +is a modular schematics capture (editor). The main use is interactive editing. If no \fI-x\fR is specified on the command line, the graphical editor mode is initiated. +Automated, headless processing is also possible with \fI-x\fR or\fI--gui batch\fR\&. +.SH OPTIONS + + +.TP + +.B --help \fItopic\fR +Print help about \fItopic\fR and exit; if no topic is specified, print available topics. + +.TP + +.B -x \fIexporter\fR [\fIexportflags] \fIinputfile\fR\fR +Instead of interactive editing, export the design (loaded from \fIinputfile\fR) to a file using the specified \fIexporter\fR plugin. A list of exporter-specific parameters may follow to control the details of the process. +.TP + +.B --gui \fIhid\fR +Use the \fIhid\fR plugin for the "gui" frontend. Common choices are "gtk2_gdk" or "lesstif" for graphical user interfaces +and "batch" for a headless command-line interface (or automated +batch processing). +.TP + +.B -c \fIpath=val\fR +Set a config node in role CFR_CLI. The path of the node is \fIpath\fR (e.g. editor/grid) and the new value is \fIval\fR (e.g. 5mm). +.PP + Index: sch-rnd.1.html =================================================================== --- sch-rnd.1.html (nonexistent) +++ sch-rnd.1.html (revision 5879) @@ -0,0 +1,92 @@ + + + +sch-rnd - sch-rnd manual + + + + +
sch-rnd 1 + 2022-09-29 + sch-rnd manual +
+ + + + +

NAME

+
+sch-rnd - Schematics editor +
+ +

SYNPOSIS

+
+

+sch-rnd [options] [inputfile] + + + +

+ +

DESCRIPTION

+
+sch-rnd is a modular schematics capture (editor). The main use is interactive editing. If no -x is specified on the command line, the graphical editor mode is initiated. +Automated, headless processing is also possible with -x or--gui batch. +
+ + +

OPTIONS

+
+ + + + + + + + + + + +
--help topic + Print help about topic and exit; if no topic is specified, print available topics. + +
-x exporter [exportflags] inputfile + Instead of interactive editing, export the design (loaded from inputfile) to a file using the specified exporter plugin. A list of exporter-specific parameters may follow to control the details of the process. +
--gui hid + Use the hid plugin for the "gui" frontend. Common choices are "gtk2_gdk" or "lesstif" for graphical user interfaces +and "batch" for a headless command-line interface (or automated +batch processing). +
-c path=val + Set a config node in role CFR_CLI. The path of the node is path (e.g. editor/grid) and the new value is val (e.g. 5mm). +
+
+

+ + +
sch-rnd 1 + 2022-09-29 + sch-rnd manual +
+ + + + Index: sch-rnd.1.mml =================================================================== --- sch-rnd.1.mml (nonexistent) +++ sch-rnd.1.mml (revision 5879) @@ -0,0 +1,44 @@ +sch-rnd +1 +2022-09-29 + + sch-rnd - Schematics editor + sch-rnd [options] [inputfile] + + +sch-rnd is a modular schematics capture (editor). +The main use is interactive editing. If no -x is +specified on the command line, the graphical editor mode is initiated. +Automated, headless processing is also possible with -x or +--gui batch. + + + + + + --help topic + Print help about topic and exit; if no topic is + specified, print available topics. + + + -x exporter [exportflags] inputfile + Instead of interactive editing, export the design (loaded from + inputfile) to a file using the specified + exporter plugin. A list of exporter-specific parameters + may follow to control the details of the process. + + + --gui hid + Use the hid plugin for the "gui" frontend. Common + choices are "gtk2_gdk" or "lesstif" for graphical user interfaces + and "batch" for a headless command-line interface (or automated + batch processing). + + + -c path=val + Set a config node in role CFR_CLI. The path of the node is + path (e.g. editor/grid) and the new value is + val (e.g. 5mm). + + +