From 726c59ea0045567fcae6690df4e412b28a98314e Mon Sep 17 00:00:00 2001 From: sloum Date: Tue, 19 May 2020 05:13:10 +0000 Subject: Limit headings to three and make mono blocks start at beginning of line, also fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 592a507..2cb56f8 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ endif install: ./syntax/gmi.vim ./ftdetect/gmi.vim install -d ${ROOT}${SYN} install -d ${ROOT}${FT} - install -m 0644 ./syntax/gmi.vim ${ROOT}${SYN} - install -m 0644 ./syntax/gmi.vim ${ROOT}${FT} + install -m 0644 .${SYN}/gmi.vim ${ROOT}${SYN} + install -m 0644 .${FT}/gmi.vim ${ROOT}${FT} .PHONY: remove remove: -- cgit v1.2.3-54-g00ecf