GNOME Bugzilla – Bug 311007
images are not installed.
Last modified: 2005-07-26 13:33:00 UTC
convert a project to use gnome-doc-utils as explained at http://live.gnome.org/GnomeDocUtilsMigrationHowTo, then type make install. No figure is installed, only the figures directory is created. If I add a DOC_FIGURES definition in help/Makefile.am, such as: DOC_FIGURES = \ figures/fig1.png \ figures/fig2.png \ ... figures/fign.png I get the following message for each image: /usr/bin/install -c -m 644 C/figures/fig1.png $(prefix)/share/gnome/help/$(appname)/C/figures/fig1.png /usr/bin/install: too few arguments Try `/usr/bin/install --help' for more information. Where $(prefix) and $(appname) are replaced by their values. Running the same comand line by hand works.
Confirming, people are seeing this in Epiphany too.
I can't reproduce this. The log you've shown here shows the final argument to install (the destination) on its own line. Is that how the command is actually being called, or is that just an artifact of copy/paste?
I have reproduced both this and install-fig not being called at all in gnome-panel before I upgraded my gnome-doc-utils.make. Now, all seems to have been fixed with latest Shaun's changes (and regenerating the makefiles).
Jean, confirm fixed?
Yes, thanks