diff options
author | Galin Simeonov <gts@volconst.com> | 2021-07-15 18:18:29 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-07-15 18:18:29 +0300 |
commit | 8eed597376e567d5572f4f53e37946e67d5e5e07 (patch) | |
tree | 8fbc32dba361d0eb603c2428956fdcfabfb31996 /doc/makefile | |
parent | 2a1799bb9588e17e78c0f181c0bbdc46102c8366 (diff) | |
download | MEGATRON-8eed597376e567d5572f4f53e37946e67d5e5e07.tar.gz |
added the project documentation
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile new file mode 100644 index 0000000..9ca1185 --- /dev/null +++ b/doc/makefile @@ -0,0 +1,3 @@ +install: + cat project.mg | preconv | groff -mg -Tps > a.ps + ps2pdf a.ps a.pdf |