# HG changeset patch # User A.M. Thurnherr # Date 1337156802 0 # Node ID dcc97ece4503a892f6015b1386bdd44f58820074 # Parent 9139db7173d55fcba11115a9a1a66c4a92b9caa4 V1.0 diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +#====================================================================== +# M A K E F I L E +# doc: Tue May 15 18:12:31 2012 +# dlm: Wed May 16 08:26:19 2012 +# (c) 2012 A.M. Thurnherr +# uE-Info: 16 18 NIL 0 0 72 0 2 4 NIL ofnI +#====================================================================== + +.PHONY: version +version: + @sed -n '/^description =/s/description = //p' .hg/hgrc + +.PHONY: publish +publish: + cd ..; \ + scp -Cr Matlab_tools miles:public_hg diff --git a/README b/README new file mode 100644 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +====================================================================== + R E A D M E + doc: Tue May 15 18:10:40 2012 + dlm: Wed May 16 08:26:02 2012 + (c) 2012 A.M. Thurnherr + uE-Info: 18 0 NIL 0 0 72 3 2 4 NIL ofnI +====================================================================== + +This directory contains a set of Matlab tools written and copyrighted +by A.M. Thurnherr. + +To find out which version you have, run "make" in current directory. + +Most of the source files use a hard tab of 4 spaces, i.e. they can be +viewed correctly, e.g. with "less -x4". + +There is currently no documentation, nor is there support. + +SOFTWARE CAN BE FREELY USED AND COPIED FOR EDUCATIONAL OR OTHER +NOT-FOR-PROFIT PURPOSES. +