Skip to content

Commit

Permalink
Fixed malformed nl translation. Updated makefile to put builds in ./d…
Browse files Browse the repository at this point in the history
…ist.
  • Loading branch information
chrisspen committed Apr 26, 2020
1 parent 3ba2f60 commit 44bdd7f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ tmp
/*.geany
*.out
/_build
/dist
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ ZIPFILE=$(UUID)$(VSTRING).zip

zip-file: build.clean build
$(Q)cd _build ; zip $(V) -qr $(ZIPFILE) .
$(Q)mv _build/$(ZIPFILE) ./$(ZIPFILE)
$(Q)mv _build/$(ZIPFILE) ./dist/$(ZIPFILE)
$(call msg,$@,OK)

clean:: zip-file.clean
Expand Down
File renamed without changes.
Binary file modified [email protected]/locale/it/LC_MESSAGES/system-monitor.mo
Binary file not shown.
File renamed without changes.
Binary file modified [email protected]/locale/sk/LC_MESSAGES/system-monitor.mo
Binary file not shown.

0 comments on commit 44bdd7f

Please sign in to comment.