diff Makefile.in @ 3375:796da09563d0

Add of-windows, of-geometry * Makefile.in: add windows and geometry to OCTAVE_FORGE_PACKAGES. * build_packages.m: add windows and geometry. * index.html: add of-geometry-package. * src/of-geometry.mk: New file.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 31 Dec 2013 20:40:21 -0500
parents cfcbe03c9160
children 89dea9a48953
line wrap: on
line diff
--- a/Makefile.in	Tue Dec 31 11:20:01 2013 -0500
+++ b/Makefile.in	Tue Dec 31 20:40:21 2013 -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)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)