>From 078555d47f90e7f8080d45c148ec23e631dd1656 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sun, 5 May 2019 21:55:45 +0200 Subject: [PATCH] doc: add PDF file to the online manual * build-aux/update-online-manual.sh: Add the PDF file. While at it, properly close the
  • tags with
  • . --- build-aux/update-online-manual.sh | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/build-aux/update-online-manual.sh b/build-aux/update-online-manual.sh index bfce0465..0c430f13 100755 --- a/build-aux/update-online-manual.sh +++ b/build-aux/update-online-manual.sh @@ -30,8 +30,8 @@ usage: $0 location-of-${PACKAGE}-build-directory EOF } -checkfiles="CVS dvi ${TEXIBASE}.html html_node html_mono info ps texi text" -targets="dvi html info ${TEXIBASE}.ps ${TEXIBASE}.txt ${PACKAGE}.texi_html_node.tar.gz ${TEXIBASE}_mono.html ${TEXIBASE}.texi.tar.gz ${TEXIBASE}-info.tar.gz" +checkfiles="CVS dvi ${TEXIBASE}.html html_node html_mono info ps texi text ${TEXIBASE}.pdf" +targets="dvi html info pdf ${TEXIBASE}.ps ${TEXIBASE}.txt ${PACKAGE}.texi_html_node.tar.gz ${TEXIBASE}_mono.html ${TEXIBASE}.texi.tar.gz ${TEXIBASE}-info.tar.gz" if [ $# -ne 1 ]; then usage >&2 @@ -110,6 +110,8 @@ then rm dvi/${TEXIBASE}.dvi.gz gzip -9 dvi/${TEXIBASE}.dvi + echo Collecting the PDF file... + cp $BUILDDIR/${TEXIBASE}.pdf . echo "Collecting the text files (compressed and uncompressed)..." rm -f text/${TEXIBASE}.txt text/${TEXIBASE}.txt.gz @@ -170,35 +172,38 @@ This manual is available in the following formats:
  • $(linkfor html_mono/${TEXIBASE}.html "characters" HTML) entirely on one web page. -

    +

  • $(linkfor html_mono/${TEXIBASE}.html.gz "gzipped characters" HTML) entirely on one web page. -

    +

  • HTML (total size $(size html_node/${TEXIBASE}_html)) with one web page per node. -

    +

  • $(linkfor "html_node/${PACKAGE}.texi_html_node.tar.gz" "gzipped tar file" HTML) with one web page per node. -

    +

  • $(linkfor "info/${TEXIBASE}-info.tar.gz" "gzipped tar file" "Info document") -

    +

  • $(linkfor "text/${TEXIBASE}.txt" "characters" "ASCII text") -

    +

  • $(linkfor "text/${TEXIBASE}.txt.gz" "gzipped characters" "ASCII text") -

    +

  • $(linkfor "dvi/${TEXIBASE}.dvi.gz" "gzipped" "a TeX dvi file") -

    -

  • +
  • +
  • $(linkfor "ps/${TEXIBASE}.ps.gz" "gzipped characters" "a PostScript file") -

    +

  • +
  • + $(linkfor "${TEXIBASE}.pdf" "PDF file" PDF) +
  • the original $(linkfor "texi/${TEXIBASE}.texi.tar.gz" "character gzipped tar file" "Texinfo source") -

    +

  • -- 2.21.0