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 80d0238..993178e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ xgc_SOURCES = \ text.c \ xgc.h -appman_SOURCES = \ +appman_PRE = \ xgc.man BUILT_SOURCES = gram.h gram.c lex.c @@ -80,9 +80,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 |