9bc219ee14
About Shared Library (shared) and Module Library (module) type of cmake target INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
5 lines
141 B
Bash
Executable file
5 lines
141 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f html/download/neldox.zip
|
|
zip -9 -q -r neldox.zip html/nel html/nelns html/tool html/index.html
|
|
mv neldox.zip html/download/
|