Browse Source

[2157] fix paths with srcdir/buiddir

Yoshitaka Aharen 12 years ago
parent
commit
56e8f3e3e9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/auth/Makefile.am
  2. 1 1
      src/bin/auth/tests/Makefile.am

+ 1 - 1
src/bin/auth/Makefile.am

@@ -29,7 +29,7 @@ EXTRA_DIST = $(man_MANS) b10-auth.xml
 if GENERATE_DOCS
 
 b10-auth.8: b10-auth.xml
-	@XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-auth.xml
+	@XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(builddir)/b10-auth.xml
 
 else
 

+ 1 - 1
src/bin/auth/tests/Makefile.am

@@ -82,7 +82,7 @@ EXTRA_DIST = statisticsitems.py
 
 check-local:
 	B10_FROM_BUILD=${abs_top_builddir} ./run_unittests
-	$(PYTHON) ./statisticsitems.py $(top_builddir)/src/bin/auth/b10-auth.xml
+	$(PYTHON) $(srcdir)/statisticsitems.py $(top_builddir)/src/bin/auth/b10-auth.xml
 
 noinst_PROGRAMS = run_unittests