restructure repository as an Octave pkg
Restructure this project as an Octave pkg.
-
Move m-files into inst -
Move code into src -
Create a new makefile to build srcwithout autotools -
Ensure srccan be built directly from Git, no bootstrap necessary -
Ensure srccan still be built out-of-tree -
Ensure srccan still be built against different Python runtimes -
Add DESCRIPTIONandINDEXpackage metadata files -
Test that pkg install https://gitlab.com/mtmiller/octave-pythonic/-/archive/master/octave-pythonic-master.tar.gzworks
Edited by Mike Miller