diff options
| author | 2025-02-14 08:59:04 +0100 | |
|---|---|---|
| committer | 2025-02-14 08:59:04 +0100 | |
| commit | fa9a6abf6095b8a0721cfba58d4d825e9d61a339 (patch) | |
| tree | 62d6000503edc93bdcd75086885ca52a07a5ea9c /Makefile | |
| parent | Disable "shortnames" of the image/svg+xml mediaType. (diff) | |
| parent | New Makefile target. (diff) | |
| download | snac2-fa9a6abf6095b8a0721cfba58d4d825e9d61a339.tar.gz snac2-fa9a6abf6095b8a0721cfba58d4d825e9d61a339.tar.xz snac2-fa9a6abf6095b8a0721cfba58d4d825e9d61a339.zip | |
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: | |||
| 33 | rm $(PREFIX_MAN)/man5/snac.5 | 33 | rm $(PREFIX_MAN)/man5/snac.5 |
| 34 | rm $(PREFIX_MAN)/man8/snac.8 | 34 | rm $(PREFIX_MAN)/man8/snac.8 |
| 35 | 35 | ||
| 36 | update-po: | ||
| 37 | mkdir -p po | ||
| 38 | [ -f "po/en.po" ] || xgettext -o po/en.po --language=C --keyword=L --from-code=utf-8 *.c | ||
| 39 | for a in po/*.po ; do \ | ||
| 40 | xgettext --omit-header -j -o $$a --language=C --keyword=L --from-code=utf-8 *.c ; \ | ||
| 41 | done | ||
| 42 | |||
| 36 | activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_mime.h \ | 43 | activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_mime.h \ |
| 37 | xs_openssl.h xs_regex.h xs_time.h xs_set.h xs_match.h xs_unicode.h \ | 44 | xs_openssl.h xs_regex.h xs_time.h xs_set.h xs_match.h xs_unicode.h \ |
| 38 | snac.h http_codes.h | 45 | snac.h http_codes.h |