mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +08:00
Removed unnecessary modules; renamed references.
This commit is contained in:
+18
-6
@@ -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
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
+122
-134
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user