[bijiben] Autotools: do not install bijiben_doc files
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] Autotools: do not install bijiben_doc files
- Date: Sun, 25 Nov 2012 23:18:07 +0000 (UTC)
commit 7687f8df4dfe1ff3fb633543f5e616ff3feb2863
Author: Pierre-Yves Luyten <py luyten fr>
Date: Mon Nov 26 00:08:29 2012 +0100
Autotools: do not install bijiben_doc files
AUTHORS README and other were installed. This is no extra dist.
Makefile.am | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9b2e6ba..4c20e9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
SUBDIRS = libgd src data po help
-bijibendocdir = ${prefix}/doc/bijiben
-bijibendoc_DATA = \
+bijibendoc = \
README\
COPYING\
AUTHORS\
@@ -17,7 +16,7 @@ INTLTOOL_FILES = intltool-extract.in \
intltool-merge.in \
intltool-update.in
-EXTRA_DIST = $(bijibendoc_DATA) \
+EXTRA_DIST = $(bijibendoc) \
$(INTLTOOL_FILES) \
gnome-doc-utils.make
@@ -34,8 +33,4 @@ ChangeLog:
dist: ChangeLog
-# Remove doc directory on uninstall
-uninstall-local:
- -rm -r $(bijibendocdir)
-
.PHONY: ChangeLog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]