mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
11 lines
178 B
Makefile
11 lines
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
|