diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-06 22:48:23 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-06 22:48:23 +0000 |
commit | 0a4cd3760ebc41fa95fea45ba0cc5579beebba4a (patch) | |
tree | 6f9da4e4f71163c74c6eb547c3b3546e42f27cdb /Makefile.am | |
parent | f64993bf8cc357a05ee11ce28e0c60322cec98d2 (diff) |
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 10b30bd..f96136a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,14 +32,14 @@ xkbprint_SOURCES = \ xkbprint.c \ xkbprint.h -appman_SOURCES = \ +appman_PRE = \ xkbprint.man appmandir = $(APP_MAN_DIR) -appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) +appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST = $(appman_SOURCES) +EXTRA_DIST = $(appman_PRE) CLEANFILES = $(appman_DATA) SED = sed |