aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile.am
blob: bba70a23daae2dc7f332a673609bb7a597380ac8 (plain) (tree)
1
2
3
4
5
6
7
8
9
                               







                                                  
SUBDIRS = po macros camel tests



dist-hook:
    for subdir in intl ; do \
      mkdir $(distdir)/$$subdir ; \
      cp -pr $(srcdir)/$$subdir $(distdir) ; \
    done