summaryrefslogtreecommitdiff
path: root/PrepareRelease
diff options
context:
space:
mode:
Diffstat (limited to 'PrepareRelease')
-rwxr-xr-xPrepareRelease4
1 files changed, 2 insertions, 2 deletions
diff --git a/PrepareRelease b/PrepareRelease
index 0d9d183..c4447ca 100755
--- a/PrepareRelease
+++ b/PrepareRelease
@@ -59,8 +59,8 @@ for file in pcre pcrebuild pcrematching pcreapi pcrecallout pcrecompat \
fi
done
-# The two commands
-for file in pcretest pcregrep ; do
+# The three commands
+for file in pcretest pcregrep pcre-config ; do
echo Making $file.txt
nroff -c -man $file.1 >$file.rawtxt
../CleanTxt <$file.rawtxt >$file.txt