From 2064e4380273acd424fb4cde4a0657d2e3f809fa Mon Sep 17 00:00:00 2001 From: Paul Koenig Date: Sun, 5 Jun 2016 02:29:40 -0400 Subject: docs: build scripts rewrite ".master" script in resources/scripts/helpers/build/docs Adds option to build html for libreboot website with "./build docs w" Converts jpegs to eps for dvi and ps output, if these formats are built, using imagemagick. Archives resources (images) with compressed html manuals. --- resources/scripts/helpers/build/docs/postscript | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'resources/scripts/helpers/build/docs/postscript') diff --git a/resources/scripts/helpers/build/docs/postscript b/resources/scripts/helpers/build/docs/postscript index 896c54b6..c6f6fe0b 100755 --- a/resources/scripts/helpers/build/docs/postscript +++ b/resources/scripts/helpers/build/docs/postscript @@ -1,22 +1,3 @@ #!/bin/sh -e -# -# Libreboot documentation build script: postscript -# +./build docs .master $0 $@ -echo "@set docsdir ../" > docs/constants.texi - -basedir="docs/manual/" -outfile="${basedir}libreboot.ps" -texinfo_src="docs/libreboot.texi" - -[ -d docs/manual ] || mkdir docs/manual - -echo "Writing manual: $outfile..." -# Options: quiet, clean (remove TeX compilation directory) -# and expand macros using makeinfo -texi2dvi -q -c -e --ps -o $outfile $texinfo_src - -echo "Making $outfile.gz..." -gzip -f -9 -c $outfile > $outfile.gz - -echo "Done." -- cgit v1.2.3-70-g09d2