diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-06 22:48:44 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-06 22:48:44 +0000 |
commit | 2b229ddcb52a3bf9bef32e764f93cc57c1351420 (patch) | |
tree | fd55bcec08b6fcf5626697fef2547e63ea30057b /sxpm | |
parent | 50214deb692a9af760088f8e7a51955c7d3f1707 (diff) |
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY
Diffstat (limited to 'sxpm')
-rw-r--r-- | sxpm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index d7f05d4..1b63cb3 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -13,8 +13,8 @@ sxpm_LDADD = $(XPM_LIBS) $(SXPM_LIBS) $(top_builddir)/src/libXpm.la # Man page appmandir = $(APP_MAN_DIR) -appman_SOURCES = sxpm.man -appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) +appman_PRE = sxpm.man +appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) CLEANFILES = $(appman_DATA) |