From: Fabian Egli Date: Sun, 24 Mar 2019 17:12:42 +0000 (+0100) Subject: de: remove obsolete build script X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c250bd18e629d17d28a4e75d4b15d3a57e03f2bb;p=enc.git de: remove obsolete build script --- diff --git a/de/build.sh b/de/build.sh deleted file mode 100755 index 0a4585d9..00000000 --- a/de/build.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -#This script glues the pages together. - -cat head.html guide.head.html top-bar-gnu.html index.html.pre gnu-step.html rest.html footer.html > index.html -cat head.html guide.head.html top-bar-mac.html index.html.pre mac-step.html rest.html footer.html > mac.html -cat head.html guide.head.html top-bar-win.html index.html.pre win-step.html rest.html footer.html > windows.html -cat head.html infographic.html.pre footer.html > infographic.html -cat head.html next_steps.html.pre footer.html > next_steps.html