diff Makefile @ 14:fabdbea53cc0

Makefile: xpdf now starts in background
author meillo@marmaro.de
date Fri, 07 Sep 2007 22:26:32 +0200
parents fd91829df761
children
line wrap: on
line diff
--- a/Makefile	Fri Sep 07 22:25:47 2007 +0200
+++ b/Makefile	Fri Sep 07 22:26:32 2007 +0200
@@ -26,7 +26,7 @@
 
 xpdf: ${OBJ}
 	@echo xpdf $@
-	@xpdf -fullscreen -z page ${OBJ}
+	@xpdf -fullscreen -z page ${OBJ} &
 	#@rm ${OBJ}
 
 clean: