Skip to content

Commit

Permalink
Merge pull request #113 from openSUSE/use-docbook52CR5
Browse files Browse the repository at this point in the history
Base GeekoDoc2 on DocBook 5.2CR5
  • Loading branch information
tomschr authored Feb 9, 2023
2 parents a0d7581 + b72ac4c commit 8e197bb
Show file tree
Hide file tree
Showing 7 changed files with 1,312 additions and 7,013 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout rnginline
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: h4l/rnginline
path: rnginline
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
------------------------------------------------------------------
Wed Feb 09 14:30:00 UTC 2022 - [email protected]

Release 2.2.0

* Base GeekoDoc2 on DocBook 5.2CR5
* Reduce transclusion.rnc for GeekoDoc1
Remove some patterns which are already defined in DocBook 5.2CR5


------------------------------------------------------------------
Wed Apr 13 16:40:00 UTC 2022 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2020-2021 SUSE Linux GmbH
# Copyright 2020-2023 SUSE Linux GmbH
#
# Dependencies
# Our main files are geekodoc-v?.rnc. It depends on:
Expand Down
2 changes: 1 addition & 1 deletion create-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Create an archive of project directory for OBS
#
# Author: Tom Schraitle, 2022
# Author: Tom Schraitle, 2022-2023


set -o errexit
Expand Down
Loading

0 comments on commit 8e197bb

Please sign in to comment.