mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
23 lines
891 B
Plaintext
23 lines
891 B
Plaintext
From 1c1b8f8071ff6d877a2b34b6287c6c90c93b683b Mon Sep 17 00:00:00 2001
|
|
From: begasus <begasus@gmail.com>
|
|
Date: Sun, 23 Apr 2017 16:01:56 +0200
|
|
Subject: fix top-level entry share
|
|
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 3756465..dd17806 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -40,7 +40,7 @@ gloginclude_HEADERS = src/glog/log_severity.h
|
|
nodist_gloginclude_HEADERS = src/glog/logging.h src/glog/raw_logging.h src/glog/vlog_is_on.h src/glog/stl_logging.h
|
|
noinst_HEADERS = src/glog/logging.h.in src/glog/raw_logging.h.in src/glog/vlog_is_on.h.in src/glog/stl_logging.h.in
|
|
|
|
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = @docdir@/$(PACKAGE)-$(VERSION)
|
|
## This is for HTML and other documentation you want to install.
|
|
## Add your documentation files (in doc/) in addition to these
|
|
## top-level boilerplate files. Also add a TODO file if you have one.
|
|
--
|
|
2.7.0
|
|
|