[gtk-doc] tests: small cleanups



commit bb0e53e5f2c0dbde4c754bbcba783dd532d77117
Author: Stefan Kost <ensonic users sf net>
Date:   Wed Apr 27 01:47:51 2011 +0300

    tests: small cleanups
    
    Remve a leftover chmod and fix a mangled variable name.

 tests/gtk-doc.make        |    1 -
 tests/gtk-doc.notmpl.make |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/gtk-doc.make b/tests/gtk-doc.make
index 4524bb0..aed0aed 100644
--- a/tests/gtk-doc.make
+++ b/tests/gtk-doc.make
@@ -136,7 +136,6 @@ $(srcdir)/tmpl/*.sgml:
 sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
 	@ts1=`cat ts`;ts2=`date +%s.%N`;tsd=`echo $$ts2-$$ts1 | bc`; \
 	echo "  DOC   `date --utc --date @0$$tsd +%H:%M:%S.%N`: Building XML"
-	@-chmod -R u+w $(srcdir)
 	@_source_dir='' ; \
 	for i in $(DOC_SOURCE_DIR) ; do \
 	    _source_dir="$${_source_dir} --source-dir=$$i" ; \
diff --git a/tests/gtk-doc.notmpl.make b/tests/gtk-doc.notmpl.make
index 68a6b24..4789be2 100644
--- a/tests/gtk-doc.notmpl.make
+++ b/tests/gtk-doc.notmpl.make
@@ -159,7 +159,7 @@ pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
 	@ts1=`cat ts`;ts2=`date +%s.%N`;tsd=`echo $$ts2-$$ts1 | bc`; \
 	echo "  DOC   `date --utc --date @0$$tsd +%H:%M:%S.%N`: Building PDF"
 	@rm -f $(DOC_MODULE).pdf
-	@kpdf_options=""; \
+	@mkpdf_options=""; \
 	if test "x$(V)" = "x1"; then \
 	  mkpdf_options="$$mkpdf_options --verbose"; \
 	fi; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]