diff Makefile.in @ 3382:d86edd4ec1d6

Add of-zenity package * Makefile.am: add of-zenity to OCTAVE_FORGE_PACKAGES * build_packages.m: add load of zenity-0.5.7.tar.gz * dist-files.mk: added of-zenity.mk * index.html: add of-zenity-package. * src/of-zenity.mk: New file.
author John Donoghue <john.donoghue@ieee.org>
date Wed, 01 Jan 2014 00:05:04 -0500
parents 311f0d70597b
children d7a1542fa3b0
line wrap: on
line diff
--- a/Makefile.in	Tue Dec 31 23:33:29 2013 -0500
+++ b/Makefile.in	Wed Jan 01 00:05:04 2014 -0500
@@ -350,7 +350,7 @@
 endif
 
 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)