aboutsummaryrefslogtreecommitdiff
path: root/dev/dist.sh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-09-24 01:37:08 +0200
committerMattias Andrée <maandree@operamail.com>2012-09-24 01:37:08 +0200
commitcc6df2706f0ee88a32ced8f14bbe6c40d9bc121a (patch)
tree48dae743cf6eb59bfa3ed4a95c798adb65ed52de /dev/dist.sh
parentd610f6166fbc3c5769f86ae97224dbc7d081b932 (diff)
downloadponysay-cc6df2706f0ee88a32ced8f14bbe6c40d9bc121a.tar.gz
ponysay-cc6df2706f0ee88a32ced8f14bbe6c40d9bc121a.tar.bz2
ponysay-cc6df2706f0ee88a32ced8f14bbe6c40d9bc121a.zip
pdf manual build cleanup update + gitignore update
Diffstat (limited to 'dev/dist.sh')
-rwxr-xr-xdev/dist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/dist.sh b/dev/dist.sh
index fb54ae7..870f3e2 100755
--- a/dev/dist.sh
+++ b/dev/dist.sh
@@ -39,7 +39,7 @@ ttyponies()
pdfmanual()
{
texi2pdf "manuals/ponysay.texinfo"
- for ext in `echo aux cp cps fn ky log pg toc tp vr op ops bak`; do
+ for ext in `echo aux cp cps fn ky log pg toc tp vr op ops pgs vrs bak`; do
if [ -f "ponysay.$ext" ]; then
unlink "ponysay.$ext"
fi