Skip to content
Snippets Groups Projects
Commit 76b647ed authored by Laros's avatar Laros
Browse files

Standardised extension handeling.

parent 43827568
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ FONTSIZE := 20
SRC := $(basename $(shell grep -l '\\begin{document}' *.tex))
DIA_PIC := $(basename $(shell ls *.dia))
GNP := $(basename $(shell ls *.gnp))
PIC_EXT := .dot .gif .jpg .png .ppm .svg .xcf
PIC := $(foreach I, $(PIC_EXT), $(basename $(shell ls *$I)))
PIC_EXT := dot gif jpg png ppm svg xcf
PIC := $(foreach I, $(PIC_EXT), $(basename $(shell ls *.$I)))
#PIC_EPS := $(addsuffix .eps, $(PIC))
# Output.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment