This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/doc/Makefile

28 lines
847 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:
2010-07-18 19:54:10 +03:00
wget "http://instead.pinebrush.com/wiki/doku.php?id=ru:documentation&do=export_xhtml" -O writing_games.html
wget "http://instead.pinebrush.com/wiki/doku.php?id=en:documentation&do=export_xhtml" -O writing_games-en.html
wget "http://instead.pinebrush.com/wiki/doku.php?id=ru:documentation&do=export_raw" -O writing_games.txt
wget "http://instead.pinebrush.com/wiki/doku.php?id=en:documentation&do=export_raw" -O writing_games-en.txt
2010-01-26 10:02:55 +02:00
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.*