1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
rofi/doc/meson_build_manpages.sh
2021-08-29 11:16:59 +02:00

11 lines
197 B
Bash
Executable file

#!/usr/bin/env bash
## Did not get this working in meson directly.
## not via generator or custom_target.
pushd "${MESON_SOURCE_ROOT}"
for a in $@
do
go-md2man -in $a -out ${a%.markdown}
done