source: code/trunk/Makefile@ 2

Last change on this file since 2 was 2, checked in by fox, 3 years ago

Samhain 21

Converter

  • type selection
  • subdir conversion
  • htm extension

Gemini

  • index.gmi
  • topics and latest
  • gmi.atom feed

Add pull (http(s)) operation

  • peers.pub.conf and peers.priv.conf

HTML5 format & fixes by Novaburst
Phony target (thanks Gergely)

May

Basic unit renamed from Note to Text.
New modular text-parser, internal to Logarion, for generic notation parsing. The default input format is now a much plainer text.
Logarion created texts have part of the UUID in filename.
Logarion's index re-written in Messagepack format. Removed indices command. They are generated during convert.

File size: 331 bytes
RevLine 
[2]1all:
2 dune build
[1]3
4cli:
[2]5 dune build cli/cli.exe
[1]6
7clean:
8 dune clean
9
[2]10tgz:
11 dune subst
12 dune build
13 cp _build/default/cli/cli.exe txt
14 strip txt
15 tar czvf "logarion-$(shell date -r _build/default/cli/cli.exe "+%y-%m-%d")-$(shell uname -s)-$(shell uname -m)-$(shell git rev-parse --short HEAD).tar.gz" txt ReadMe
16 rm txt
[1]17
[2]18.PHONY: cli
Note: See TracBrowser for help on using the repository browser.