2018-10-19 11:07:25 +02:00
|
|
|
From 0ec32ea7cc2f9947ede1c87d079f6f34c221cb45 Mon Sep 17 00:00:00 2001
|
2014-02-05 01:11:41 +01:00
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
2018-10-19 11:07:25 +02:00
|
|
|
Date: Wed, 5 Feb 2014 00:33:39 +0100
|
|
|
|
Subject: [PATCH] build: stop misplacing documentation
|
2014-02-05 01:11:41 +01:00
|
|
|
|
|
|
|
docdir must not be statically set as it would override what the
|
|
|
|
user gave to ./configure --docdir=...
|
|
|
|
---
|
2021-07-01 22:04:56 +02:00
|
|
|
doc/Makefile.am | 2 --
|
2018-10-19 11:07:25 +02:00
|
|
|
1 file changed, 2 deletions(-)
|
2014-02-05 01:11:41 +01:00
|
|
|
|
2021-07-01 22:04:56 +02:00
|
|
|
Index: 4ti2-1.6.9/doc/Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- 4ti2-1.6.9.orig/doc/Makefile.am
|
|
|
|
+++ 4ti2-1.6.9/doc/Makefile.am
|
2018-10-19 11:07:25 +02:00
|
|
|
@@ -1,5 +1,3 @@
|
2014-02-05 01:11:41 +01:00
|
|
|
-docdir = $(pkgdatadir)/doc
|
2018-10-19 11:07:25 +02:00
|
|
|
-
|
2014-02-05 01:11:41 +01:00
|
|
|
doc_DATA = 4ti2_manual.pdf
|
|
|
|
|
2018-10-19 11:07:25 +02:00
|
|
|
## Manual sources.
|