2a06261f75
This adds a composer.json for all dependencies that are available
6 lines
186 B
Bash
Executable File
6 lines
186 B
Bash
Executable File
#!/bin/bash -e
|
|
./compile-doxygen.sh
|
|
cd ../docs
|
|
scp doxygen.tgz htmlpurifier.org:/home/ezyang/htmlpurifier.org
|
|
ssh htmlpurifier.org "cd /home/ezyang/htmlpurifier.org && ./reload-docs.sh"
|