summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-06-22 15:13:59 +0800
committerraveit65 <[email protected]>2019-06-22 10:24:42 +0200
commit72c5cf0063542285a1c8d61877ffafb2072088fa (patch)
tree5271821601110700e294a61e35fbedab641e2223
parentb480bd51a6a4da306f832a136cdf6b96d8d5f64a (diff)
downloadmarco-72c5cf0063542285a1c8d61877ffafb2072088fa.tar.bz2
marco-72c5cf0063542285a1c8d61877ffafb2072088fa.tar.xz
fix make dist to remove .gmo files
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e2ed903..909be5eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -189,6 +189,7 @@ variables:
build_scripts:
- ./autogen.sh
+ - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in
- scan-build $CHECKERS ./configure
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
@@ -206,6 +207,7 @@ after_scripts:
- ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/apps/preferences-system-windows.png
- fi
- make distcheck
+ - tar tf marco-*.tar.xz|grep po #just for view
releases:
draft: false