Add modules documentation. Possible workaround for #5

This commit is contained in:
Antonin Décimo
2014-08-20 22:27:43 +02:00
parent 66d72e7619
commit 9a19a87a08
5 changed files with 101 additions and 8 deletions

View File

@@ -22,8 +22,9 @@ cp -r ./scripts "$INSTALL_DIR"
cp -r ./include "$INSTALL_DIR"
mkdir -p "$MANPAGE_DIR"
gzip -9 -k love-release.1
mv love-release.1.gz "$MANPAGE_DIR"
cp love-release.1 "$MANPAGE_DIR"/love-release.1
sed -i -e "s/scripts/${INSTALL_DIR//\//\\\/}\/scripts/g" "$MANPAGE_DIR"/love-release.1
gzip -9 "$MANPAGE_DIR"/love-release.1
echo "Done !"