mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-06 03:28:01 +02:00
man: Fix typo in Makefile
Missing line continuation was preventing the XCompose alias from being generated. Signed-off-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
68530599e6
commit
6babf2123d
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ if MANPAGES
|
|||
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \
|
||||
$(all_shadows:=.@LIB_MAN_SUFFIX@)
|
||||
|
||||
fileman_DATA = $(fileman_PRE:man=@FILE_MAN_SUFFIX@)
|
||||
fileman_DATA = $(fileman_PRE:man=@FILE_MAN_SUFFIX@) \
|
||||
$(file_shadows:=.@FILE_MAN_SUFFIX@)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue