summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-26 19:51:05 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-01-29 17:04:56 +0100
commit7fbc690bd475af7f10839133da6b097557abc284 (patch)
tree3607309a97443faff46f7b18ab27c7d6bce328c0
parentcff1072620137ed25fa7670d1953d846941033e2 (diff)
Tutorials and ps files installed in /usr/share/doc/magic
Gbp-Pq: Name 0009-Tutorials-and-ps-files-installed-in-usr-share-doc-ma.patch
-rw-r--r--doc/latexfiles/Makefile2
-rw-r--r--doc/tutcells/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/latexfiles/Makefile b/doc/latexfiles/Makefile
index 5b0ba47..2cc3fb6 100644
--- a/doc/latexfiles/Makefile
+++ b/doc/latexfiles/Makefile
@@ -3,7 +3,7 @@ MAGICDIR = ../..
include $(MAGICDIR)/defs.mak
PS_SRCDIR=../psfiles
-PS_INSTDIR=$(LIBDIR)/magic/doc
+PS_INSTDIR=/usr/share/doc/magic/ps
.SUFFIXES: .dvi .tex .ps
diff --git a/doc/tutcells/Makefile b/doc/tutcells/Makefile
index 7edc8cb..1e504e2 100644
--- a/doc/tutcells/Makefile
+++ b/doc/tutcells/Makefile
@@ -6,7 +6,7 @@ MAGICDIR = ../..
include ${MAGICDIR}/defs.mak
-TUTDIR = ${LIBDIR}/magic/tutorial
+TUTDIR = /usr/share/doc/magic/tutorial
TUTFILES= m3a.mag maint2a.mag tut1.mag \
tut2a.mag tut2b.mag tut2c.mag tut2d.mag \