de: Reviewed/Translated Linux part, by Marco
[enc-live.git] / de / build.sh
1 #!/bin/bash
2
3 #This script glues the pages together.
4
5 cat head.html guide.head.html top-bar-gnu.html index.html.pre gnu-step.html rest.html footer.html > index.html
6 cat head.html guide.head.html top-bar-mac.html index.html.pre mac-step.html rest.html footer.html > mac.html
7 cat head.html guide.head.html top-bar-win.html index.html.pre win-step.html rest.html footer.html > windows.html
8 cat head.html infographic.html.pre footer.html > infographic.html
9 cat head.html next_steps.html.pre footer.html > next_steps.html