[geany/geany-plugins] cea3d2: GeanyLaTeX: Fix documentation installation path

Chow Loong Jin git-noreply at xxxxx
Sun Aug 5 16:13:41 UTC 2012


Branch:      refs/heads/master
Author:      Chow Loong Jin <hyperair at debian.org>
Committer:   Chow Loong Jin <hyperair at debian.org>
Date:        Sun, 05 Aug 2012 16:13:41
Commit:      cea3d2190b1eacf15309377787d8f3123cef1a91
             https://github.com/geany/geany-plugins/commit/cea3d2190b1eacf15309377787d8f3123cef1a91

Log Message:
-----------
GeanyLaTeX: Fix documentation installation path

$(plugin) was not defined, and as a result, $(plugindocdir) was set to
$(pkgdocdir), i.e. /usr/share/doc/geany-plugins. As a result, all of
geanylatex's documentation was installed to the global documentation directory
(/usr/share/doc/geany-plugins) rather than the per-plugin documentation
directory (/usr/share/doc/geany-plugins/geanylatex)


Modified Paths:
--------------
    geanylatex/doc/Makefile.am

Modified: geanylatex/doc/Makefile.am
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -1,5 +1,6 @@
 include $(top_srcdir)/build/vars.docs.mk
 
+plugin = geanylatex
 dist_plugindoc_DATA = \
 	geanylatex2.html \
 	geanylatex3.html \


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list