summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7d8f2c23..0c9b7951 100644
--- a/Makefile
+++ b/Makefile
@@ -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