Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Don't update po/pot files in make build
· b5e4e25c
Andrew Price
authored
Jul 18, 2016
b5e4e25c
Add a missing )
· 4e0e1f5c
Andrew Price
authored
Jul 18, 2016
4e0e1f5c
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4e0e1f5c
...
...
@@ -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
View file @
4e0e1f5c
...
...
@@ -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
"
);
}
...
...