diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-06 22:48:22 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-06 22:48:22 +0000 |
commit | 8984dd78af13984d80d6f1b751be415b30940816 (patch) | |
tree | a87a79fff37797ae2362e3c32fed17a0ea28eff7 /Makefile.am | |
parent | 5f042cf69982bfb6bf045a543de232b0658f06bc (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 ba90254..e4ed6c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,13 +6,13 @@ xhost_CFLAGS = @XHOST_CFLAGS@ xhost_LDADD = @XHOST_LIBS@ -appman_SOURCES = xhost.man +appman_PRE = xhost.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 |