aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 0958d2dcc2f5166c53e9d901d449996e98aabe19 (plain) (blame)
1
2
3
4
5
6
7
8
9
SUBDIRS = po macros camel



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