Skip to content
Snippets Groups Projects
Commit 8fabcc4b authored by Goik Martin's avatar Goik Martin
Browse files

Missing Makefile transfer

parent affc6c68
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ SAXONCMD=java -cp "${DBOOK_XSL}/tools/lib/saxon9he.jar:/usr/share/java/xercesImp ...@@ -97,6 +97,7 @@ SAXONCMD=java -cp "${DBOOK_XSL}/tools/lib/saxon9he.jar:/usr/share/java/xercesImp
rsync -a ${DBOOK_XSL}/webhelp/template/* . # Images, Css rsync -a ${DBOOK_XSL}/webhelp/template/* . # Images, Css
cat ${DBOOK_XSL_CUSTOM}/webhelp/common/css/positioning.supp.css >> common/css/positioning.css # highlighting supplements cat ${DBOOK_XSL_CUSTOM}/webhelp/common/css/positioning.supp.css >> common/css/positioning.css # highlighting supplements
cp ${DBOOK_XSL_CUSTOM}/webhelp/common/images/hdmlogo.svg common/images cp ${DBOOK_XSL_CUSTOM}/webhelp/common/images/hdmlogo.svg common/images
cp ${DBOOK_XSL_CUSTOM}/webhelp/common/images/favicon.ico .
rsync -a --exclude='.git' /usr/share/hdmwebhelp/extern/libs/mathjax . rsync -a --exclude='.git' /usr/share/hdmwebhelp/extern/libs/mathjax .
cd ${DBOOK_XSL}/webhelp/template/search; \ cd ${DBOOK_XSL}/webhelp/template/search; \
cp nwSearchFnt.js default.props punctuation.props en-us.props stemmers/en_stemmer.js \ cp nwSearchFnt.js default.props punctuation.props en-us.props stemmers/en_stemmer.js \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment