Log In | Get Help   
Home My Page Projects Code Snippets Project Openings UPC Operations Microbenchmarking Suite
Summary Activity Tracker Lists Docs News SCM Files
[uoms] View of /trunk/uoms-doc/Makefile
[uoms] / trunk / uoms-doc / Makefile Repository:
ViewVC logotype

View of /trunk/uoms-doc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (annotate)
Mon Apr 5 17:12:14 2010 UTC (14 years, 2 months ago) by dalvarez
File size: 574 byte(s)
First release to the general public
DOCUMENT = manual
MAKEGLOS_PATH = /usr/local/texlive//2007/texmf-dist/doc/latex/glossary

all:	pdf ps
	
	
pdf:	dvi
	#dvipdf $(DOCUMENT)
	pdflatex $(DOCUMENT)
	mv manual.pdf ../uoms/doc
	
ps:	dvi
	dvips $(DOCUMENT) -o	

dvi: 	aux 

aux:	 
	pdflatex $(DOCUMENT)
#	$(MAKEGLOS_PATH)/makeglos.pl $(DOCUMENT).glo	

	pdflatex $(DOCUMENT)
	pdflatex $(DOCUMENT)
	
		
bibtex: biblio.bib
	bibtex $(DOCUMENT)
	pdflatex $(DOCUMENT)
	pdflatex $(DOCUMENT)
	
		
clean:
	rm -f *.log *.lof *.toc *.aux *.glo *.bbl *.blg *.ist *.lot *.dvi *.gl* *backup *~

mrproper: clean
	rm -f *.ps *.pdf
	

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge