forked from extern/egroupware
initial import of the Makefile; this makefile is used to generate html pdf ps
etc versions of the installation documentation
This commit is contained in:
parent
69522cf605
commit
05c17f3932
18
doc/Makefile
Normal file
18
doc/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
TOP = index
|
||||
|
||||
all : $(TOP).ps
|
||||
|
||||
$(TOP).tex: $(TOP).lyx
|
||||
lyx --export latex $(TOP).lyx
|
||||
|
||||
$(TOP).dvi: $(TOP).tex
|
||||
latex $(TOP).tex
|
||||
|
||||
$(TOP).ps: $(TOP).dvi
|
||||
dvips -o $@ $(TOP).dvi
|
||||
|
||||
clean:
|
||||
rm ./$(TOP).toc; rm ./$(TOP).aux; rm ./$(TOP).tex; rm ./$(TOP).log
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user