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