Skip to content

Commit

Permalink
Merge pull request #832 from vadi2/move-vadi2-mudlet-lua
Browse files Browse the repository at this point in the history
Move vadi2/mudlet-lua into Mudlet/Mudlet officially
  • Loading branch information
vadi2 committed Apr 4, 2017
2 parents 3b9b6ee + c7efafd commit 4862ef5
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 233 deletions.
4 changes: 2 additions & 2 deletions src/mudlet-lua/genDoc.sh
Expand Up @@ -7,9 +7,9 @@ find . -name "*.html" -type f
cd ../lua/
ldoc --style `pwd` --project Geyser --not_luadoc --dir ../mudlet-lua-doc/files geyser/

# maintain compatibility with old luadoc-generated links.
# maintain compatibility with old luadoc-generated links.
# luadoc created geyser/, ldoc makes modules/
cd ../mudlet-lua-doc/files
find . -type f -exec sed -i 's@modules/@geyser/@g' {} +
rm -rf geyser/
mv modules geyser
mv modules geyser

0 comments on commit 4862ef5

Please sign in to comment.