diff options
author | Dave Airlie <airlied@redhat.com> | 2012-11-05 22:21:42 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-05 22:21:42 +0000 |
commit | 2089a0080edb1b42449ee9a97f2cef7399c16d53 (patch) | |
tree | 383d55efbe6e489001a429d4b3c4dd00205079cd /man | |
parent | e32fff8e9ea8d522679eaab21a9555cab134fb36 (diff) |
fix make distcheck
typo,
Reported-by: mareko on irc
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 73068e68..ccd6545c 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -4,7 +4,7 @@ libman_PRE = drmAvailable.man \ drmModeGetResources.man libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) EXTRA_DIST = $(libman_PRE) -CLEANFILE = $(libman_DATA) +CLEANFILES = $(libman_DATA) SUFFIXES = .$(LIB_MAN_SUFFIX) .man .man.$(LIB_MAN_SUFFIX): |