nextcloud-desktop/doc/makeman.sh
2008-07-03 11:10:12 +02:00

8 lines
179 B
Bash
Executable file

#!/bin/bash
# Last Change: 2008-07-03 11:08:54
for f in $@; do
test "${f##*/}" = "CMakeLists.txt" && continue
a2x --doctype=manpage --format=manpage $f
rm ${f%.*}.xml
done