Index: trunk/src_plugins/autocrop/autocrop.c =================================================================== --- trunk/src_plugins/autocrop/autocrop.c (revision 3896) +++ trunk/src_plugins/autocrop/autocrop.c (revision 3897) @@ -33,15 +33,8 @@ * one redraw at the end). * * - * The source is: http://ad7gd.net/geda/autocrop.c + * Original source was: http://ad7gd.net/geda/autocrop.c * - * And you compile/install with: - *
-# set PCB to your PCB source directory
-PCB=$(HOME)/cvs/pcb
-gcc -I$(PCB) -I$(PCB)/src -O2 -shared autocrop.c -o autocrop.so
-cp autocrop.so ~/.pcb/plugins
- * 
* Run it by typing `:Autocrop()' in the gui, or by binding Autocrop() to a key. * * -- Index: trunk/src_plugins/boardflip/boardflip.c =================================================================== --- trunk/src_plugins/boardflip/boardflip.c (revision 3896) +++ trunk/src_plugins/boardflip/boardflip.c (revision 3897) @@ -10,14 +10,8 @@ * * Ported to pcb-rnd by Tibor 'Igor2' Palinkas in 2016. * - * http://www.delorie.com/pcb/boardflip.c + * Original source was: http://www.delorie.com/pcb/boardflip.c * - * Compile like this: - *
-gcc -I$HOME/geda/pcb-cvs/src -I$HOME/geda/pcb-cvs -O2 -shared boardflip.c -o boardflip.so
- * 
- * The resulting boardflip.so goes in $HOME/.pcb/plugins/boardflip.so. - * * Usage: Boardflip() * * All objects on the board are up-down flipped. Index: trunk/src_plugins/distalign/distalign.c =================================================================== --- trunk/src_plugins/distalign/distalign.c (revision 3896) +++ trunk/src_plugins/distalign/distalign.c (revision 3897) @@ -86,10 +86,8 @@ * Now you can select an object and hit your key and the object will * warp to the same X coordinate as your cursor. * - * Source: http://ad7gd.net/geda/distalign.c + * Original source was: http://ad7gd.net/geda/distalign.c * - * Same compile instructions as before. Feedback is appreciated! - * * [*] If it has any flaws, it is that you can't operate non-element * objects, though some melding of autocrop (which knows how to do such * things) and distalign could produce such a capability.