diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-06-11 18:43:56 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-06-11 18:43:56 +0900 |
commit | 101825a129aa1a025e91fd55124e973fcdb31f9e (patch) | |
tree | 418b92948ca6be197222c64ccb27475f903b9e71 /Makefile.am | |
parent | fdb1155035da677368f762d8fb24ad2f470a9813 (diff) |
Generate bzip2-compressed tarball too
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1738c332..4e664ffe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,8 @@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src \ fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \ conf.d $(DOCSRC) test +AUTOMAKE_OPTIONS = dist-bzip2 + EXTRA_DIST = \ fontconfig.pc.in \ fonts.conf.in \ |