summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-07-26 18:14:03 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-02-03 23:52:23 +0100
commitf01cd926f91b05809a7118801cd6976c091dacfb (patch)
tree31c9a417486f2b5f693931d9ed203a46df4720f9
parent9935723068960073638ff16a7727757be7546232 (diff)
Install HTML docs to FHS conformant /usr/share
This patch changes a Makefile to install HTML docs to an FHS conformant dir Gbp-Pq: Name 03-makefile-install-html.patch
-rw-r--r--doc/html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/Makefile b/doc/html/Makefile
index 427ae37..5b5319a 100644
--- a/doc/html/Makefile
+++ b/doc/html/Makefile
@@ -2,7 +2,7 @@ MAGICDIR = ../..
include $(MAGICDIR)/defs.mak
-HTML_INSTDIR=$(LIBDIR)/magic/doc/html
+HTML_INSTDIR=/usr/share/doc/magic/html
install: $(DESTDIR)${HTML_INSTDIR}
tar cf - . | (cd $(DESTDIR)${HTML_INSTDIR}; tar xf - )