Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (revision 1268) @@ -0,0 +1,5 @@ +all: + cd ../../src && make mod_export_ps + +clean: + rm *.o *.so 2>/dev/null ; true Index: Plug.tmpasm =================================================================== --- Plug.tmpasm (nonexistent) +++ Plug.tmpasm (revision 1268) @@ -0,0 +1,15 @@ +append /local/pcb/export_lpr/enable {} +append /local/pcb/export_lpr/buildin {} + +put /local/pcb/mod {export_lpr} +put /local/pcb/mod/OBJS [@ $(PLUGDIR)/export_lpr/lpr.o @] + +if /local/pcb/export_lpr/enable then + if /local/pcb/export_lpr/buildin then + include {Makefile.in.mod/Buildin} + else + include {Makefile.in.mod/Plugin} + end +else + include {Makefile.in.mod/Disable} +end Index: README =================================================================== --- README (nonexistent) +++ README (revision 1268) @@ -0,0 +1,4 @@ +Export to lpr (using export_ps to generate postscript) + +#state: works +#default: buildin