From 2064e4380273acd424fb4cde4a0657d2e3f809fa Mon Sep 17 00:00:00 2001 From: Paul Koenig Date: Sun, 05 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. --- (limited to 'resources/scripts/helpers/build/docs/clean') diff --git a/resources/scripts/helpers/build/docs/clean b/resources/scripts/helpers/build/docs/clean deleted file mode 100755 index c052552..0000000 --- a/resources/scripts/helpers/build/docs/clean +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -basedir="docs/manual" - -echo "Cleaning $basedir..." -if [ -d $basedir ]; then rm -Rf $basedir; fi -echo "Done." -- cgit v0.9.1