Trying to fix github build for README.md change

pull/1069/head
Mike Black W9MDB 2022-06-17 15:30:08 -05:00
rodzic 593a31c195
commit 71edbcb5cc
8 zmienionych plików z 11 dodań i 11 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Basic Installation Basic Installation
================== ==================
For more information specific to Hamlib, please read the README as well as For more information specific to Hamlib, please read the README.md as well as
README.betatester and the first part of README.developer to see which README.betatester and the first part of README.developer to see which
additional development packages are needed. This source code distribution is additional development packages are needed. This source code distribution is
autoconfiguring and you should be able to compile it and install it without autoconfiguring and you should be able to compile it and install it without
@ -190,7 +190,7 @@ reconfiguring, and a file `config.log' containing compiler output
If you need to do unusual things to compile the package, please try If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can diffs or instructions to the address given in the `README.md' so they can
be considered for the next release. If at some point `config.cache' be considered for the next release. If at some point `config.cache'
contains results you don't want to keep, you may remove or edit it. contains results you don't want to keep, you may remove or edit it.
@ -228,7 +228,7 @@ Optional Features
`configure', where FEATURE indicates an optional part of the package. `configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the `README.md' should mention any `--enable-' and `--with-' options that the
package recognizes. package recognizes.
The configure script enables both shared and static Hamlib library builds The configure script enables both shared and static Hamlib library builds

Wyświetl plik

@ -114,7 +114,7 @@ of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/ */
/*! \page Rdme README (general) /*! \page Rdme README (general)
\verbinclude README \verbinclude README.md
*/ */
/*! \page Rdmebeta README.betatester /*! \page Rdmebeta README.betatester

Wyświetl plik

@ -235,7 +235,7 @@ Let's get started.
.SS Compiling source tarballs .SS Compiling source tarballs
. .
Before proceeding, it is essential to read the information in the files, Before proceeding, it is essential to read the information in the files,
.IR README , .IR README.md ,
.IR INSTALL , .IR INSTALL ,
and and
.I README.betatester .I README.betatester

Wyświetl plik

@ -2,7 +2,7 @@
# note: VPATH building does not work yet # note: VPATH building does not work yet
Hamlib-pl.mk: $(top_srcdir)/perl/Makefile.PL Hamlib-pl.mk: $(top_srcdir)/perl/Makefile.PL
cp -u $(top_srcdir)/perl/{Changes,MANIFEST,README,Hamlib.pm,Hamlib.xs,Makefile.PL,test.pl,typemap} . 2> /dev/null || exit 0 cp -u $(top_srcdir)/perl/{Changes,MANIFEST,README.md,Hamlib.pm,Hamlib.xs,Makefile.PL,test.pl,typemap} . 2> /dev/null || exit 0
perl Makefile.PL MAKEFILE=Hamlib-pl.mk INST_MAN3DIR=$(mandir) \ perl Makefile.PL MAKEFILE=Hamlib-pl.mk INST_MAN3DIR=$(mandir) \
LIB=$(libdir) CCFLAGS=$(CFLAGS) INC="$(INCLUDES)" \ LIB=$(libdir) CCFLAGS=$(CFLAGS) INC="$(INCLUDES)" \
LIBS="-L$(top_builddir)/src/.libs -lhamlib" LIBS="-L$(top_builddir)/src/.libs -lhamlib"
@ -25,6 +25,6 @@ distcheck: Hamlib-pl.mk
install: Hamlib-pl.mk install: Hamlib-pl.mk
make -f Hamlib-pl.mk install make -f Hamlib-pl.mk install
EXTRA_DIST = Changes MANIFEST README Hamlib.pm Hamlib.xs Makefile.PL \ EXTRA_DIST = Changes MANIFEST README.md Hamlib.pm Hamlib.xs Makefile.PL \
test.pl typemap test.pl typemap

Wyświetl plik

@ -200,7 +200,7 @@ for f in *class.h ; do \
rm ${ZIP_DIR}/include/hamlib/${f} rm ${ZIP_DIR}/include/hamlib/${f}
done done
for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README README.betatester README.VB.NET-bin THANKS ; do \ for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README.md README.betatester README.VB.NET-bin THANKS ; do \
cp -a ${f} ${ZIP_DIR}/${f}.txt ; todos ${ZIP_DIR}/${f}.txt ; done cp -a ${f} ${ZIP_DIR}/${f}.txt ; todos ${ZIP_DIR}/${f}.txt ; done
# Copy build files into specific locations for Zip file # Copy build files into specific locations for Zip file

Wyświetl plik

@ -239,7 +239,7 @@ do
rm ${ZIP_DIR}/include/hamlib/${f} rm ${ZIP_DIR}/include/hamlib/${f}
done done
for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README README.betatester README.w32-bin THANKS for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README.md README.betatester README.w32-bin THANKS
do do
cp -a ${f} ${ZIP_DIR}/${f}.txt cp -a ${f} ${ZIP_DIR}/${f}.txt
todos ${ZIP_DIR}/${f}.txt todos ${ZIP_DIR}/${f}.txt

Wyświetl plik

@ -251,7 +251,7 @@ do
rm ${ZIP_DIR}/include/hamlib/${f} rm ${ZIP_DIR}/include/hamlib/${f}
done done
for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README README.betatester README.w64-bin THANKS for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README.md README.betatester README.w64-bin THANKS
do do
cp -a ${f} ${ZIP_DIR}/${f}.txt cp -a ${f} ${ZIP_DIR}/${f}.txt
${UNIX_TO_DOS_TOOL} ${ZIP_DIR}/${f}.txt ${UNIX_TO_DOS_TOOL} ${ZIP_DIR}/${f}.txt

Wyświetl plik

@ -240,7 +240,7 @@ do
rm ${ZIP_DIR}/include/hamlib/${f} rm ${ZIP_DIR}/include/hamlib/${f}
done done
for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README README.betatester README.w64-bin THANKS for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README.md README.betatester README.w64-bin THANKS
do do
cp -a ${f} ${ZIP_DIR}/${f}.txt cp -a ${f} ${ZIP_DIR}/${f}.txt
todos ${ZIP_DIR}/${f}.txt todos ${ZIP_DIR}/${f}.txt