install oscopy.scm into gEDA scheme dir
commit1c05b92bc0f22c6f98d9ffbf6d3bfbe75b57ea5f
authorIvan Stankovic <pokemon@fly.srk.fer.hr>
Sat, 13 Mar 2010 10:47:26 +0000 (13 11:47 +0100)
committerIvan Stankovic <pokemon@fly.srk.fer.hr>
Sat, 13 Mar 2010 10:47:26 +0000 (13 11:47 +0100)
treedb1ab415d3f78080722f134fe65cdac04b240610
parente5a2579f94dca8f8889f316b112200ee87891e4a
install oscopy.scm into gEDA scheme dir

The script oscopy.scm adds a menu to gschem that allows running/updating
oscopy from within gschem. It is generated from oscopy.scm.in by substituting
the paths we need for oscopy to run. After 'make install', the user only
needs to add

        (load-from-path "oscopy.scm")

to her gschemrc.
Makefile.am
configure.ac
scheme/Makefile.am [new file with mode: 0644]
scheme/oscopy.scm.in [new file with mode: 0644]