1 Star 1 Fork 0

晓敬 / axel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Ismael Luceno 提交于 2020-11-22 20:34 . Remove AUTHORS and CREDITS
AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-xz
# XXX Fix disagreement between aclocal and make
# (aclocal doesn't update based on mtime)
ACLOCAL = touch $@; @ACLOCAL@
SUBDIRS = po
EXTRA_DIST = \
scripts/pocheck.awk \
README.md \
CONTRIBUTING.md
include doc/Makefile.am
distclean-local:
-rm -rf autom4te.cache
-rm -f *~ po/*~ po/*.gmo src/*~
dist-hook:
rm -rf $(distdir)/.git
read _ RELDATE _ < $(top_srcdir)/VERSION; \
TZ= find $(distdir) -exec touch -d "$$RELDATE" '{}' +
MSG = echo '==>'
ERR = ! echo '!!! ERROR:'
.PHONY: relcheck update-po
update-po:
$(MAKE) -C po update-po
relcheck: update-po
@$(MSG) 'Checking for non-UTF8 translations...'
@$(AWK) -f $(top_srcdir)/scripts/pocheck.awk $(top_srcdir)/po/*.po
@$(MSG) 'Checking the state of the project...'
@ m=`git status --porcelain=1 | wc -l`; \
test "$$m" = 0 \
&& $(MSG) 'the working tree is clean' \
|| $(ERR) "$$m" 'modified files in the working tree'
@test -f "$(top_srcdir)/.git/refs/tags/v$(VERSION)" \
&& $(MSG) 'v$(VERSION) tag found' \
|| $(ERR) 'v$(VERSION) tag missing'
@$(MSG) Everything OK
include src/Makefile.am
1
https://gitee.com/jinger7281/axel.git
git@gitee.com:jinger7281/axel.git
jinger7281
axel
axel
master

搜索帮助