X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=fiction%2FKate-the-Empress.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=72b28023fc5dfc097ee206bd197c726e6b04e3b9;hp=0000000000000000000000000000000000000000;hb=f33ec9d1fd6fb24d4d2e0e27fd17d8ed89825ef1;hpb=dff64f3778c2e36702ae7219154278bed154e88e diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..72b2802 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: Kate-the-Empress.pdf Kate-the-Empress.html + +Kate-the-Empress.pdf: $(wildcard *.tex) + pdflatex book + mv book.pdf Kate-the-Empress.pdf + +Kate-the-Empress.html: $(wildcard *.tex) + cp book.tex Kate-the-Empress.tex + latex2html -no_navigation -split=0 -no_subdir -prefix=Kate-the-Empress Kate-the-Empress.tex + rm Kate-the-Empress.tex