Skip to content

Commit

Permalink
apidocs is better name than apidoc for generated docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelz authored and mason-larobina committed Aug 20, 2010
1 parent d7bc793 commit b85850b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.o
*.swp
*~
apidoc
apidocs
luakit
common/tokenize.h
common/tokenize.c
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ luakit: ${OBJS}
@${CC} -o $@ ${OBJS} ${LDFLAGS}

apidoc: luadoc/luakit.lua
mkdir -p apidoc
luadoc -d apidoc luadoc/luakit.lua
mkdir -p apidocs
luadoc -d apidocs luadoc/luakit.lua

clean:
rm -rf apidoc luakit ${OBJS} ${GSRC} ${GHEAD} globalconf.h
rm -rf apidocs luakit ${OBJS} ${GSRC} ${GHEAD} globalconf.h

install:
install -d $(INSTALLDIR)/share/luakit/
Expand Down

0 comments on commit b85850b

Please sign in to comment.