Skip to content

Commit e180a0d

Browse files
committed
updated genmd script for #7
1 parent e2d1beb commit e180a0d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ nav:
273273
- ttml2srt: Filters/ttml2srt.md
274274
- ttml2vtt: Filters/ttml2vtt.md
275275
- ttmldec: Filters/ttmldec.md
276+
- ttmlmerge: Filters/ttmlmerge.md
276277
- ttxtdec: Filters/ttxtdec.md
277278
- tx3g2srt: Filters/tx3g2srt.md
278279
- tx3g2ttml: Filters/tx3g2ttml.md

scripts/genmd.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/bin/sh
22

3-
cd docs/Filters
3+
cd ../docs/Filters
44
gpac -genmd
5+
git add *.md
56
cd ../MP4Box
67
MP4Box -genmd
7-
cd ..
8-
8+
git add *.md
9+
cd ../../scripts
10+
git add ../mkdocs.yml

0 commit comments

Comments
 (0)