Skip to content
Commits on Source (2)
......@@ -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
......
......@@ -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");
}
......