docs/Makefile: fix sed expression; manual: 2D not same as matrix

This commit is contained in:
gitlost
2022-05-19 19:39:03 +01:00
parent 719613d4c3
commit 1c642614ba
5 changed files with 10 additions and 10 deletions

View File

@ -150,7 +150,7 @@ $(OUT_TXT) : $(SOURCE) $(INCLUDES_TXT) Makefile
-V $(MAIN_FONT) -V $(MONO_FONT) -V $(CJK_FONT) \
$(TXT_OPTS) \
-o $(OUT_TXT)
sed -i -e 's/ *$//' $(OUT_TXT)
sed -i -e 's/ *$$//' $(OUT_TXT)
$(OUT_MAN) : $(SOURCE_MAN) Makefile
pandoc $(SOURCE_MAN) -f markdown \