From 6fd81b52637120ac26a012f0db7b67ba094084c8 Mon Sep 17 00:00:00 2001 From: Brad House Date: Sun, 1 Sep 2024 14:17:50 -0400 Subject: [PATCH] link in features --- Makefile | 4 ++++ index.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 640f655..dd3a1fe 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,10 @@ license.md: c-ares.git/LICENSE.md echo "---\nlayout: page\ntitle: \"c-ares License\"\nmenu: License\n---" > $@ cat $< >> $@ +features.md: c-ares.git/FEATURES.md + echo "---\nlayout: page\ntitle: \"\"\nmenu: Features\npermalink: /features/\n---" > $@ + cat $< >> $@ + $(DEPFILES): $(DEPDIR) include $(DEPFILES) diff --git a/index.md b/index.md index ffd1f10..ee50885 100644 --- a/index.md +++ b/index.md @@ -52,6 +52,9 @@ Valid PGP / GPG signing keys for packages are: You can also [download old packages](/download) ## Features + +See [Features](/features) + ### Supported RFCs and Proposals - [RFC1035](https://datatracker.ietf.org/doc/html/rfc1035). Initial/Base DNS RFC