From 4d3e8ac240ae4109cc05dbf05c1e7591634e6370 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 17 Jun 2022 15:41:29 -0500 Subject: [PATCH] Migrate tentec README --- README.developer | 2 +- rigs/tentec/Makefile.am | 2 +- rigs/tentec/{README => README.tentec} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename rigs/tentec/{README => README.tentec} (100%) diff --git a/README.developer b/README.developer index e49ccda3f..e957def96 100644 --- a/README.developer +++ b/README.developer @@ -5,7 +5,7 @@ Hamlib - (C) Frank Singleton 2000 (vk3fcs@ix.netcom.com) Take a look at http://sourceforge.net/projects/hamlib/ Here you will find a mail list, and the latest releases. -See README for frontend/backend outline. +See README.md for frontend/backend outline. See README.betatester for background on testing Hamlib. diff --git a/rigs/tentec/Makefile.am b/rigs/tentec/Makefile.am index 65a85f978..69d20ffc2 100644 --- a/rigs/tentec/Makefile.am +++ b/rigs/tentec/Makefile.am @@ -5,4 +5,4 @@ TENTECSRC = rx320.c rx340.c rx350.c rx331.c rx331.h tt550.c tt550.h \ noinst_LTLIBRARIES = libhamlib-tentec.la libhamlib_tentec_la_SOURCES = $(TENTECSRC) -EXTRA_DIST = README Android.mk +EXTRA_DIST = README.tentec Android.mk diff --git a/rigs/tentec/README b/rigs/tentec/README.tentec similarity index 100% rename from rigs/tentec/README rename to rigs/tentec/README.tentec