summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-14 09:10:11 +0000
committerRoland McGrath <roland@gnu.org>2002-09-14 09:10:11 +0000
commitb63429360053ea95d28defeccfc2c764fdfd90ab (patch)
tree050d365667f2074381f6b2df3293632a13b274a3 /Makefile
parent09af82c9bd093d30c22e3ecf04b8ff310f5cdfa8 (diff)
* Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41f571e95a..2e2a8af06c 100644
--- a/Makefile
+++ b/Makefile
@@ -312,7 +312,7 @@ FORCE:
rpm/%: subdir_distinfo
$(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F)
-iconvdata/% localedata/% po/%:
+iconvdata/% localedata/% po/% manual/%:
$(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F)
# This is a special goal for people making binary distributions. Normally