aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 3729f6a..aba973c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,14 +2,17 @@
# set these externally with an env variable (e.g. for GitHub action) to override
# defaults below. Need to run cmake with -DDUMP
+
CODEC2_SRC ?= $(HOME)/codec2
CODEC2_BINARY ?= $(HOME)/codec2/build_linux/src
PATH := $(PATH):$(CODEC2_BINARY)
-PLOT_FILES := hts2a_37_sn.tex hts2a_37_sw.tex
+PLOT_FILES := hts2a_37_sn.tex hts2a_37_sw.tex hts2a_37_lsp.tex
+
+all: $(PLOT_FILES)
$(PLOT_FILES):
echo $(PATH)
- c2sim $(CODEC2_SRC)/raw/hts2a.raw --dump hts2a
+ c2sim $(CODEC2_SRC)/raw/hts2a.raw --dump hts2a --lpc 10 --lsp --lpcpf
DISPLAY=""; printf "plamp('hts2a',f=37,epslatex=1)\nq\n" | octave-cli -qf -p $(CODEC2_SRC)/octave