[libdvdcss-devel] build: fix messed up rule in building latex documentation.
Diego Elio Pettenò
git at videolan.org
Thu Feb 14 12:56:22 CET 2013
libdvdcss | branch: master | Diego Elio Pettenò <flameeyes at flameeyes.eu> | Wed Feb 13 17:39:01 2013 -0800| [03949ac8b59f0cf68649745f8bc310da9d5a1e4f] | committer: Jean-Baptiste Kempf
build: fix messed up rule in building latex documentation.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=03949ac8b59f0cf68649745f8bc310da9d5a1e4f
---
doc/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2e269b0..801a1f1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,7 +16,7 @@ endif
stamp-latex: stamp-doxygen
if DOXYGEN
if LATEX
- cd latex && $(MAKE) $(AM_CFLAGS) ps
+ $(MAKE) -C latex ps
touch stamp-latex
endif
endif
More information about the libdvdcss-devel
mailing list