SF.net SVN: geany-plugins:[2314] trunk/geany-plugins
hyperair at users.sourceforge.net
hyperair at xxxxx
Fri Oct 28 08:58:20 UTC 2011
Revision: 2314
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2314&view=rev
Author: hyperair
Date: 2011-10-28 08:58:20 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------
Add geanylatex/doc/ to autofoo build system
Modified Paths:
--------------
trunk/geany-plugins/build/geanylatex.m4
trunk/geany-plugins/geanylatex/Makefile.am
Added Paths:
-----------
trunk/geany-plugins/geanylatex/doc/Makefile.am
Modified: trunk/geany-plugins/build/geanylatex.m4
===================================================================
--- trunk/geany-plugins/build/geanylatex.m4 2011-10-22 17:35:25 UTC (rev 2313)
+++ trunk/geany-plugins/build/geanylatex.m4 2011-10-28 08:58:20 UTC (rev 2314)
@@ -4,6 +4,7 @@
GP_STATUS_PLUGIN_ADD([GeanyLaTeX], [$enable_geanylatex])
AC_CONFIG_FILES([
geanylatex/Makefile
+ geanylatex/doc/Makefile
geanylatex/src/Makefile
])
])
Modified: trunk/geany-plugins/geanylatex/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylatex/Makefile.am 2011-10-22 17:35:25 UTC (rev 2313)
+++ trunk/geany-plugins/geanylatex/Makefile.am 2011-10-28 08:58:20 UTC (rev 2314)
@@ -4,5 +4,5 @@
include $(top_srcdir)/build/vars.docs.mk
endif
-SUBDIRS = src
+SUBDIRS = src doc
plugin = geanylatex
Added: trunk/geany-plugins/geanylatex/doc/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylatex/doc/Makefile.am (rev 0)
+++ trunk/geany-plugins/geanylatex/doc/Makefile.am 2011-10-28 08:58:20 UTC (rev 2314)
@@ -0,0 +1,24 @@
+include $(top_srcdir)/build/vars.docs.mk
+
+docfiles = \
+ geanylatex2.html \
+ geanylatex3.html \
+ geanylatex4.html \
+ geanylatex.css \
+ geanylatex.html \
+ geanylatex.pdf \
+ geanylatex.tex \
+ img/bibtex_reference.png \
+ img/insert_environment.png \
+ img/insert_label.png \
+ img/insert_reference.png \
+ img/insert_usepackage.png \
+ img/latexwizard.png \
+ img/plugin_manager.png \
+ img/toolbar.png
+
+EXTRA_DIST = $(docfiles)
+
+if ENABLE_GEANYLATEX
+plugindoc_DATA = $(docfiles)
+endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list