# HG changeset patch # User Vytautas JanĨauskas # Date 1379448598 -10800 # Node ID 316a5606f74f503cf3ba011afb2bc36b229788e5 # Parent b3399e03eb210383204e45bf17c2efea35d1b247 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 diff -r b3399e03eb21 -r 316a5606f74f doc/interpreter/audioplayer.txi --- 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 diff -r b3399e03eb21 -r 316a5606f74f scripts/@audioplayer/module.mk --- /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)