From 76b647ed66069cae3a2965e71faf1b38bb0b1313 Mon Sep 17 00:00:00 2001
From: "J.F.J. Laros" <j.f.j.laros@lumc.nl>
Date: Sun, 16 Mar 2014 13:40:57 +0100
Subject: [PATCH] Standardised extension handeling.

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7f33dff..7dbe888 100644
--- a/Makefile
+++ b/Makefile
@@ -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.
-- 
GitLab