mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 02:30:06 +01:00
Fix typo in MAN_SRCS (Dawid Gajownik)
This commit is contained in:
parent
8814896da8
commit
b05e78dd40
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Xserver.man covers options generic to all X servers built in this tree
|
||||
MAN_SRCS = Xorg.man.pre Xorg.conf.man.pre
|
||||
MAN_SRCS = Xorg.man.pre xorg.conf.man.pre
|
||||
|
||||
man1_MANS = Xorg.man
|
||||
|
||||
|
|
@ -16,4 +16,4 @@ include $(top_srcdir)/cpprules.in
|
|||
|
||||
EXTRAMANDEFS = -D__logdir__=$(logdir)
|
||||
|
||||
EXTRA_DIST = $(MAN_SRCS)
|
||||
EXTRA_DIST = $(MAN_SRCS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue