diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-05 17:56:58 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-05 18:28:48 -0800 |
commit | 2dd053667b44c55e2bf601aec7b75fc6fee1cf44 (patch) | |
tree | 9637533ebf82aa93cadae934044c4ea61a64929f /man | |
parent | 02543bba816e065c02cd36e0c9e21519a9ee9c96 (diff) |
Add XCompose man page shadow for Compose man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
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)" > $@ |