From 7c57f211c65e734149c3b6df9301237d601ab8a1 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sun, 20 Oct 2019 07:50:37 +1100 Subject: [PATCH] gophermap -> gophermap.sample, be more descriptive with the name --- Makefile | 2 +- gophermap => gophermap.sample | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gophermap => gophermap.sample (100%) diff --git a/Makefile b/Makefile index 7efefe1..453a81c 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ install-docs: install-root: if [ ! -d "$(ROOT)" -o ! -f "$(ROOT)/$(MAP)" ]; then \ mkdir -p $(ROOT); \ - $(INSTALL) -m 644 $(MAP) $(ROOT); \ + $(INSTALL) -m 644 $(MAP).sample $(ROOT); \ ln -s $(DOCDIR) $(ROOT)/docs; \ fi @echo diff --git a/gophermap b/gophermap.sample similarity index 100% rename from gophermap rename to gophermap.sample