Install the documentation screenshots in the correct place.
[pspp] / 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: