summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfrastructure/makeparcels.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in
index 6a7ea99e..13fb5459 100755
--- a/infrastructure/makeparcels.pl.in
+++ b/infrastructure/makeparcels.pl.in
@@ -211,7 +211,7 @@ $dir/${name}.gz: docs/man/${name}.gz
EOF
# Only build the docs if we're building from trunk.
# Releases have the docs pre-made.
- print MAKE <<EOF if $product_version =~ /trunk_[0-9]+/;
+ print MAKE <<EOF;
.PHONY: docs/man/${name}.gz
docs/man/${name}.gz: docs/bb-man.xsl
(cd docs; \$(MAKE) $name)