Fixed Makefile and build systems to include man-pages. Added Alt-linux workflow. Fix rpm spec-file #3

Merged
zx merged 21 commits from zx into master 2025-04-16 10:36:34 +03:00
Showing only changes of commit d8d953b0b3 - Show all commits

View File

@ -33,7 +33,8 @@ jobs:
- name: Compressing source to tar.gz archive
run: |
tar -cvzf ../bforce-${{ env.BFORCE_VER }}.tar.gz -C ${{ env.GITHUB_WORKSPACE }}/.. bforce
cp ${{ env.GITHUB_WORKSPACE }}/rpm/bforce.spec ../
cp -v ${{ env.GITHUB_WORKSPACE }}/rpm/bforce.spec ../
ls ../
sed -i 's/^# %setup/%setup/' ../bforce.spec
- name: Building buildtree
run: |