Discussion:
[libdvdcss-devel] build: fix messed up rule in building latex documentation.
Diego Elio Pettenò
2013-02-14 11:56:22 UTC
Permalink
libdvdcss | branch: master | Diego Elio Pettenò <***@flameeyes.eu> | Wed Feb 13 17:39:01 2013 -0800| [03949ac8b59f0cf68649745f8bc310da9d5a1e4f] | committer: Jean-Baptiste Kempf

build: fix messed up rule in building latex documentation.
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

Loading...