Changeset 51 in code
- Timestamp:
- Oct 19, 2023, 1:31:39 AM (18 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r48 r51 3 3 DATE=`date -r _build/default/cli/txt.exe +%Y%m%d` 4 4 COMMIT=`git rev-parse --short HEAD` 5 PREFIX=/usr/local 5 6 6 7 CC=cc … … 25 26 tar czvf "logarion-${OS}-${MACHINE}-${DATE}-${COMMIT}" txt.exe readme.txt 26 27 rm txt.exe 28 install: 29 dune install --prefix ${PREFIX} 30 uninstall: 31 dune uninstall --prefix ${PREFIX} 27 32 28 htm:29 rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg,9egbae}.htm30 txt convert readme.txt -t htm31 txt convert txt/3sqd84.txt -t htm32 txt convert txt/hvhhwf.txt -t htm33 txt convert txt/h1a9tg.txt -t htm34 txt convert txt/9egbae.txt -t htm35 33 36 34 .PHONY: cli -
trunk/dune-project
r48 r51 3 3 (version 1.3) 4 4 (license EUPL-1.2) 5 (authors "orbifx <fox@orbitalfox.eu>") 6 (bug_reports "mailto:logarion@lists.tildeverse.org") 5 7 (maintainers "Izuru Yakumo <novaburst@envs.net>") 6 8 (homepage "https://logarion.chaotic.ninja") -
trunk/logarion.opam
r49 r51 4 4 synopsis: "Texts archival and exchange" 5 5 maintainer: ["Izuru Yakumo <novaburst@envs.net>"] 6 authors: ["orbifx <fox@orbitalfox.eu>"] 6 7 license: "EUPL-1.2" 7 8 homepage: "https://logarion.chaotic.ninja" 9 bug-reports: "mailto:logarion@lists.tildeverse.org" 8 10 depends: [ 9 11 "dune" {>= "2.0"}
Note:
See TracChangeset
for help on using the changeset viewer.