[pkg-opensc-commit] [opensc] 02/295: Compile from a separate build directory

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit 82a841162a01b097d7fd277a7861a25002bb9ce8
Author: Doug Engert <deengert at gmail.com>
Date:   Sat Mar 19 19:06:56 2016 -0500

    Compile from a separate build directory
    
    doc/toots/Makefile.am is missing a $(srcdir)
    
     Changes to be committed:
    	modified:   doc/tools/Makefile.am
---
 doc/tools/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tools/Makefile.am b/doc/tools/Makefile.am
index 82c1ceb..e4279ed 100644
--- a/doc/tools/Makefile.am
+++ b/doc/tools/Makefile.am
@@ -28,7 +28,7 @@ tools.html: $(srcdir)/tools.xml $(wildcard $(srcdir)/*.1.xml) $(wildcard $(srcdi
 
 %: $(srcdir)/%.1.xml
 	@echo $< $@
-	@cat completion-template \
+	@cat $(srcdir)/completion-template \
 		| sed "s,ALLOPTS,\
 			$(shell sed -n 's,\s\s\s*<option>\([^<]*\)</option>.*,\1,pg' $< \
 				| sort -u | grep -- '^\-' | tr '\n' ' ')," \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list