Skip to content

Commit

Permalink
updated genmd script for #7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Jul 4, 2024
1 parent e2d1beb commit e180a0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ nav:
- ttml2srt: Filters/ttml2srt.md
- ttml2vtt: Filters/ttml2vtt.md
- ttmldec: Filters/ttmldec.md
- ttmlmerge: Filters/ttmlmerge.md
- ttxtdec: Filters/ttxtdec.md
- tx3g2srt: Filters/tx3g2srt.md
- tx3g2ttml: Filters/tx3g2ttml.md
Expand Down
8 changes: 5 additions & 3 deletions scripts/genmd.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/sh

cd docs/Filters
cd ../docs/Filters
gpac -genmd
git add *.md
cd ../MP4Box
MP4Box -genmd
cd ..

git add *.md
cd ../../scripts
git add ../mkdocs.yml

0 comments on commit e180a0d

Please sign in to comment.