diff options
-rw-r--r-- | Makefile.am | 20 | ||||
-rw-r--r-- | app-defaults/Xfd (renamed from app-defaults/Xfd.ad) | 2 |
2 files changed, 6 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am index e07348d..dbfbeb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,31 +33,21 @@ xfd_SOURCES = \ appman_PRE = \ xfd.man -# App default files (*.ad) +# App default files appdefaultdir = @appdefaultdir@ -APPDEFAULTFILES = \ +dist_appdefault_DATA = \ app-defaults/Xfd -SUFFIXES = .ad - -.ad: - cp $< $@ - -appdefault_DATA = $(APPDEFAULTFILES) - -EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) - -CLEANFILES = $(APPDEFAULTFILES) appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST += $(appman_PRE) -CLEANFILES += $(appman_DATA) +EXTRA_DIST = $(appman_PRE) +CLEANFILES = $(appman_DATA) SED = sed @@ -78,7 +68,7 @@ MAN_SUBSTS = \ -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' -SUFFIXES += .$(APP_MAN_SUFFIX) .man +SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): sed $(MAN_SUBSTS) < $< > $@ diff --git a/app-defaults/Xfd.ad b/app-defaults/Xfd index 29ff522..8b738c8 100644 --- a/app-defaults/Xfd.ad +++ b/app-defaults/Xfd @@ -16,7 +16,7 @@ *next16.Label: +16 *select.Label: Select a character -*metrics.Label: +*metrics.Label: *select.Justify: center *metrics.Justify: center *range.Justify: left |