diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2021-08-17 02:25:48 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2021-08-17 02:25:48 +0200 |
commit | fa90478444f6718ff52c9263c28b3bf094166224 (patch) | |
tree | 7a725f7510f1fc655bb43f949ad87f177f4be428 /Makefile | |
parent | 7b4791cfb73136db35160989c08660db55c3c34e (diff) | |
download | MusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.tar.gz MusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.tar.zst MusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.zip |
Update documentation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,3 +40,9 @@ publish-setup: | |||
40 | 40 | ||
41 | publish-poetry: | 41 | publish-poetry: |
42 | poetry publish | 42 | poetry publish |
43 | |||
44 | dump-readme: | ||
45 | ssh gitolite@git.immae.eu readme perso/Immae/Projets/Python/MusicSampler | ||
46 | |||
47 | update-readme: | ||
48 | poetry run python build_readme.py | ssh gitolite@git.immae.eu readme perso/Immae/Projets/Python/MusicSampler set | ||