Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix publish target to be compatible with new DAV server setup |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cd9a902695d71d05517a014e231005d4 |
User & Date: | vitus 2017-11-28 08:48:09 |
Context
2017-12-31
| ||
15:10 | Переписана встреча Андис с дил Виссаром check-in: 37b370567e user: vitus tags: trunk | |
2017-11-28
| ||
08:48 | Fix publish target to be compatible with new DAV server setup check-in: cd9a902695 user: vitus tags: trunk | |
08:44 | Дописан эпизод про Кеалора в храме Арсиэс check-in: 497504a007 user: vitus tags: trunk | |
Changes
Changes to Kate-the-Empress/Makefile.
1 | SRC_URL=http://www.wagner.pp.ru/~vitus/fiction | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | SRC_URL=http://www.wagner.pp.ru/~vitus/fiction UPLOAD_URL=https://dav.wagner.pp.ru/vitus/fiction all: Kate-the-Empress.pdf Kate-the-Empress.html Kate-the-Empress.epub Kate-the-Empress.fb2.zip publish: Kate-the-Empress.pdf Kate-the-Empress.html Kate-the-Empress.epub Kate-the-Empress.fb2.zip for i in $^; do curl -n --digest -T $$i $(UPLOAD_URL)/$$i || exit 1;done Kate-the-Empress.pdf: $(wildcard *.tex) pdflatex book pdflatex book pdflatex book mv book.pdf Kate-the-Empress.pdf |
︙ | ︙ |