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

20 lines
408 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
2009-08-26 08:25:53 +03:00
clean:
all:
install:
2009-09-23 07:21:24 +03:00
$(INSTALLD) $(DOCPATH)
2009-11-07 10:23:21 +02:00
$(INSTALL) *.jpg *.html *.txt *.pdf $(DOCPATH)
2009-09-23 07:21:24 +03:00
$(INSTALLD) $(MANPATH)
$(INSTALL) *.6 $(MANPATH)
uninstall:
$(RM) -rf $(DOCPATH)
$(RM) $(MANPATH)/instead.*