diff options
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 |