steed/doc/Makefile

28 lines
819 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
include ../Rules.make
2009-11-08 16:33:23 +02:00
include ../config.make
2009-11-07 10:00:05 +02:00
pdf:
pdflatex manual.tex
makeindex manual.idx
2009-11-07 10:00:05 +02:00
pdflatex manual.tex
2009-11-12 17:20:13 +02:00
$(RM) -f manual.aux manual.log manual.toc manual.out manual.idx manual.ind manual.ilg
2010-01-26 10:02:55 +02:00
wiki:
wget "http://instead.pinebrush.com/wiki/ru/doku.php?id=doc-ru&do=export_xhtml" -O writing_games.html
wget "http://instead.pinebrush.com/wiki/en/doku.php?id=doc-en&do=export_xhtml" -O writing_games-en.html
wget "http://instead.pinebrush.com/wiki/ru/doku.php?id=doc-ru&do=export_raw" -O writing_games.txt
wget "http://instead.pinebrush.com/wiki/en/doku.php?id=doc-en&do=export_raw" -O writing_games-en.txt
2009-08-26 08:25:53 +03:00
clean:
all:
install:
2009-09-23 07:21:24 +03:00
$(INSTALLD) $(DOCPATH)
2010-01-26 10:59:37 +02:00
$(INSTALL) *.html *.txt *.pdf $(DOCPATH)
2009-09-23 07:21:24 +03:00
$(INSTALLD) $(MANPATH)
$(INSTALL) *.6 $(MANPATH)
uninstall:
$(RM) -rf $(DOCPATH)
$(RM) $(MANPATH)/instead.*