mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 00:13:09 +02:00
genex/: added example set of comments (on WM9707SCFT/V)
This commit is contained in:
parent
3f3d957c98
commit
34095c70cb
8
genex/DESC
Normal file
8
genex/DESC
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
wm9707scft/v: This is a comment.
|
||||||
|
Continuation of the same line.
|
||||||
|
|
||||||
|
Here we have a line break,
|
||||||
|
and so on
|
||||||
|
wm9707scft/v: Another comment
|
||||||
|
for the same component.
|
||||||
|
WM9707SCFT/V: Component names in comments are case-insensitive.
|
@ -3,6 +3,6 @@
|
|||||||
# isn't. Some voodoo is still missing ...
|
# isn't. Some voodoo is still missing ...
|
||||||
PATH=$PATH:. ./genex \
|
PATH=$PATH:. ./genex \
|
||||||
-L /home/qi/kicad-libs/components \
|
-L /home/qi/kicad-libs/components \
|
||||||
/home/qi/kicad-libs/components/EXPAND >out.ps
|
/home/qi/kicad-libs/components/EXPAND DESC >out.ps
|
||||||
ps2pdf out.ps out.pdf
|
ps2pdf out.ps out.pdf
|
||||||
rm -f out.ps
|
rm -f out.ps
|
||||||
|
Loading…
Reference in New Issue
Block a user