summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-12-07 22:28:53 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-12-07 22:28:53 -0800
commite0ac2ea8b211bdca848679ee59362384f0f97e36 (patch)
tree8231bf90e055d66c9c46ceaed2963572ee2507e2
parent345633dc9c79b32a1b391dfb4dfedf87ae9e291b (diff)
Fix make distcheck (./util/makestrs.1 left after distclean)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index a11d4dc..892bd80 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -22,7 +22,7 @@ appman_PRE = makestrs.man
noinst_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
EXTRA_DIST += $(appman_PRE)
-CLEANFILES = $(appman_DATA)
+CLEANFILES = $(appman_DATA) $(noinst_DATA)
SED = sed