/[svn]/linuxsampler/trunk/man/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/man/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2515 - (show annotations) (download)
Wed Feb 5 20:45:18 2014 UTC (10 years, 2 months ago) by schoenebeck
File size: 133 byte(s)
* WIP: Introducing the LSCP shell: for now, providing color
  highlighting while typing (indicating correct part bold white,
  incorrect part red, and turning green when the command is
  complete. The shell application is implemented as thin client,
  that is the parser work is performed on sampler side and the
  shell application is just providing output formatting.
* Bumped version (1.0.0.svn28).

1 ## Process this file with automake to produce Makefile.in
2
3 # all man files that should be installed
4 man_MANS = linuxsampler.1 lscp.1

  ViewVC Help
Powered by ViewVC