[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:37:10 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=47157d6
The following commit has been merged in the master branch:
commit 47157d6c76eb8659da0ac668eed6121ffa8de08d
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Tue Jun 14 14:07:42 2005 +0000
Minor change to clean templates directory also from the distclean target
---
doc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index 7b13b0e..3a80fd2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -45,9 +45,9 @@ mostlyclean clean:
$(RM) *~ *.bak *#
distclean: clean
+ cd $(top_srcdir)/doc/templates && $(MAKE) $(MAKECMDGOALS)
# This command is intended for maintainers to use; it deletes files
# that may need special tools to rebuild.
maintainer-clean: distclean
- cd $(top_srcdir)/doc/templates && $(MAKE) $(MAKECMDGOALS)
rm -rf $(top_srcdir)/doc/html/*
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list