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



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