Avoid attempts at rebuilding gperf-documentation.

This commit is contained in:
Oliver Tappe
2013-09-07 15:30:58 +02:00
parent 4140f231ab
commit 08421602f5

View File

@@ -33,6 +33,9 @@ BUILD_PREREQUIRES="
BUILD()
{
# touch documentation to avoid attempts at rebuilding it (which will fail)
touch doc/*.{pdf,ps}
runConfigure ./configure
make $jobArgs
}