changeset 9961:e757e7ff5b9e octave-forge

Documentation fixes
author mmarzolla
date Thu, 05 Apr 2012 14:34:42 +0000
parents dd7c71579f89
children 35ad8ade5a68
files main/queueing/NEWS main/queueing/doc/Makefile
diffstat 2 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/main/queueing/NEWS	Thu Apr 05 14:32:41 2012 +0000
+++ b/main/queueing/NEWS	Thu Apr 05 14:34:42 2012 +0000
@@ -1,4 +1,5 @@
 Summary of important user-visible changes for queueing-1.1.0
+------------------------------------------------------------------------------
 
 ** Function ctmc_exps() can now compute the expected sojourn time
    until absorption for absorming CTMC
@@ -15,10 +16,3 @@
 
 ** The following deprecated functions have been removed: ctmc_bd_solve(),
    ctmc_solve(), dtmc_solve()
-
-
-Summary of important user-visible changes for queueing-1.0.0
-------------------------------------------------------------------------------
-
-** First release of the queueing package
-
--- a/main/queueing/doc/Makefile	Thu Apr 05 14:32:41 2012 +0000
+++ b/main/queueing/doc/Makefile	Thu Apr 05 14:34:42 2012 +0000
@@ -1,6 +1,6 @@
 DOC=queueing
 CHAPTERS=$(patsubst %.txi,%.texi,$(wildcard *.txi))
-DISTFILES=README INSTALL $(DOC).pdf $(DOC).html
+DISTFILES=README INSTALL $(DOC).pdf $(DOC).html $(DOC).texi $(CHAPTERS)
 
 .PHONY: clean dist