mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-01-02 06:30:49 +00:00
Update website creation scripts for new content
This commit is contained in:
parent
7b565978dc
commit
b31c745d6f
@ -1,4 +1,5 @@
|
||||
cd target\site
|
||||
perl -i.orig -p ..\..\removeMaven.re appletalk.html
|
||||
perl -i.orig -p ..\..\removeMaven.re developing.html
|
||||
perl -i.orig -p ..\..\removeMaven.re ethernet.html
|
||||
perl -i.orig -p ..\..\removeMaven.re history.html
|
||||
|
@ -1,9 +1,10 @@
|
||||
#!/bin/sh
|
||||
cd target/site
|
||||
perl -i.orig -p ../../removeMaven.re developing.html
|
||||
perl -i.orig -p ../../removeMaven.re ethernet.html
|
||||
perl -i.orig -p ../../removeMaven.re history.html
|
||||
perl -i.orig -p ../../removeMaven.re index.html
|
||||
perl -i.orig -p ../../removeMaven.re operating.html
|
||||
perl -i.orig -p ../../removeMaven.re printer.html
|
||||
cd ../..
|
||||
#!/bin/sh
|
||||
cd target/site
|
||||
perl -i.orig -p ../../removeMaven.re appletalk.html
|
||||
perl -i.orig -p ../../removeMaven.re developing.html
|
||||
perl -i.orig -p ../../removeMaven.re ethernet.html
|
||||
perl -i.orig -p ../../removeMaven.re history.html
|
||||
perl -i.orig -p ../../removeMaven.re index.html
|
||||
perl -i.orig -p ../../removeMaven.re operating.html
|
||||
perl -i.orig -p ../../removeMaven.re printer.html
|
||||
cd ../..
|
||||
|
Loading…
Reference in New Issue
Block a user