mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 08:18:13 +02:00
11 lines
No EOL
178 B
Makefile
11 lines
No EOL
178 B
Makefile
MAN_SRCS = Xprt.man.pre
|
|
|
|
man1_MANS = Xprt.man
|
|
|
|
all-local: $(man1_MANS)
|
|
|
|
CLEANFILES = $(man1_MANS)
|
|
|
|
include $(top_srcdir)/cpprules.in
|
|
|
|
EXTRA_DIST = $(MAN_SRCS) Xprt.html Xprt.sgml
|