Skip to content

Commit

Permalink
Workaround md2gmi glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 10, 2024
1 parent 988499b commit e8f1613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ gmi:
$(MD2GMI) -i $$a -o $$b; \
sed -e 's,\.md,\.gmi,' -i $$b; \
done
grep -v 134 < gmi/SUMMARY.gmi | grep -v '^-' > .a.a
mv .a.a gmi/SUMMARY.gmi
ln -v gmi/SUMMARY.gmi gmi/index.gmi
tar -czf r2book-gmi.tar.gz -C gmi .

0 comments on commit e8f1613

Please sign in to comment.