nextcloud-desktop/doc/makeman.sh

9 lines
179 B
Bash
Raw Normal View History

2008-07-03 13:10:12 +04:00
#!/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