[geany/geany-plugins] 0b6e5e: markdown: Remove an unused define

Colomban Wendling git-noreply at xxxxx
Sat Mar 12 19:22:51 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 12 Mar 2016 19:22:51 UTC
Commit:      0b6e5ed1899fe1f84d5cd194a7950211afa209a6
             https://github.com/geany/geany-plugins/commit/0b6e5ed1899fe1f84d5cd194a7950211afa209a6

Log Message:
-----------
markdown: Remove an unused define


Modified Paths:
--------------
    markdown/src/Makefile.am
    markdown/src/plugin.c

Modified: markdown/src/Makefile.am
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -18,7 +18,6 @@ noinst_HEADERS = \
 markdown_la_CFLAGS = \
 	$(AM_CFLAGS) \
 	$(MARKDOWN_CFLAGS) \
-	-DMARKDOWN_DATA_DIR=\"$(pkgdatadir)/markdown\" \
 	-DMARKDOWN_DOC_DIR=\"$(docdir)/markdown\" \
 	-DMARKDOWN_HELP_FILE=\"$(docdir)/markdown/html/help.html\"
 


Modified: markdown/src/plugin.c
3 lines changed, 0 insertions(+), 3 deletions(-)
===================================================================
@@ -36,9 +36,6 @@ PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
                              "Matthew Brush <mbrush at codebrainz.ca>")
 
 /* Should be defined by build system, this is just a fallback */
-#ifndef MARKDOWN_DATA_DIR
-#  define MARKDOWN_DATA_DIR "/usr/local/share/geany-plugins/markdown"
-#endif
 #ifndef MARKDOWN_DOC_DIR
 #  define MARKDOWN_DOC_DIR "/usr/local/share/doc/geany-plugins/markdown"
 #endif



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list