diff options
| author | 2024-04-24 15:27:02 +0100 | |
|---|---|---|
| committer | 2024-04-24 15:27:02 +0100 | |
| commit | 793ef74ed60f6276dde4c7af2a06504037df7ca3 (patch) | |
| tree | 5012bcaab110def063f558cd619a30b4014b0612 | |
| parent | 2a6f9e5734a9537e02b61fbb2d644106a5937ee4 (diff) | |
| download | sentrum-793ef74ed60f6276dde4c7af2a06504037df7ca3.tar.gz sentrum-793ef74ed60f6276dde4c7af2a06504037df7ca3.tar.bz2 sentrum-793ef74ed60f6276dde4c7af2a06504037df7ca3.zip | |
Move man to root directory
Otherwise Github Linguist does not pick it up as docs and the project
looks like a Roff project ;)
| -rw-r--r-- | .github/workflows/release.yml | 1 | ||||
| -rw-r--r-- | man/sentrum.1 (renamed from contrib/man/sentrum.1) | 0 | 
2 files changed, 1 insertions, 0 deletions
| diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3f5984..2e62df1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,7 @@ jobs:          cp target/release/${{ matrix.bin }} ${{ matrix.name }}          cp sentrum.sample.toml ${{ matrix.name }}          cp -r contrib ${{ matrix.name }} +        cp -r man ${{ matrix.name }}          cp LICENSE.txt ${{ matrix.name }}          if [[ "${{ matrix.os }}" == "windows-latest" ]]          then diff --git a/contrib/man/sentrum.1 b/man/sentrum.1 index 932daca..932daca 100644 --- a/contrib/man/sentrum.1 +++ b/man/sentrum.1 | 
