diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-09 11:46:41 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-09 11:46:41 -0300 |
commit | f361f4ba74a6a34b7b524ca2a828bd888c7d135c (patch) | |
tree | aff66c283428777b8b1ac938ac6b7fc928e9828f /Makefile | |
parent | 65fd449bdaeca67ab3b361dcee5f72729f207bb7 (diff) |
Update documentation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ COMPILED_DIR = src/leap/gui TRANSLAT_DIR = data/translations #Project file, used for translations -PROJFILE = data/leap_client.pro +PROJFILE = data/bitmask.pro #UI files to compile UI_FILES = loggerwindow.ui mainwindow.ui wizard.ui login.ui statuspanel.ui @@ -58,7 +58,7 @@ $(COMPILED_DIR)/%_rc.py : $(RESOURCE_DIR)/%.qrc $(PYRCC) $< -o $@ manpages: - rst2man docs/man/leap.1.rst docs/man/leap.1 + rst2man docs/man/bitmask.1.rst docs/man/bitmask.1 apidocs: @sphinx-apidoc -o docs/api src/leap |