Revision: 965 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=965&view=rev Author: frlan Date: 2009-09-30 16:06:54 +0000 (Wed, 30 Sep 2009)
Log Message: ----------- GeanyLaTeX: Update waf to only install *.html, css, pdf and images as documentation
Modified Paths: -------------- trunk/geanylatex/wscript
Modified: trunk/geanylatex/wscript =================================================================== --- trunk/geanylatex/wscript 2009-09-30 15:43:23 UTC (rev 964) +++ trunk/geanylatex/wscript 2009-09-30 16:06:54 UTC (rev 965) @@ -252,7 +252,10 @@ if os.path.exists(file): bld.install_as( '%s/%s%s' % (docdir, uc_first(file, is_win32), ext), file) - bld.install_files('%s' % docdir, 'doc/geanylatex.*') + bld.install_files('%s' % docdir, 'doc/geanylatex.tex') + bld.install_files('%s' % docdir, 'doc/*.html') + bld.install_files('%s' % docdir, 'doc/geanylatex.css') + bld.install_files('%s' % docdir, 'doc/geanylatex.pdf') bld.install_files('%s/img' % docdir, 'doc/img/*.png')
bld.new_task_gen(
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org