[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:59 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=2e3b85f
The following commit has been merged in the master branch:
commit 2e3b85f620e2abf7bac10bb4e2b1888d4e5e56f2
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Fri Sep 20 14:26:02 2013 +0000
Modified Makefiles to use bin/taglist when building the doc.
---
doc/Makefile | 1 -
doc/templates/Makefile | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index ea68e39..db5f36a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -68,7 +68,6 @@ doxygen:
doxygen $(top_srcdir)/config/Doxyfile
tags:
- 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/
diff --git a/doc/templates/Makefile b/doc/templates/Makefile
index 77cd52e..e3474ea 100644
--- a/doc/templates/Makefile
+++ b/doc/templates/Makefile
@@ -137,7 +137,7 @@ SCHEMA = xmp_dc \
xmp_MPReg \
xmp_mwg-rs
-TAGLIST = ../../src/taglist
+TAGLIST = ../../bin/taglist
# **********************************************************************
# ======================================================================
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list