From 2dd053667b44c55e2bf601aec7b75fc6fee1cf44 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 5 Jan 2010 17:56:58 -0800 Subject: [PATCH] Add XCompose man page shadow for Compose man page Signed-off-by: Alan Coopersmith --- man/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man/Makefile.am b/man/Makefile.am index c6aff51f..af83903f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -204,6 +204,7 @@ libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \ $(all_shadows:=.@LIB_MAN_SUFFIX@) fileman_DATA = $(fileman_PRE:man=@FILE_MAN_SUFFIX@) + $(file_shadows:=.@FILE_MAN_SUFFIX@) endif EXTRA_DIST = $(libman_PRE) $(fileman_PRE) @@ -1657,3 +1658,13 @@ $(XmbTextExtents_shadowmen): XmbTextPerCharExtents_shadowmen = $(XmbTextPerCharExtents_shadows:=.@LIB_MAN_SUFFIX@) $(XmbTextPerCharExtents_shadowmen): $(AM_V_GEN)echo ".so man$(LIB_MAN_DIR_SUFFIX)/XmbTextPerCharExtents.$(LIB_MAN_SUFFIX)" > $@ + +file_shadows = \ + $(Compose_shadows) + +Compose_shadows = \ + XCompose + +Compose_shadowmen = $(Compose_shadows:=.@FILE_MAN_SUFFIX@) +$(Compose_shadowmen): + $(AM_V_GEN)echo ".so man$(FILE_MAN_DIR_SUFFIX)/Compose.$(FILE_MAN_SUFFIX)" > $@