diff options
| author | default <nobody@localhost> | 2025-02-14 08:59:04 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-02-14 08:59:04 +0100 |
| commit | fa9a6abf6095b8a0721cfba58d4d825e9d61a339 (patch) | |
| tree | 62d6000503edc93bdcd75086885ca52a07a5ea9c /Makefile | |
| parent | b19b7154534c04de68792175e19eeacbcefe7c44 (diff) | |
| parent | 722eb6830b8dd1ead5718ce6b9fb83248783b5e4 (diff) | |
Merge branch 'master' of comam.es:git/snac2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -33,6 +33,13 @@ uninstall: rm $(PREFIX_MAN)/man5/snac.5 rm $(PREFIX_MAN)/man8/snac.8 +update-po: + mkdir -p po + [ -f "po/en.po" ] || xgettext -o po/en.po --language=C --keyword=L --from-code=utf-8 *.c + for a in po/*.po ; do \ + xgettext --omit-header -j -o $$a --language=C --keyword=L --from-code=utf-8 *.c ; \ + done + activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_mime.h \ xs_openssl.h xs_regex.h xs_time.h xs_set.h xs_match.h xs_unicode.h \ snac.h http_codes.h |