From 6852d374645e47980973c618560879b0928eed78 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 23 Feb 2024 15:36:58 +0100 Subject: Fix things lol --- GNUmakefile | 2 +- src/blog/nvim-ts/git-rebase | 4 ++-- src/blog/nvim-ts/index.gsp | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 57a5600..834f24c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,7 +13,7 @@ dsts := $(srcs:%.gsp=%.html) all: $(dsts) %.html: %.gsp $(reqs) - m4 -P -Iinclude m4/* $< | gsp >$@ + m4 -P -Iinclude m4/__base.m4 m4/[a-z]* $< | gsp >$@ check: find src -name '*.gsp' -exec \ diff --git a/src/blog/nvim-ts/git-rebase b/src/blog/nvim-ts/git-rebase index f8c3a91..e3f32d6 100644 --- a/src/blog/nvim-ts/git-rebase +++ b/src/blog/nvim-ts/git-rebase @@ -16,8 +16,8 @@ pick 4c45214 Fix another typo # x, exec = run command (the rest of the line) using shell # b, break = stop here (continue rebase later with 'git rebase --continue') # d, drop = remove commit -# l, label