From 7ffd5bee31a7fed81c3baafedc52812bb632e78d Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 15 Jun 2018 23:02:34 +0200 Subject: [PATCH] update documentation path --- Makefile | 2 +- usr/share/doc/dsnap-sync/README.md | 1 + usr/share/doc/dsnap-sync/TODO.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 usr/share/doc/dsnap-sync/README.md create mode 120000 usr/share/doc/dsnap-sync/TODO.md diff --git a/Makefile b/Makefile index f393f89..8a98da0 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ DSNAP_SYNC_EXAMPLES = /usr/share/doc/dsnap-sync BIN_DIR = $(DESTDIR)$(PREFIX)/bin SYSTEMD_DIR = $(DESTDIR)$(PREFIX)/lib/systemd/system -DOC_DIR = $(DESTDIR)$(PREFIX)/usr/share/doc/$(PKGNAME) +DOC_DIR = $(DESTDIR)$(PREFIX)/share/doc/$(PKGNAME) .PHONY: install diff --git a/usr/share/doc/dsnap-sync/README.md b/usr/share/doc/dsnap-sync/README.md new file mode 120000 index 0000000..ff5c796 --- /dev/null +++ b/usr/share/doc/dsnap-sync/README.md @@ -0,0 +1 @@ +../../../../README.md \ No newline at end of file diff --git a/usr/share/doc/dsnap-sync/TODO.md b/usr/share/doc/dsnap-sync/TODO.md new file mode 120000 index 0000000..cb1d98b --- /dev/null +++ b/usr/share/doc/dsnap-sync/TODO.md @@ -0,0 +1 @@ +../../../../TODO.md \ No newline at end of file