egroupware/doc/Makefile
themaniac 05c17f3932 initial import of the Makefile; this makefile is used to generate html pdf ps
etc versions of the installation documentation
2001-03-01 04:53:50 +00:00

19 lines
253 B
Makefile

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