[anjuta] Use dist_doc_DATA for documentation text files



commit 147881c5ebfdb7876e6771aa02fdc35a22ccbe24
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Sat Mar 23 10:59:55 2013 +0800

    Use dist_doc_DATA for documentation text files

 Makefile.am     | 6 ++----
 doc/Makefile.am | 6 +-----
 2 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d992748..ad91526 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,7 @@ SUBDIRS = \
        pixmaps scripts data \
        doc libanjuta plugins src manuals mime launcher po
 
-anjutadocdir = $(docdir)
-anjutadoc_DATA = \
+dist_doc_DATA = \
        MAINTAINERS\
        README\
        COPYING\
@@ -35,8 +34,7 @@ EXTRA_DIST = \
        setup-gettext \
        intltool-extract.in\
        intltool-merge.in\
-       intltool-update.in\
-       $(anjutadoc_DATA)
+       intltool-update.in
 
 gnomerelease:
        scp *.tar.bz2 master.gnome.org:
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b4efbec..dc7cd5b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,15 +4,11 @@
 ## If you don't want it to overwrite it,
 ##     Please disable it in the Anjuta project configuration
 
-anjuta_docdir = $(docdir)
-
-anjuta_doc_DATA = \
+dist_doc_DATA = \
        ScintillaDoc.html
 
 dist_man_MANS = \
        anjuta.1 \
        anjuta-launcher.1
 
-EXTRA_DIST = $(anjuta_doc_DATA)
-
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]