summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75d9562..1fddbb2 100644
--- a/Makefile
+++ b/Makefile
@@ -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
36update-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
36activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_mime.h \ 43activitypub.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