diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-06 22:48:17 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-06 22:48:17 +0000 |
commit | a562cac61783c618b6e5b4ad6a0b25f279235b0d (patch) | |
tree | 09f38e6e71c14fe989fc39254089ec045c6b9d2a /Makefile.am | |
parent | 9b83de948d48c6d8528200eebcd62c8774672ef4 (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 83c7329..b6b40ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,15 +27,15 @@ listres_LDADD = $(LISTRES_LIBS) listres_SOURCES = \ listres.c -appman_SOURCES = \ +appman_PRE = \ listres.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 |