changeset 4768:ceaeef5e7db9 octave-forge

Package the texinfo version of the manual to partially address the debian licensing concerns
author adb014
date Thu, 17 Apr 2008 15:13:42 +0000
parents 8e47c13c48bc
children c8633f377d6f
files main/comm/Makefile main/fixed/Makefile
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/comm/Makefile	Thu Apr 17 13:53:44 2008 +0000
+++ b/main/comm/Makefile	Thu Apr 17 15:13:42 2008 +0000
@@ -2,7 +2,7 @@
 
 
 PKG_FILES = COPYING DESCRIPTION INDEX $(wildcard src/*) \
-	$(wildcard inst/*) doc/comms.pdf
+	$(wildcard inst/*) doc/comms.pdf doc/comms.texi doc/comms.txi
 SUBDIRS = doc/
 
 .PHONY: $(SUBDIRS)
--- a/main/fixed/Makefile	Thu Apr 17 13:53:44 2008 +0000
+++ b/main/fixed/Makefile	Thu Apr 17 15:13:42 2008 +0000
@@ -3,6 +3,7 @@
 PKG_FILES = COPYING DESCRIPTION INDEX $(wildcard src/int/*) \
 	$(filter-out src/int, $(wildcard src/*)) \
 	$(wildcard inst/*) $(wildcard examples/*) doc/fixed.pdf
+	doc/fixed.texi doc/fixed.txi
 SUBDIRS = doc/
 
 .PHONY: $(SUBDIRS)