After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311007 - images are not installed.
images are not installed.
Status: RESOLVED FIXED
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
CVS HEAD
Other Linux
: Normal major
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-20 14:02 UTC by Jean Bréfort
Modified: 2005-07-26 13:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Jean Bréfort 2005-07-20 14:02:51 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.
Comment 1 Christian Persch 2005-07-20 14:06:27 UTC
Confirming, people are seeing this in Epiphany too.
Comment 2 Shaun McCance 2005-07-20 23:18:42 UTC
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?
Comment 3 Danilo Segan 2005-07-21 06:47:08 UTC
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).
Comment 4 Shaun McCance 2005-07-21 06:50:22 UTC
Jean, confirm fixed?
Comment 5 Jean Bréfort 2005-07-21 09:30:28 UTC
Yes, thanks