-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: define grouped target rule correctly
A po4a command will generate all the $(PO_FILES) or $(MXML_FILES), instead of generating them one by one. Use '&:' provided by GNU Make >= 4.3 to define the grouped target correctly. I don't want to spend too much time to find a "portable" solution.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ contribute other translations, please mail to `[email protected]` | |
|
||
首先安装依赖项: | ||
|
||
* GNU Make (>= 4.3) | ||
* [po4a](https://po4a.org/) (>= 0.62) | ||
* [polib](https://pypi.org/project/polib/) | ||
* [libxml2](https://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html) | ||
|