[mw-devel] [Git][arthur/mw][master] 2 commits: Don't update po/pot files in make build

Andrew Price welshbyte at sucs.org
Mon Jul 18 21:47:45 BST 2016


Andrew Price pushed to branch master at Justin Mitchell / mw


Commits:
b5e4e25c by Andrew Price at 2016-07-18T21:35:12+01:00
Don't update po/pot files in make build

- - - - -
4e0e1f5c by Andrew Price at 2016-07-18T21:38:41+01:00
Add a missing )

- - - - -


2 changed files:

- Makefile
- src/client/newmain.c


Changes:

=====================================
Makefile
=====================================
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,9 @@ include Makefile.common
 build:
 	$(MAKE) -C mozjs
 	$(MAKE) -C src $@
-	$(MAKE) -C po $@
+
+po:
+	$(MAKE) -C po
 
 # The non source files that should get installed
 INSTALLFILES = colour help login.banner scripthelp talkhelp wizhelp COPYING INSTALL LICENSE README


=====================================
src/client/newmain.c
=====================================
--- a/src/client/newmain.c
+++ b/src/client/newmain.c
@@ -932,7 +932,7 @@ static void credits(void)
 	printf("Dez (man page style help, ideas, testing),\n");
 	printf("Pwb (RPM packaging, UTF-8 compatibility hacks),\n");
 	printf("Psycodom (Fixups for IPC, JS, locale conversions, buffer overflows)\n");
-	printf("welshbyte (Code refactoring, tidying and general cleanups\n");
+	printf("welshbyte (Code refactoring, tidying and general cleanups)\n");
 	printf("\n");
 }
 



View it on GitLab: https://projects.sucs.org/arthur/mw/compare/d595ac3e7a48656fd5b3f3554fcf9b9a1ba40a15...4e0e1f5ce1457a02b8b8526fb24c2123ca9080a8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20160718/55363868/attachment-0001.html>


More information about the mw-devel mailing list