diff Makefile.in @ 3396:91a98aeb816f

Add octave forge fuzzy-logic-toolkit package * Makefile.am: add fuzzy-logic-toolkit to OCTAVE_FORGE_PACKAGES. * build_packages.m: add fuzzy-logic-toolkit package to install. * dist-files.mk: add of-fuzzy-logic-toolkit.mk. * index.html: add of-fuzzy-logic-toolkit-package. * src/fuzzy-logic-toolkit.mk: New file
author John Donoghue <john.donoghue@ieee.org>
date Fri, 03 Jan 2014 18:24:34 -0500
parents 3010314a9747
children c43915b7e891
line wrap: on
line diff
--- a/Makefile.in	Fri Jan 03 18:05:55 2014 -0500
+++ b/Makefile.in	Fri Jan 03 18:24:34 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 zenity actuarial data-smoothing)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity actuarial data-smoothing fuzzy-logic-toolkit)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)