taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

Makefile (721B)


      1 # This Makefile.am is in the public domain
      2 # Process this file with automake to produce Makefile.in
      3 
      4 SUBDIRS = .
      5 
      6 # English (en)
      7 tosendir=$(datadir)/anastasis/tos/en
      8 
      9 # English (en)
     10 ppendir=$(datadir)/anastasis/pp/en
     11 
     12 # Change the set of supported languages here. You should
     13 # also update tos'XX'data and EXTRA_DIST accordingly.
     14 TOS_LANGUAGES="en"
     15 PP_LANGUAGES="en"
     16 
     17 # Change the terms-of-service version (Etag) to generate here!
     18 # This value should be incremented whenever there is a substantive
     19 # change in the original text (but not for the translations).
     20 TOS_VERSION=0
     21 PP_VERSION=0
     22 
     23 update-tos:
     24 	VERSION=$(TOS_VERSION) ./update-tos.sh $(TOS_LANGUAGES)
     25 update-pp:
     26 	VERSION=$(PP_VERSION) ./update-pp.sh $(PP_LANGUAGES)