diff options
| author | Mikko Syrjä <mikko@3d-system.fi> | 2019-03-06 22:07:24 +0200 |
|---|---|---|
| committer | Mikko Syrjä <mikko@3d-system.fi> | 2019-03-06 22:07:24 +0200 |
| commit | 9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9 (patch) | |
| tree | 190c82145d0e7d6deab3d227e931169b9912e020 /help/Makefile | |
| parent | e80fe5ea630453fc455d161e15f72f4fd46b7272 (diff) | |
| download | symedit-9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9.tar.gz symedit-9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9.zip | |
Added initial help in english and finnish.
Diffstat (limited to 'help/Makefile')
| -rw-r--r-- | help/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/help/Makefile b/help/Makefile new file mode 100644 index 0000000..c86dd2a --- /dev/null +++ b/help/Makefile @@ -0,0 +1,7 @@ +# Minimal makefile for Sphinx documentation +# + +# Put it first so that "make" without argument is like "make help". +help: + cd eng && make html + cd fin && make html |
