summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7e71edb1..29ef9756 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,9 @@ clean:
find ./ -name \*.pyc -delete
find ./ -name \*~ -delete
find ./ -name "#*#" -delete
+ find ./ -name "*.html" -delete
-install:
+install: all
mkdir -p $(DESTDIR)$(prefix)
install -d $(DESTDIR)$(LOCALEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(DATADIR)/poezio $(DESTDIR)$(DATADIR)/poezio/data $(DESTDIR)$(DATADIR)/poezio/src/ $(DESTDIR)$(DATADIR)/poezio/src $(DESTDIR)$(DATADIR)/poezio/data/themes $(DESTDIR)$(MANDIR)/man1
@@ -39,4 +40,4 @@ doc:
pot:
xgettext src/*.py --from-code=utf-8 --keyword=_ -o locale/poezio.pot
-.PHONY : doc \ No newline at end of file
+.PHONY : doc