Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add uploading of queen to the samlib.ru |
---|---|
Timelines: | family | ancestors | descendants | both | show | trunk |
Files: | files | file ages | folders |
SHA1: |
e0706a1af49ab462a9df50d2d1a89fae |
User & Date: | vitus 2019-11-07 18:52:13 |
Context
2019-11-08
| ||
09:20 | До строки 3481 прогнано через грамматический корректор Language Tool 4.7 check-in: 8f392d2abb user: vitus tags: show, trunk | |
2019-11-07
| ||
18:52 | Add uploading of queen to the samlib.ru check-in: e0706a1af4 user: vitus tags: show, trunk | |
18:49 | Fix verse formatting check-in: 08bd4ca94b user: vitus tags: show, trunk | |
Changes
Changes to Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 | N=spacians PANDOC_STACK=64000000 RTS=+RTS -K${PANDOC_STACK} -RTS QUEEN_UUID=5dbdddd2-65e2-11e5-8b3e-bc5ff453db06 SRC_URL=http://www.spacians.net UPLOAD_URL=https://dav.wagner.pp.ru/spacians/files QUEEN_VER=0.$(shell date +%s) publish: spacians.epub spacians.html spacians.fb2.zip queen.epub queen.html queen.fb2.zip for i in $^; do curl --negotiate -n -T $$i $(UPLOAD_URL)/$$i || exit 1;done publish-queen: queen.epub queen.html queen.fb2.zip for i in $^; do curl --anyauth -n -T $$i $(UPLOAD_URL)/$$i || exit 1;done | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | N=spacians PANDOC_STACK=64000000 RTS=+RTS -K${PANDOC_STACK} -RTS QUEEN_UUID=5dbdddd2-65e2-11e5-8b3e-bc5ff453db06 SRC_URL=http://www.spacians.net UPLOAD_URL=https://dav.wagner.pp.ru/spacians/files QUEEN_VER=0.$(shell date +%s) publish: spacians.epub spacians.html spacians.fb2.zip queen.epub queen.html queen.fb2.zip for i in $^; do curl --negotiate -n -T $$i $(UPLOAD_URL)/$$i || exit 1;done publish-queen: queen.epub queen.html queen.fb2.zip for i in $^; do curl --anyauth -n -T $$i $(UPLOAD_URL)/$$i || exit 1;done samlib_bot queen.html 2queen spacians.pdf: spacians.tex $(wildcard *.txt) pdflatex spacians pdflatex spacians spacians.fb2.zip: spacians.fb2 zip $@ $+ |
︙ | ︙ |