Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37513987
en ru br
ALT Linux repos
S:2.0.1-alt1
5.0: 1.0-alt0.alpha2

Group :: Graphics
RPM: geeqie

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: geeqie-1.6-up-doc-build.patch
Download


commit a33d8c40e9e56597f68e83be3336036992996738
Author: Matthew Miller <mattdm@mattdm.org>
Date:   Thu Apr 8 20:21:39 2021 -0400
    Fix doc building with newer yelp
    
    This adds `-i`, because otherwise it will complain about missing files (which
    we copy into place later), and adds a trailing slash to the output directory,
    because `yelp-build` now puts the files into the wrong place otherwise.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3d044bd8..78b96233 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,7 +7,7 @@ EXTRA_DIST = docbook2html.sh docbook icons
 html/GuideIndex.html: docbook/GuideIndex.xml
 	rm -rf html; mkdir html; cp $(srcdir)/icons/* html/
 	if [ -x "$(GNOME_DOC_TOOL)" ]; then \
-		"$(GNOME_DOC_TOOL)" html -o html $(srcdir)/docbook/GuideIndex.xml ; \
+		"$(GNOME_DOC_TOOL)" html -i -o html/ $(srcdir)/docbook/GuideIndex.xml ; \
 	else \
 		echo "yelp-tools not found, html is not built" ; \
 	fi
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin