Index: trunk/debian/README =================================================================== --- trunk/debian/README (nonexistent) +++ trunk/debian/README (revision 1038) @@ -0,0 +1 @@ +Debian packaging. Index: trunk/doc-rnd/README =================================================================== --- trunk/doc-rnd/README (nonexistent) +++ trunk/doc-rnd/README (revision 1038) @@ -0,0 +1,4 @@ +pcb-rnd "diff" documentation: this directory contains documentation +on the features that differ from the original pcb version it was forked from. + +Documentation of the original version can be found in ../doc-orig Index: trunk/pcblib/README =================================================================== --- trunk/pcblib/README (nonexistent) +++ trunk/pcblib/README (revision 1038) @@ -0,0 +1,8 @@ +This directory hosts the pcb-rnd's new footprint library. To avoid +confusuin with "newlib", which is in use in mainline, this one is called +pcblib. + +Some footprints are dynamically generated by scripts; they are +called parametric footprints and are in parametric/. Other footprints +are plain old data file footprints (static footpritns) in all the other +directories. Index: trunk/scconfig/README =================================================================== --- trunk/scconfig/README (nonexistent) +++ trunk/scconfig/README (revision 1038) @@ -0,0 +1,3 @@ +The configuration system that runs ./configure. + +The engine is scconfig. Index: trunk/util/README =================================================================== --- trunk/util/README (nonexistent) +++ trunk/util/README (revision 1038) @@ -0,0 +1,3 @@ +Programs and scripts that are not integral part of the pcb executable. + +These are typically used as standalone utilities among with pcb. Index: trunk/w32/README =================================================================== --- trunk/w32/README (revision 1037) +++ trunk/w32/README (revision 1038) @@ -1,3 +1,7 @@ +Cross compile pcb-rnd on windows. + +Inherited from the original pcb code, haven't been tested yet. + ======== Minipack ========