diff options
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 |