kopia lustrzana https://github.com/Hamlib/Hamlib
Include section 7 pages in W32/64 binary builds
rodzic
478a7a25c1
commit
f632e71c67
|
@ -66,9 +66,9 @@ This software is copyrighted. The library license is LGPL, and the *.EXE files
|
||||||
licenses are GPL. Hamlib comes WITHOUT ANY WARRANTY. See the LICENSE.txt,
|
licenses are GPL. Hamlib comes WITHOUT ANY WARRANTY. See the LICENSE.txt,
|
||||||
COPYING.txt, and COPYING.LIB.txt files.
|
COPYING.txt, and COPYING.LIB.txt files.
|
||||||
|
|
||||||
A draft user manual in HTML format is included in the doc directory. The nroff
|
A draft user manual in HTML format is included in the doc directory. Supporting
|
||||||
manual pages of the utilities not included in the user manual are converted to
|
documentation in the form of Unix manual pages have also been included after
|
||||||
HTML and included in the doc directory.
|
being converted to HTML.
|
||||||
|
|
||||||
|
|
||||||
Installation and Configuration
|
Installation and Configuration
|
||||||
|
@ -205,7 +205,7 @@ for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README README.betatester
|
||||||
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
|
||||||
|
|
||||||
# Generate HTML documents from nroff formatted man files
|
# Generate HTML documents from nroff formatted man files
|
||||||
for f in doc/man1/*.1; do \
|
for f in doc/man1/*.1 doc/man7/*.7; do \
|
||||||
/usr/bin/groff -mandoc -Thtml >${f}.html ${f}
|
/usr/bin/groff -mandoc -Thtml >${f}.html ${f}
|
||||||
cp -a ${f}.html ${ZIP_DIR}/doc/. ; done
|
cp -a ${f}.html ${ZIP_DIR}/doc/. ; done
|
||||||
|
|
||||||
|
|
|
@ -70,9 +70,9 @@ This software is copyrighted. The library license is LGPL, and the *.EXE
|
||||||
files licenses are GPL. Hamlib comes WITHOUT ANY WARRANTY. See the
|
files licenses are GPL. Hamlib comes WITHOUT ANY WARRANTY. See the
|
||||||
LICENSE.txt, COPYING.txt, and COPYING.LIB.txt files.
|
LICENSE.txt, COPYING.txt, and COPYING.LIB.txt files.
|
||||||
|
|
||||||
A draft user manual in HTML format is included in the doc directory. As it
|
A draft user manual in HTML format is included in the doc directory. Supporting
|
||||||
covers the four main Hamlib utilities the respective PDF files are no longer
|
documentation in the form of Unix manual pages have also been included after
|
||||||
included separately.
|
being converted to HTML.
|
||||||
|
|
||||||
|
|
||||||
Installation and Configuration
|
Installation and Configuration
|
||||||
|
@ -205,7 +205,7 @@ for f in AUTHORS ChangeLog COPYING COPYING.LIB LICENSE README README.betatester
|
||||||
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
|
||||||
|
|
||||||
# Generate HTML documents from nroff formatted man files
|
# Generate HTML documents from nroff formatted man files
|
||||||
for f in doc/man1/*.1; do \
|
for f in doc/man1/*.1 doc/man7/*.7; do \
|
||||||
/usr/bin/groff -mandoc -Thtml >${f}.html ${f}
|
/usr/bin/groff -mandoc -Thtml >${f}.html ${f}
|
||||||
cp -a ${f}.html ${ZIP_DIR}/doc/. ; done
|
cp -a ${f}.html ${ZIP_DIR}/doc/. ; done
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue