shithub: libdvdcss

Download patch

ref: 03949ac8b59f0cf68649745f8bc310da9d5a1e4f
parent: ee2b1c28e2b36e0c9fb0a8bd06d948bd4aae8ddf
author: Diego Elio Pettenò <flameeyes@flameeyes.eu>
date: Wed Feb 13 12:39:01 EST 2013

build: fix messed up rule in building latex documentation.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,7 +16,7 @@
 stamp-latex: stamp-doxygen
 if DOXYGEN
 if LATEX
-	cd latex && $(MAKE) $(AM_CFLAGS) ps
+	$(MAKE) -C latex ps
 	touch stamp-latex
 endif
 endif