diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 00000000..07a618f0 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,12 @@ + +DESTDIR = /usr/local/xrdp +CFGDIR = /etc/xrdp +PIDDIR = /var/run +MANDIR = /usr/local/man +DOCDIR = /usr/doc/xrdp + +all: world + +world: + +install: