[release-notes/wip/subpop/build-html] make dist
- From: Link Dupont <link src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/wip/subpop/build-html] make dist
- Date: Fri, 27 Aug 2021 16:40:52 +0000 (UTC)
commit f35d7465f5c23069539d537c08f108b453770156
Author: Link Dupont <link sub-pop net>
Date: Fri Aug 27 12:39:32 2021 -0400
make dist
.gitlab-ci.yml | 6 ++----
configure.ac | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7d73de2..c4b8b952 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,11 +18,9 @@ build:
- mkdir _build
- cd _build
- ../autogen.sh
- - make
- - make install
- - for LANG in $(ls /usr/local/share/help); do mkdir -p ${CI_PROJECT_DIR}/help-release-notes/$LANG;
yelp-build html --output ${CI_PROJECT_DIR}/help-release-notes/$LANG
/usr/local/share/help/$LANG/release-notes; done
+ - make dist
artifacts:
when: on_success
name: "release-notes-${CI_COMMIT_REF_NAME}"
paths:
- - "${CI_PROJECT_DIR}/help-release-notes/"
+ - "${CI_PROJECT_DIR}/release-notes-41.tar.gz"
diff --git a/configure.ac b/configure.ac
index 19cea98d..8e029338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([release-notes],[3.18])
+AC_INIT([release-notes],[41])
AC_CONFIG_AUX_DIR([build-aux])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]