File: 0012-upstream-html-install-dir-part-2.patch

package info (click to toggle)
xournal 1%3A0.4.8.2016-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 4,300 kB
  • sloc: ansic: 17,675; sh: 4,164; makefile: 159; xml: 8
file content (22 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Denis Auroux <auroux@users.sourceforge.net>
Date: Fri, 1 Jun 2018 13:22:44 -0700
Subject: upstream html install dir part 2

Fix: Install html documentation in docdir/htmldir instead of html-doc
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 6c42573..4c61561 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ install-data-local:
 	    fi \
 	  done; \
 	  if test ! -e $(DESTDIR)$(htmldir)/pixmaps; then \
-	    ln -s $(DESTDIR)$(pkgdatadir)/pixmaps $(DESTDIR)$(htmldir)/pixmaps; \
+	    ln -s $(pkgdatadir)/pixmaps $(DESTDIR)$(htmldir)/pixmaps; \
 	  fi \
 	fi; \
 	echo "*** Desktop files, icons, MIME types not installed. Run 'make desktop-install'"; \