[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:42 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d07f85e

The following commit has been merged in the master branch:
commit d07f85e16e3e9c4944cf159f182a75ceaea468d8
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu May 16 15:34:35 2013 +0000

    Fixed path of executable file taglist in Makefile.
---
 doc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index 259beea..ea68e39 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -68,7 +68,7 @@ doxygen:
 	doxygen $(top_srcdir)/config/Doxyfile
 
 tags:
-	cp -f    $(top_srcdir)/src/bin/taglist $(top_srcdir)/src
+	cp -f    $(top_srcdir)/bin/taglist $(top_srcdir)/src
 	mkdir -p $(top_srcdir)/doc/html
 	cd       $(top_srcdir)/doc/templates && $(MAKE) all
 	cp -f    $(top_srcdir)/doc/templates/*.html $(top_srcdir)/doc/html/

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list