- fix man page generation

This commit is contained in:
jorton 2007-10-24 14:09:36 +00:00
parent 1f6c608958
commit b9d55d79e4
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ date +"%e %B %Y" | tr -d '\n' > date.xml
echo -n %{version} > version.xml
for m in certwatch.xml genkey.xml keyrand.xml; do
xmlto man $RPM_SOURCE_DIR/${m}
cp $RPM_SOURCE_DIR/${m} .
xmlto man ${m}
done
pushd Makerand