mailiverse/build/replace_html.sed

32 lines
367 B
Sed

/<LINK_SCRIPTS>/ {
r ../web/common/Link.Scripts.html
d
}
/<LINK_META>/ {
r ../web/common/Link.Meta.html
d
}
/<LINK_GWT>/ {
r ../web/common/Link.GWT.html
d
}
/<LINK_SCRIPTS_SAVEAS>/ {
r ../web/common/Link.Scripts.SaveAs.html
d
}
/<LINK_TEST_BROWSER>/ {
r ../web/common/Link.TestBrowser.html
d
}
/{##COMPANY##}/ {
r ../config/company
d
}