X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=Makefile.am;h=4d1b32afc72f7cc42bb2742d2be35103dc211f29;hp=a1f592d7bebf28f0a8fef1cd6568efc4cf301179;hb=4e7d94f9c055bad351eb2f33ac2cafa281ea7a62;hpb=5bae206da2e3a9d670d42b057014d10889d9d884 diff --git a/Makefile.am b/Makefile.am index a1f592d..4d1b32a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,12 +13,22 @@ changelog_etc = \ lisp/ChangeLog-2014 \ lisp/ChangeLog.Liece +ja_docs = \ + doc/ja/NEWS \ + doc/ja/README \ + doc/ja/README-hacking + +BUILT_SOURCES = $(top_srcdir)/.version + EXTRA_DIST = \ - README.ja \ - NEWS.ja \ - $(changelog_etc) \ - bootstrap \ - bootstrap.conf + $(ja_docs) \ + $(changelog_etc) \ + bootstrap \ + bootstrap.conf \ + $(BUILT_SOURCES) + +$(top_srcdir)/.version: + echo $(VERSION) > $@-t && mv $@-t $@ # Arrange so that .tarball-version appears only in the distribution # tarball, and never in a checked-out repository.