Commit graph

745 commits

Author SHA1 Message Date
Sergey Popov
9cf7e852b7 scons recipe: implemented separate "pot-update" and "update-po" options. 2008-03-31 18:51:05 +00:00
Sergey Popov
1422f1e8a2 scons recipe: added "lingua" option to specify which language...
...update-po will update.
2008-03-31 18:16:19 +00:00
Sergey Popov
309157618d scons recipe: renamed pot-update target to update-po...
...and made it update localized .po files.
2008-03-31 17:49:34 +00:00
Eric S. Raymond
0a76b4a0c7 Comment fix. 2008-03-31 16:17:08 +00:00
Eric S. Raymond
8f7c7f5049 Add some documentation, remove some to-do comments, and update the to-do list. 2008-03-31 16:12:25 +00:00
Sergey Popov
d5f05aa0d8 scons recipe: pot-update target now generates .po files...
...from C++ and wml and concatenates them into .pot files.
2008-03-31 15:21:31 +00:00
Sergey Popov
f0eba50d9f scons recipe: added pot-update target.
For now updates only messages from C++ files.
2008-03-31 13:28:15 +00:00
Sergey Popov
bd95e29145 scons recipe: fixed logic error in InstallFilteredHook...
...that caused it to resize images even if tinygui is disabled.
2008-03-31 09:48:57 +00:00
Eric S. Raymond
2e24714b75 Install and uninstall the manual. 2008-03-30 23:21:58 +00:00
Eric S. Raymond
017b28a313 Add an nls option,
...defaulting to True but flipped to false if gmsgfmt is not in the
executables path.
2008-03-30 22:43:10 +00:00
Sergey Popov
505c03b18b Made scons recipe invoke msgfmt instead of gmsgfmt. 2008-03-30 22:13:56 +00:00
Eric S. Raymond
754f9fc5db Fix bad indent. 2008-03-30 21:43:35 +00:00
Eric S. Raymond
9a0cb246a1 Guard the catalog combination so install won't blow up igf gmsgfmt is missing. 2008-03-30 21:42:16 +00:00
Eric S. Raymond
f0715e3215 Comments and rearrangement. 2008-03-30 21:06:25 +00:00
Sergey Popov
228d43c152 Made scons recipe uninstall man pages during "scons uninstall". 2008-03-30 19:14:12 +00:00
Sergey Popov
23b3e6dda3 scons recipe: added targets to compile binary message catalogs(.mo files). 2008-03-30 15:47:53 +00:00
Eric S. Raymond
7acf88b50b Another small refactoring step. 2008-03-30 12:41:42 +00:00
Eric S. Raymond
dbda831dfa Refactor client-side installation slightly. 2008-03-30 12:33:49 +00:00
Eric S. Raymond
1b5425ede7 Installation of localized manual pages for server side. 2008-03-30 12:31:47 +00:00
Sergey Popov
9eda403fa5 Alias install localized manpages to "install-clientside"...
...instead of "install" in scons recipe.
2008-03-30 12:28:34 +00:00
Sergey Popov
980e610fe4 Made "scons install" install localized man pages. 2008-03-30 12:05:16 +00:00
Eric S. Raymond
320a8f69a7 Introduce install-clientside alias in scons recipe. 2008-03-30 11:55:53 +00:00
Eric S. Raymond
939283fdd0 Generic PKGConfig checks are not needed. 2008-03-30 11:47:14 +00:00
Eric S. Raymond
eda6e9f488 Not necessary to set LIBPATH for individual targets in the scons recipe. 2008-03-30 11:37:34 +00:00
Eric S. Raymond
388e176cd2 First cut at installing manual pages. 2008-03-30 10:54:33 +00:00
Sergey Popov
df07b422a7 Corrected utils/sanity_check invocation in scons recipe. 2008-03-29 19:11:12 +00:00
Eric S. Raymond
611d8099f1 Speed up default scons case by not computing the distribution tarball manifest. 2008-03-29 16:44:38 +00:00
Eric S. Raymond
b5add44a17 Fix the Mac OS bundle makers, tested against the autotools version. 2008-03-29 16:18:28 +00:00
Eric S. Raymond
1b1aa89095 Improved help in the scons recipe. 2008-03-29 16:13:33 +00:00
Eric S. Raymond
386ca0a4e5 Implement making of Mac tarballs in the scons recipe (untested). 2008-03-29 15:28:01 +00:00
Sergey Popov
ebd89a7237 Made scons recipe disable in-game python extensions if python is not found...
...instead of disabling "wesnoth" target.
2008-03-29 15:19:52 +00:00
Sergey Popov
898e6554e7 Made scons recipe disable "wesnoth" target if python is not found. 2008-03-29 14:57:16 +00:00
Eric S. Raymond
e92ab58a60 Fix bugs in scons recipe's icon installation. 2008-03-29 14:53:57 +00:00
Eric S. Raymond
9928a58eb0 Implement icon and desktop-entry installation. 2008-03-29 14:35:30 +00:00
Sergey Popov
749a6de9b3 Made scons recipe run all checks...
...and enable/disable targets depending on results.
2008-03-29 14:01:55 +00:00
Eric S. Raymond
69de349ab1 Ensure that both recipes include revision.hpp in the tarball. 2008-03-29 13:28:34 +00:00
Eric S. Raymond
82ea6c5af9 Update scons recipe todo list. 2008-03-29 12:16:27 +00:00
Eric S. Raymond
b1a73f913a Fix erroneous help strings. 2008-03-29 12:04:21 +00:00
Eric S. Raymond
70ee30207c Add a verbose option to the scons recipe. Don't install makefiles. 2008-03-29 12:02:42 +00:00
Eric S. Raymond
d4ed7ec0c8 Reorder scons options so they're easier to find. 2008-03-29 11:35:17 +00:00
Eric S. Raymond
098479a9d7 Implement tinygui image resizing in scons recipe. 2008-03-29 11:28:18 +00:00
Bruno Wolff III
b37dbb0a98 Fix problem with 'strict' option...
...so that compiler options aren't incorrectly combined in a quoted
string.
2008-03-29 10:03:04 +00:00
Eric S. Raymond
fe89b81db3 Boost check corrections from loonycyborg. 2008-03-29 09:54:02 +00:00
Eric S. Raymond
9f141ccac3 Update todo list and comments. 2008-03-29 09:26:51 +00:00
Eric S. Raymond
ddb86438d6 Add options cache. 2008-03-28 18:57:47 +00:00
Eric S. Raymond
8309f579de Enable prereqs=no option to make prerequisite checks nonfatal. 2008-03-28 18:13:41 +00:00
Eric S. Raymond
1e3a6e195d Guard the boost check, too. 2008-03-28 17:41:19 +00:00
Eric S. Raymond
0f44d50eef Switch off abort checks for missing library...
...if user specified CXXFLAGS or LDFLAGS.  (Assume he knows what he's
doing.)
2008-03-28 17:37:44 +00:00
Eric S. Raymond
22ea8f704a Better boostlibs check;...
...will find -mt libraries if the plain ones are not available.
2008-03-28 16:58:54 +00:00
Eric S. Raymond
fb637cab77 Thinko fix. 2008-03-28 16:45:27 +00:00