diff options
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 230a3d1..7ae7a57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ xcalc_SOURCES = \ xcalc.c \ xcalc.h -appman_SOURCES = \ +appman_PRE = \ xcalc.man # App default files (*.ad) @@ -58,9 +58,9 @@ CLEANFILES = $(APPDEFAULTFILES) 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 |