Skip to content

Commit

Permalink
update make
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi committed Sep 28, 2019
1 parent 3f5d364 commit 81a2ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ install: all
$(INSTALL) -m 0644 -D icons/Othman-$${i}.png $(datadir)/icons/hicolor/$${i}x$${i}/apps/Othman.png; \
done

%.desktop: %.desktop.in pos
%.desktop: %.desktop.in
echo "updating .desktop"
intltool-merge -d po $< $@

clean:
Expand Down

0 comments on commit 81a2ab6

Please sign in to comment.