Limit headings to three and make mono blocks start at beginning of line, also fix makefile

This commit is contained in:
sloum 2020-05-19 05:13:10 +00:00
parent d2fa7f6987
commit 726c59ea00
2 changed files with 5 additions and 5 deletions

View file

@ -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: