From 4eba23686e58008faa7798182ef3673b799b7e64 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 20 Dec 2024 01:18:37 -0700 Subject: lib9p/idl: Include directory name in file headers --- GNUmakefile | 1 - lib9p/idl/0000-README.md | 2 +- lib9p/idl/1992-9P0.9p.wip | 2 +- lib9p/idl/1995-9P1.9p.wip | 2 +- lib9p/idl/1996-Styx.9p.wip | 2 +- lib9p/idl/2002-9P2000.9p | 2 +- lib9p/idl/2005-9P2000.u.9p | 2 +- lib9p/idl/2010-9P2000.L.9p.wip | 2 +- lib9p/idl/2012-9P2000.e.9p | 2 +- 9 files changed, 8 insertions(+), 9 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 9ebbe86..1ccbc73 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -133,7 +133,6 @@ lint/all: lint/%: -e 's,.*/config/,,' \ -e 's,.*/config\.h$$,config.h,' \ -e 's,.*include/,,' \ - -e 's,^lib9p/idl/,,' \ -e 's/\.wip$$//'); \ if [ "$$dscname_act" != "$$dscname_exp" ] && [ "cmd/$$dscname_act" != "$$dscname_exp" ]; then \ echo "$$filename self-identifies as $$dscname_act (expected $$dscname_exp)"; r=1; \ diff --git a/lib9p/idl/0000-README.md b/lib9p/idl/0000-README.md index cec27e2..86862b7 100644 --- a/lib9p/idl/0000-README.md +++ b/lib9p/idl/0000-README.md @@ -1,5 +1,5 @@