changeset 19520:316a5606f74f

added module.mk file to scripts/@audioplayer * audioplayer.txi: change the way docstrings are used * module.mk: new file with the list of @audioplayer method functions
author Vytautas Jančauskas <unaudio@gmail.com>
date Tue, 17 Sep 2013 23:09:58 +0300
parents b3399e03eb21
children 480407a8d226
files doc/interpreter/audioplayer.txi scripts/@audioplayer/module.mk
diffstat 2 files changed, 24 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/audioplayer.txi	Tue Sep 17 20:58:35 2013 +0300
+++ b/doc/interpreter/audioplayer.txi	Tue Sep 17 23:09:58 2013 +0300
@@ -1,5 +1,5 @@
 @node Audio Player
 @section Audio Player
 
-@DOCSTRING("@audioplayer/audioplayer")
-@DOCSTRING("@audioplayer/play")
\ No newline at end of file
+@DOCSTRING(@audioplayer/audioplayer)
+@DOCSTRING(@audioplayer/play)
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/@audioplayer/module.mk	Tue Sep 17 23:09:58 2013 +0300
@@ -0,0 +1,22 @@
+FCN_FILE_DIRS += @audioplayer
+
+@audioplayer_FCN_FILES = \
+  @audioplayer/getproperties.m \
+  @audioplayer/audioplayer.m \
+  @audioplayer/display.m  \
+  @audioplayer/get.m  \
+  @audioplayer/isplaying.m  \
+  @audioplayer/pause.m  \
+  @audioplayer/play.m  \
+  @audioplayer/playblocking.m  \
+  @audioplayer/resume.m  \
+  @audioplayer/set.m  \
+  @audioplayer/stop.m  \
+  @audioplayer/subsasgn.m  \
+  @audioplayer/susbref.m
+
+FCN_FILES += $(@audioplayer_FCN_FILES)
+
+PKG_ADD_FILES += @audioplayer/PKG_ADD
+
+DIRSTAMP_FILES += @audioplayer/$(octave_dirstamp)