Changeset 20 in code for trunk


Ignore:
Timestamp:
Oct 6, 2023, 3:25:39 AM (20 months ago)
Author:
yakumo.izuru
Message:

feat: remove suwako-mozhi, actually bother to fix the main thing

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r18 r20  
    1010VERSION = `git describe --abbrev=0 --tags 2>/dev/null || echo "$VERSION"`
    1111
    12 all: suwako suwako-mozhi
     12all: suwako
    1313
    1414suwako:
    1515        go build ${GOFLAGS} ./cmd/suwako
    16 suwako-mozhi:
    17         go build ${GOFLAGS} ./cmd/suwako-mozhi
    1816clean:
    19         rm -f suwako suwako-mozhi
     17        rm -f suwako
    2018install:
    2119        install -Dm0755 suwako ${PREFIX}/bin/suwako
    22         install -Dm0755 suwako-mozhi ${PREFIX}/bin/suwako-mozhi
    2320        install -Dm0644 suwako.1 ${PREFIX}/share/man/man1/suwako.1
    2421uninstall:
    2522        rm -f ${PREFIX}/bin/suwako
    26         rm -f ${PREFIX}/bin/suwako-mozhi
    2723        rm -f ${PREFIX}/share/man/man1/suwako.1
  • trunk/README.md

    r19 r20  
    88
    99## Environment variables
    10 * SUWAKO_ENGINE
    11 * SUWAKO_INSTANCE
    12 
    13 ## Flavors
    14 * `suwako` works with [SimplyTranslate](https://codeberg.org/ManeraKai/simplytranslate)
    15 * `suwako-mozhi` works with [mozhi](https://codeberg.org/aryak/mozhi)
    16 
    17 Both are functionally the same otherwise.
     10* SUWAKO\_ENGINE
     11* SUWAKO\_INSTANCE
Note: See TracChangeset for help on using the changeset viewer.