[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.7.1-20110619-285-gc244938)



The branch, master has been updated
       via  c2449384b9ecea7f2c9e2e17ffc20f836693ced8 (commit)
       via  e100dbd692346fb15de8bfd53865db5553f7db86 (commit)
       via  a464d46fde3df46d2d36ca2ef1c36d49bd5b94fe (commit)
       via  b14c43e2e50eb7946304646a2dfd34d5716ca8af (commit)
       via  4e29a2afab4ccdfa2c43a2fcf5320d45190d93f1 (commit)
       via  77e61fd5cf2526f1446985676ddc04fcb3d9f4de (commit)
       via  d046a1d95d549283c362fd4dcfa9320bc30eafec (commit)
       via  c232f64ab04da64f192fc24d5213f3455772fd79 (commit)
       via  b6ebe551f2f67f0d984a99c77b1582e92f9bab14 (commit)
      from  7a17bc39a023245325343459429345eb0c623f5c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gnetlist/docs/.gitignore        |    1 +
 gnetlist/docs/Makefile.am       |    4 +-
 gnetlist/docs/mk_verilog_syms.1 |   37 +++++++++++++++++
 utils/docs/.gitignore           |    6 +++
 utils/docs/Makefile.am          |    5 +-
 utils/docs/convert_sym.1        |   32 +++++++++++++++
 utils/docs/garchive.1           |   73 ++++++++++++++++++++++++++++++++++
 utils/docs/gmk_sym.1            |   82 +++++++++++++++++++++++++++++++++++++++
 utils/docs/smash_megafile.1     |   26 ++++++++++++
 9 files changed, 262 insertions(+), 4 deletions(-)
 create mode 100644 gnetlist/docs/mk_verilog_syms.1
 create mode 100644 utils/docs/convert_sym.1
 create mode 100644 utils/docs/garchive.1
 create mode 100644 utils/docs/gmk_sym.1
 create mode 100644 utils/docs/smash_megafile.1


=================
 Commit Messages
=================

commit e100dbd692346fb15de8bfd53865db5553f7db86
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for gmk_sym.
    
    Affects-bug: lp-698849

:100644 100644 041f80d... 605d328... M	utils/docs/.gitignore
:100644 100644 8f5beaf... d7e0ef7... M	utils/docs/Makefile.am
:000000 100644 0000000... f608c85... A	utils/docs/gmk_sym.1

commit a464d46fde3df46d2d36ca2ef1c36d49bd5b94fe
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for garchive
    
    Affects-bug: lp-698849

:100644 100644 fb56ed3... 041f80d... M	utils/docs/.gitignore
:100644 100644 d2eabf4... 8f5beaf... M	utils/docs/Makefile.am
:000000 100644 0000000... a559eb1... A	utils/docs/garchive.1

commit b14c43e2e50eb7946304646a2dfd34d5716ca8af
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add tragesym.html manpage rendering to gitignore

:100644 100644 de8fbc3... fb56ed3... M	utils/docs/.gitignore

commit 4e29a2afab4ccdfa2c43a2fcf5320d45190d93f1
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for convert_sym(1).
    
    New manpage for convert_sym, and add to build targets and gitignore.
    
    Affects-bug:698849

:100644 100644 d876502... de8fbc3... M	utils/docs/.gitignore
:100644 100644 2295dc5... d2eabf4... M	utils/docs/Makefile.am
:000000 100644 0000000... cad9436... A	utils/docs/convert_sym.1

commit 77e61fd5cf2526f1446985676ddc04fcb3d9f4de
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Expand html man page names properly.
    
    Fixes an issue in 7d0ed87ac where the expansion of filenames was not
    happening properly due to a typo in the make subsitution macro.

:100644 100644 c47dc5e... a7f2cbc... M	gnetlist/docs/Makefile.am
:100644 100644 a098638... 2295dc5... M	utils/docs/Makefile.am

commit d046a1d95d549283c362fd4dcfa9320bc30eafec
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for mk_verilog_syms.
    
    Add manpage for mk_verilog_syms, add to build targets and gitignore,
    but don't install it. Also, determine html targets for manpages
    automatically from the list of manpages.
    
    Affects-bug: lp-698849

:100644 100644 6ed5013... 98aedc6... M	gnetlist/docs/.gitignore
:100644 100644 96c7766... c47dc5e... M	gnetlist/docs/Makefile.am
:000000 100644 0000000... 23179c0... A	gnetlist/docs/mk_verilog_syms.1

commit c232f64ab04da64f192fc24d5213f3455772fd79
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for smash_megafile(1)
    
    Add the manpage for smash_megafile and added it to build sources in the make
    infrastructure and gitignore.
    
    Affects-bug: lp-698849

:100644 100644 92e2415... d876502... M	utils/docs/.gitignore
:100644 100644 4286d77... a098638... M	utils/docs/Makefile.am
:000000 100644 0000000... 40ada01... A	utils/docs/smash_megafile.1

commit b6ebe551f2f67f0d984a99c77b1582e92f9bab14
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    utils: add olib.html to gitignore
    
    This was missed in the addition of the manpage in commit 9497429a2.

:100644 100644 98f628d... 92e2415... M	utils/docs/.gitignore

=========
 Changes
=========

commit e100dbd692346fb15de8bfd53865db5553f7db86
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for gmk_sym.
    
    Affects-bug: lp-698849

diff --git a/utils/docs/.gitignore b/utils/docs/.gitignore
index 041f80d..605d328 100644
--- a/utils/docs/.gitignore
+++ b/utils/docs/.gitignore
@@ -16,3 +16,4 @@ olib.html
 smash_megafile.html
 convert_sym.html
 garchive.html
+gmk_sym.html
diff --git a/utils/docs/Makefile.am b/utils/docs/Makefile.am
index 8f5beaf..d7e0ef7 100644
--- a/utils/docs/Makefile.am
+++ b/utils/docs/Makefile.am
@@ -17,7 +17,7 @@ endif
 
 dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1 olib.1 pads_backannotate.1 \
 	pcb_backannotate.1 refdes_renum.1 schdiff.1 sw2asc.1 tragesym.1 \
-	smash_megafile.1 convert_sym.1 garchive.1
+	smash_megafile.1 convert_sym.1 garchive.1 gmk_sym.1
 
 
 # Rules for converting man->html
diff --git a/utils/docs/gmk_sym.1 b/utils/docs/gmk_sym.1
new file mode 100644
index 0000000..f608c85
--- /dev/null
+++ b/utils/docs/gmk_sym.1
@@ -0,0 +1,82 @@
+.TH gmk_sym 1 "June 19th, 2011" "gEDA project" 1.7.1.20110619
+
+.SH
+gmk_sym \- create rectangular symbols for gschem from a text file
+
+.SH SYNOPSIS
+.B gmk_sym [ -d ]
+.I inputfile.txt
+.B >
+.I outputfile.sym
+.PP
+.B gmk_sym -h|-?
+
+.SH DESCRIPTION
+.B gmk_sym
+is a program to create rectangular symbols for gschem from a file
+composed of comma separated lines.
+
+.SH OPTIONS
+.TP
+-d
+Turn on debug output
+.TP
+-h, -?
+Display usage information
+
+.SH FILE FORMAT
+The input file format is:
+.IP \(bu
+lines starting with ';' are comment lines and are not processed;
+.IP \(bu
+The 1st valid line describes a device:
+.RS
+.IP \(bu
+1st value: device name
+.IP \(bu
+2nd value: visible name
+.IP \(bu
+3rd value: visible name location on package
+.IP \(bu
+4th value: box's hoz size, in pins spacings
+.IP \(bu
+5th value: box's ver size, in pins spacings
+.IP \(bu
+6th value: uref prefix, like U or J
+.IP \(bu
+7th value: Footprint
+.IP \(bu
+8th value: Total number of pins on device (including hidden)
+.RE
+.IP \(bu
+All other valid lines describes the symbol's pins:
+.RS
+.IP \(bu
+1st value: pin name
+.IP \(bu
+2nd value: pin number
+.IP \(bu
+3rd value: pin shape, choice of: line, clock, dot&line
+.IP \(bu
+4th value: side of box to attach the pin,choice of: R, L, T, B
+.IP \(bu
+5th value: location of pin on side of box, in pin spacings
+.IP \(bu
+6th value: (optional) pin type attribute: in, out, io, oc, oe,
+pas, tp, tri, clk, pwr
+.RE
+
+.SH AUTHOR
+Jerry O'Keefe <jerryok@xxxxxxxxxxx>
+
+.SH SEE ALSO
+.BR gschem (1)
+
+.SH COPYRIGHT
+.nf
+Copyright \(co 1999-2011 gEDA Contributors.  License GPLv2+: GNU GPL
+version 2 or later.  Please see the `COPYING' file included with this
+program for full details.
+.PP
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.

commit a464d46fde3df46d2d36ca2ef1c36d49bd5b94fe
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for garchive
    
    Affects-bug: lp-698849

diff --git a/utils/docs/.gitignore b/utils/docs/.gitignore
index fb56ed3..041f80d 100644
--- a/utils/docs/.gitignore
+++ b/utils/docs/.gitignore
@@ -15,3 +15,4 @@ sw2asc.html
 olib.html
 smash_megafile.html
 convert_sym.html
+garchive.html
diff --git a/utils/docs/Makefile.am b/utils/docs/Makefile.am
index d2eabf4..8f5beaf 100644
--- a/utils/docs/Makefile.am
+++ b/utils/docs/Makefile.am
@@ -17,7 +17,7 @@ endif
 
 dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1 olib.1 pads_backannotate.1 \
 	pcb_backannotate.1 refdes_renum.1 schdiff.1 sw2asc.1 tragesym.1 \
-	smash_megafile.1 convert_sym.1
+	smash_megafile.1 convert_sym.1 garchive.1
 
 
 # Rules for converting man->html
diff --git a/utils/docs/garchive.1 b/utils/docs/garchive.1
new file mode 100644
index 0000000..a559eb1
--- /dev/null
+++ b/utils/docs/garchive.1
@@ -0,0 +1,73 @@
+.TH garchive 1 "June 19th, 2011" "gEDA project" 1.7.1.20110619
+
+.SH NAME
+garchive \- create and extract gEDA design archives
+
+.SH SYNOPSIS
+.B garchive [
+.I options
+.B ] [-o
+.I output_file
+.B ]
+.I file
+.B ...
+
+.SH DESCRIPTION
+.B garchive
+creates and extracts gEDA designs from an archive. The two modes of
+operation are "archive mode" (archive creation) and "extract mode".
+In archive mode it creates a project archive from a bunch of project
+files, and in extract mode it extracts the files from the archive and
+places them in the local dir.
+.PP
+Archive mode is the default.
+
+.SH OPTIONS
+.TP
+-f filename 
+Optional.  Used in archive mode.  Read files to archive from <filename> 
+instead of garchiverc.
+.TP
+-v
+Verbose mode.
+.TP
+-e
+Extract the archive specified on the command line.
+.TP
+-a
+Create an archive. This is the default.
+.TP
+-o outfile
+Optional.  Used in archive mode.  Specifies the name of the
+output archive file.  The output file extension should be ".tar.gz".
+If this flag is not specified, the output file name is
+"ProjectArchive.tar.gz".
+.SH EXAMPLES
+To create an archive named MyArchive.tar.gz (the files to store listed in
+garchiverc):
+.IP
+garchive -o MyArchive.tar.gz
+.PP
+Verbosely create an archive (archives files listed on cmd line
+as well as those listed in garchiverc):
+.IP
+garchive -v -o MyArchive.tar.gz README Schematic1.sch Schematic2.sch Schematic3.sch
+.PP
+Extract an archive:
+.IP
+garchive -e ProjectArchive.tar.gz
+
+.SH AUTHOR
+Stuart Brorson <sdb@xxxxxxxxxx>
+
+.SH SEE ALSO
+.BR gschem (1)
+
+.SH COPYRIGHT
+.nf
+Copyright \(co 1999-2011 gEDA Contributors.  License GPLv2+: GNU GPL
+version 2 or later.  Please see the `COPYING' file included with this
+program for full details.
+.PP
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.

commit b14c43e2e50eb7946304646a2dfd34d5716ca8af
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add tragesym.html manpage rendering to gitignore

diff --git a/utils/docs/.gitignore b/utils/docs/.gitignore
index de8fbc3..fb56ed3 100644
--- a/utils/docs/.gitignore
+++ b/utils/docs/.gitignore
@@ -10,6 +10,7 @@ pads_backannotate.html
 pcb_backannotate.html
 refdes_renum.html
 schdiff.html
+tragesym.html
 sw2asc.html
 olib.html
 smash_megafile.html

commit 4e29a2afab4ccdfa2c43a2fcf5320d45190d93f1
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for convert_sym(1).
    
    New manpage for convert_sym, and add to build targets and gitignore.
    
    Affects-bug:698849

diff --git a/utils/docs/.gitignore b/utils/docs/.gitignore
index d876502..de8fbc3 100644
--- a/utils/docs/.gitignore
+++ b/utils/docs/.gitignore
@@ -13,3 +13,4 @@ schdiff.html
 sw2asc.html
 olib.html
 smash_megafile.html
+convert_sym.html
diff --git a/utils/docs/Makefile.am b/utils/docs/Makefile.am
index 2295dc5..d2eabf4 100644
--- a/utils/docs/Makefile.am
+++ b/utils/docs/Makefile.am
@@ -17,7 +17,7 @@ endif
 
 dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1 olib.1 pads_backannotate.1 \
 	pcb_backannotate.1 refdes_renum.1 schdiff.1 sw2asc.1 tragesym.1 \
-	smash_megafile.1
+	smash_megafile.1 convert_sym.1
 
 
 # Rules for converting man->html
diff --git a/utils/docs/convert_sym.1 b/utils/docs/convert_sym.1
new file mode 100644
index 0000000..cad9436
--- /dev/null
+++ b/utils/docs/convert_sym.1
@@ -0,0 +1,32 @@
+.TH convert_sym 1 "June 19th, 2011" "gEDA project" 1.7.1.20110619
+
+.SH NAME
+convert_sym \- convert a Viewlogic symbol/schematic to gEDA gschem format
+
+.SH SYNOPSIS
+.B convert_sym
+.I viewlogic_file
+
+.SH DESCRIPTION
+.B convert_sym
+converts a Viewlogic symbol/schematic to gEDA
+.B gschem
+format. It accepts one argument, the name of the file to convert;
+converted output is sent to stdout.
+
+.SH AUTHOR
+Mike Jarabek
+
+.SH SEE ALSO
+.BR gschem (1)
+
+.SH COPYRIGHT
+.nf
+Copyright \(co 1999-2011 gEDA Contributors.  License GPLv2+: GNU GPL
+version 2 or later.  Please see the `COPYING' file included with this
+program for full details.
+.PP
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+
+.

commit 77e61fd5cf2526f1446985676ddc04fcb3d9f4de
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Expand html man page names properly.
    
    Fixes an issue in 7d0ed87ac where the expansion of filenames was not
    happening properly due to a typo in the make subsitution macro.

diff --git a/gnetlist/docs/Makefile.am b/gnetlist/docs/Makefile.am
index c47dc5e..a7f2cbc 100644
--- a/gnetlist/docs/Makefile.am
+++ b/gnetlist/docs/Makefile.am
@@ -14,7 +14,7 @@ dist_man_MANS = gnetlist.1
 noinst_MANS = mk_verilog_syms.1
 
 # Rules for converting man->html
-html_man_files = $(dist_man_MANS:%.1,%.html)
+html_man_files = $(dist_man_MANS:%.1=%.html)
 SUFFIXES = .1 .html
 
 docsmandir=$(docdir)/man
diff --git a/utils/docs/Makefile.am b/utils/docs/Makefile.am
index a098638..2295dc5 100644
--- a/utils/docs/Makefile.am
+++ b/utils/docs/Makefile.am
@@ -21,7 +21,7 @@ dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1 olib.1 pads_backannotate.1 \
 
 
 # Rules for converting man->html
-html_man_files = $(dist_man_MANS:%.1,%.html)
+html_man_files = $(dist_man_MANS:%.1=%.html)
 SUFFIXES = .1 .html
 
 docsmandir=$(docdir)/man

commit d046a1d95d549283c362fd4dcfa9320bc30eafec
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for mk_verilog_syms.
    
    Add manpage for mk_verilog_syms, add to build targets and gitignore,
    but don't install it. Also, determine html targets for manpages
    automatically from the list of manpages.
    
    Affects-bug: lp-698849

diff --git a/gnetlist/docs/.gitignore b/gnetlist/docs/.gitignore
index 6ed5013..98aedc6 100644
--- a/gnetlist/docs/.gitignore
+++ b/gnetlist/docs/.gitignore
@@ -3,4 +3,5 @@ Makefile.in
 html
 latex
 gnetlist.html
+mk_verilog_syms.html
 *~
diff --git a/gnetlist/docs/Makefile.am b/gnetlist/docs/Makefile.am
index 96c7766..c47dc5e 100644
--- a/gnetlist/docs/Makefile.am
+++ b/gnetlist/docs/Makefile.am
@@ -11,10 +11,10 @@ dist_docsreadme_DATA = \
 	README.vhdl README.sysc README.eagle
 
 dist_man_MANS = gnetlist.1
-
+noinst_MANS = mk_verilog_syms.1
 
 # Rules for converting man->html
-html_man_files = gnetlist.html
+html_man_files = $(dist_man_MANS:%.1,%.html)
 SUFFIXES = .1 .html
 
 docsmandir=$(docdir)/man
diff --git a/gnetlist/docs/mk_verilog_syms.1 b/gnetlist/docs/mk_verilog_syms.1
new file mode 100644
index 0000000..23179c0
--- /dev/null
+++ b/gnetlist/docs/mk_verilog_syms.1
@@ -0,0 +1,37 @@
+.TH mk_verilog_syms 1 "June 19th, 2011" "gEDA Project" 1.7.1.20110619
+.SH NAME
+mk_verilog_syms \- Create gate symbols for the gEDA Verilog netlister
+
+.SH SYNOPSIS
+.B mk_verilog_syms
+
+.SH DESCRIPTION
+.B mk_verilog_syms
+creates a set of n-input gate symbols for the gEDA Verilog
+netlister. It creates the following symbols:
+.IP \(bu
+and[2-9]
+.IP \(bu
+nand[2-9]
+.IP \(bu
+nor[2-9]
+.IP \(bu
+or[2-9]
+.IP \(bu
+xor[2-9]
+.IP \(bu
+xnor[2-9]
+
+.SH AUTHOR
+Mike Jarabek
+.SH SEE ALSO
+.BR gschem (1),
+.BR gnetlist (1)
+.SH COPYRIGHT
+.nf
+Copyright \(co 1999-2011 gEDA Contributors.  License GPLv2+: GNU GPL
+version 2 or later.  Please see the `COPYING' file included with this
+program for full details.
+.PP
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.

commit c232f64ab04da64f192fc24d5213f3455772fd79
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    Add manpage for smash_megafile(1)
    
    Add the manpage for smash_megafile and added it to build sources in the make
    infrastructure and gitignore.
    
    Affects-bug: lp-698849

diff --git a/utils/docs/.gitignore b/utils/docs/.gitignore
index 92e2415..d876502 100644
--- a/utils/docs/.gitignore
+++ b/utils/docs/.gitignore
@@ -12,3 +12,4 @@ refdes_renum.html
 schdiff.html
 sw2asc.html
 olib.html
+smash_megafile.html
diff --git a/utils/docs/Makefile.am b/utils/docs/Makefile.am
index 4286d77..a098638 100644
--- a/utils/docs/Makefile.am
+++ b/utils/docs/Makefile.am
@@ -16,7 +16,8 @@ else
 endif
 
 dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1 olib.1 pads_backannotate.1 \
-	pcb_backannotate.1 refdes_renum.1 schdiff.1 sw2asc.1 tragesym.1
+	pcb_backannotate.1 refdes_renum.1 schdiff.1 sw2asc.1 tragesym.1 \
+	smash_megafile.1
 
 
 # Rules for converting man->html
diff --git a/utils/docs/smash_megafile.1 b/utils/docs/smash_megafile.1
new file mode 100644
index 0000000..40ada01
--- /dev/null
+++ b/utils/docs/smash_megafile.1
@@ -0,0 +1,26 @@
+.TH smash_megafile 1 "June 19th, 2011" "gEDA project" 1.7.1.20110619
+
+.SH NAME
+smash_megafile \- break a Viewlogic megafile into a million little pieces
+
+.SH SYNOPSIS
+.B smash_megafile
+.I megafile
+
+.SH OPTIONS
+.TP
+megafile
+is the name of a Viewlogic megafile without any extensions. The file
+<megafile>.lib and <megafile>.tbl must exist in the same directory.
+
+.SH AUTHOR
+Mike Jarabek
+
+.SH COPYRIGHT
+.nf
+Copyright \(co 1999-2011 gEDA Contributors.  License GPLv2+: GNU GPL
+version 2 or later.  Please see the `COPYING' file included with this
+program for full details.
+.PP
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.

commit b6ebe551f2f67f0d984a99c77b1582e92f9bab14
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    utils: add olib.html to gitignore
    
    This was missed in the addition of the manpage in commit 9497429a2.

diff --git a/utils/docs/.gitignore b/utils/docs/.gitignore
index 98f628d..92e2415 100644
--- a/utils/docs/.gitignore
+++ b/utils/docs/.gitignore
@@ -11,3 +11,4 @@ pcb_backannotate.html
 refdes_renum.html
 schdiff.html
 sw2asc.html
+olib.html




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs