Install the documentation screenshots in the correct place.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 19 Dec 2020 15:22:49 +0000 (16:22 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 19 Dec 2020 15:22:49 +0000 (16:22 +0100)
The screenshots should be installed into $prefix/info/screenshots
NOT $prefix/info

Reported by: opensuse.lietuviu.kalba <opensuse.lietuviu.kalba@gmail.com>

doc/automake.mk

index 0871be428973e8ac0849961995854496c6bcb8a5..31141e854436b530f5e6586904a23e0c33c856b4 100644 (file)
@@ -300,9 +300,9 @@ doc-make: doc/doc-make.in Makefile
 
 # Install all the PNG files so that info readers can recognise them
 install-info-local:
-       $(MKDIR_P) $(DESTDIR)$(prefix)/share/info/
+       $(MKDIR_P) $(DESTDIR)$(prefix)/share/info/screenshots
        for p in $(INFO_SCREENSHOTS); do \
-               $(INSTALL_DATA) $$p $(DESTDIR)$(prefix)/share/info/ ;\
+               $(INSTALL_DATA) $$p $(DESTDIR)$(prefix)/share/info/screenshots ;\
        done
 
 uninstall-local: