diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
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: |