Removed unnecessary modules; renamed references.

This commit is contained in:
Florian Pose
2008-10-21 14:34:04 +00:00
parent a97034d357
commit 87c9373886
2 changed files with 140 additions and 140 deletions
+18 -6
View File
@@ -51,11 +51,23 @@ index:
makeindex $(FILE).glo -s nomencl.ist -o $(FILE).gls
clean:
@rm -f $(FILE).aux $(FILE).dvi $(FILE).idx \
$(FILE).ilg $(FILE).ind $(FILE).log \
$(FILE).out $(FILE).pdf $(FILE).ps \
$(FILE).toc $(FILE).lot $(FILE).lof \
$(FILE).lol $(FILE).glo $(FILE).gls \
images/*.bak *~
@rm -f \
$(FILE).aux \
$(FILE).dvi \
$(FILE).glo \
$(FILE).gls \
$(FILE).idx \
$(FILE).ilg \
$(FILE).ind \
$(FILE).lof \
$(FILE).log \
$(FILE).lol \
$(FILE).lot \
$(FILE).nlo \
$(FILE).out \
$(FILE).pdf \
$(FILE).toc \
*~ \
images/*.bak
#------------------------------------------------------------------------------
File diff suppressed because it is too large Load Diff