1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Include the "manual" in the package, fix program's version.
Author: Gürkan Myczko <gurkan@phys.ethz.ch>
Forwarded: no
Last-Update: 2004-09-15
---
--- edenmath.app.orig/GNUmakefile
+++ edenmath.app/GNUmakefile
@@ -1,7 +1,7 @@
include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME = EdenMath
-VERSION = 1.1.0
+VERSION = 1.1.1
APP_NAME = EdenMath
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)/
@@ -18,6 +18,7 @@
main.m
EdenMath_RESOURCE_FILES = \
+ EdenMath.help \
EdenMath.tiff \
EdenMath_LANUAGES = English
|