add help text to jack application

This commit is contained in:
Robin Gareus 2015-05-30 18:16:26 +02:00
parent acd34e6fbc
commit 270376f486
3 changed files with 6 additions and 2 deletions

View File

@ -224,6 +224,8 @@ x42_fil4_JACKDESC = lv2ui_descriptor
$(APPBLD)x42-fil4$(EXE_EXT): $(DSP_DEPS) $(GUI_DEPS) \
$(x42_fil4_JACKGUI) $(x42_fil4_LV2HTTL)
man: jackapps
help2man -N -o x42-fil4.1 -n "x42 JACK Parametric Equalizer" $(APPBLD)x42-fil4
BUILDGTK=no
@ -258,4 +260,4 @@ clean:
distclean: clean
rm -f cscope.out cscope.files tags
.PHONY: clean all install uninstall distclean jackapps
.PHONY: clean all install uninstall distclean jackapps man

View File

@ -1,4 +1,6 @@
#define MULTIPLUGIN 1
#define X42_MULTIPLUGIN_NAME "Parametric EQ"
#define X42_MULTIPLUGIN_URI "http://gareus.org/oss/lv2/fil4"
#include "lv2ttl/fil4_mono.h"
#include "lv2ttl/fil4_stereo.h"

2
robtk

@ -1 +1 @@
Subproject commit 4ddfa254bdd56e7dbeba9754be84c2ebf54f9782
Subproject commit 24c1ede386b823587864f051e4e0e1d8339c1e1b