From 5e377ec8089154a72d84f2e487b0c4d89154499b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 11 Mar 2019 00:08:58 +0100 Subject: Add ctags generation for RFC-file. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8053f704..812205a8 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ libguile-calendar.so: $(O_FILES) tags: $(C_FILES) $(H_FILES) ctags -R + rfc-tags rfc5545.txt >> tags clean: -rm parse -- cgit v1.2.3