Index: trunk/doc/man/pcb-strip.1.html =================================================================== --- trunk/doc/man/pcb-strip.1.html (revision 29745) +++ trunk/doc/man/pcb-strip.1.html (nonexistent) @@ -1,79 +0,0 @@ - - - -pcb-strip - pcb-rnd manual - - - - -
pcb-strip 1 - 2016-12-27 - pcb-rnd manual -
- - - -

NAME

-
-pcb-strip - remove sections of a pcb file -
- -

SYNPOSIS

-
-

-pcb-strip [options] [inputfile] - - - -

- -

DESCRIPTION

-
-pcb-strip removes sections of a pcb file. If inputfile is specified, the file is modified in-place, else pcb-strip reads from STDIN and writes the result to STDOUT. -
- - -

OPTIONS

-
- - - - - - - -
-s - Remove symbols (the font). The pcb file stops being self-containing, pcb-rnd (or pcb) will load and apply the default font when the file is loaded. Useful for reducing the file size for test input and example files where font correctness is not required. -
-a - Remove board attributes. Useful for deleting local configuration -
-
-

- - -
pcb-strip 1 - 2016-12-27 - pcb-rnd manual -
- - - Index: trunk/doc/man/pcb-strip.1.mml =================================================================== --- trunk/doc/man/pcb-strip.1.mml (revision 29745) +++ trunk/doc/man/pcb-strip.1.mml (nonexistent) @@ -1,30 +0,0 @@ -pcb-strip -1 -2016-12-27 - - pcb-strip - remove sections of a pcb file - pcb-strip [options] [inputfile] - - -pcb-strip removes sections of a pcb file. If inputfile -is specified, the file is modified in-place, else pcb-strip -reads from STDIN and writes the result to STDOUT. - - - - - - -s - Remove symbols (the font). The pcb file stops being self-containing, - pcb-rnd (or pcb) will load and apply the default font when the file - is loaded. Useful for reducing the file size for test input and - example files where font correctness is not required. - - - - -a - Remove board attributes. Useful for deleting local configuration - - - - Index: trunk/doc/man/pcb-strip.1 =================================================================== --- trunk/doc/man/pcb-strip.1 (revision 29745) +++ trunk/doc/man/pcb-strip.1 (nonexistent) @@ -1,45 +0,0 @@ -.\" 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 pcb-strip 1 2016-12-27 "" "pcb-rnd manual" -.SH NAME -pcb-strip - remove sections of a pcb file -.SH SYNPOSIS -.nf -.sp -\fBpcb-strip [\fIoptions\fB] [\fIinputfile\fB] -.fi -.SH DECSRIPTION - -.BR pcb-strip -removes sections of a pcb file. If \fIinputfile\fR is specified, the file is modified in-place, else -.BR pcb-strip -reads from STDIN and writes the result to STDOUT. -.SH OPTIONS - - -.TP - -.B -s -Remove symbols (the font). The pcb file stops being self-containing, pcb-rnd (or pcb) will load and apply the default font when the file is loaded. Useful for reducing the file size for test input and example files where font correctness is not required. -.TP - -.B -a -Remove board attributes. Useful for deleting local configuration -.PP - Index: trunk/doc/man/Makefile =================================================================== --- trunk/doc/man/Makefile (revision 29745) +++ trunk/doc/man/Makefile (revision 29746) @@ -2,10 +2,10 @@ # are included from $(ROOT)/Makefile.conf which is scconfig generated ROOT=../.. -IN=pcb-rnd.1.mml pcb-strip.1.mml pcb-prj2lht.1.mml fp2preview.1.mml fp2subc.1.mml -OUT_HTML = pcb-rnd.1.html pcb-strip.1.html pcb-prj2lht.1.html fp2preview.1.html fp2subc.1.html -OUT_MAN1 = pcb-rnd.1 pcb-strip.1 pcb-prj2lht.1 fp2preview.1 fp2subc.1 -OUT_LINT = pcb-rnd.1.lint pcb-strip.1.lint pcb-prj2lht.1.lint fp2preview.1.lint fp2subc.1.lint +IN=pcb-rnd.1.mml pcb-prj2lht.1.mml fp2preview.1.mml fp2subc.1.mml +OUT_HTML = pcb-rnd.1.html pcb-prj2lht.1.html fp2preview.1.html fp2subc.1.html +OUT_MAN1 = pcb-rnd.1 pcb-prj2lht.1 fp2preview.1 fp2subc.1 +OUT_LINT = pcb-rnd.1.lint pcb-prj2lht.1.lint fp2preview.1.lint fp2subc.1.lint OUTPUT = $(OUT_HTML) $(OUT_MAN1) index.html MML = /usr/bin/mml @@ -44,7 +44,6 @@ install_all: $(SCCBOX) mkdir -p "$(MAN1DIR)" $(SCCBOX) $(HOW) "pcb-rnd.1" "$(MAN1DIR)/pcb-rnd.1" - $(SCCBOX) $(HOW) "pcb-strip.1" "$(MAN1DIR)/pcb-strip.1" $(SCCBOX) $(HOW) "pcb-prj2lht.1" "$(MAN1DIR)/pcb-prj2lht.1" $(SCCBOX) $(HOW) "gsch2pcb-rnd.1" "$(MAN1DIR)/gsch2pcb-rnd.1" $(SCCBOX) $(HOW) "fp2preview.1" "$(MAN1DIR)/fp2preview.1" Index: trunk/doc/man/index.html =================================================================== --- trunk/doc/man/index.html (revision 29745) +++ trunk/doc/man/index.html (revision 29746) @@ -1,7 +1,6 @@ man page index - pcb-rnd