This commit is contained in:
stormrider1982 2004-02-25 20:17:00 +00:00
parent 2a73a32e62
commit a081ab883d
2 changed files with 10 additions and 10 deletions

View file

@ -10,26 +10,26 @@ LOCALDIR = $(shell pwd)
MAINFILE = rapport
PNGFILES := $(shell ls *.png)
EPSFILES := $(patsubst %.png,%.eps,$(PNGFILES))
PNG2EPSCC = convert
#PNGFILES := $(shell ls *.png)
#EPSFILES := $(patsubst %.png,%.eps,$(PNGFILES))
#PNG2EPSCC = convert
TEXFILES := $(MAINFILE).tex
DVIFILES := $(MAINFILE).dvi
PDFFILES := $(MAINFILE).pdf
PSFILES := $(MAINFILE).ps
all: png2eps dvi dvi ps pdf pdf
all: dvi dvi ps pdf pdf
png2eps: $(EPSFILES)
#png2eps: $(EPSFILES)
%.eps : %.png
@$(PNG2EPSCC) $< $@
@echo -e "png2eps\t$< $@"
#%.eps : %.png
# @$(PNG2EPSCC) $< $@
# @echo -e "png2eps\t$< $@"
clean:
@rm -f rapport.dvi rapport.rtf rapport.pdf rapport.ps
@rm -f *.out *.log *.toc *.aux
@rm -f *.eps
# @rm -f *.eps
@rm -f *~
pdf: $(TEXFILES)

View file

@ -17,7 +17,7 @@
%--------------------------------------------------------------
\pagestyle{fancy}
\rhead[\sc{LIBNAZGUL is Not Another Z G U Library}]{\sc{LIBNAZGUL is Not Another Z G U Library}}
\rhead[\sc{LIBNAZGUL is Not Another Zero G User Library}]{\sc{LIBNAZGUL is Not Another Zero G User Library}}
\lhead[\it{}]{\it{}}
%\rhead[\it{Projet de Système.}]{\it{Projet de Système.}}