User manual still not installed

Dirk Hohndel dirk at hohndel.org
Sun Dec 15 12:32:27 UTC 2013


On Sun, 2013-12-15 at 22:30 +0200, Willem Ferguson wrote:
> The user manual opens, but without any figures. 2 steps forward, 1 backward.
> 
> If I open /usr/share/subsurface/Documentation/user-manual.html in 
> Firefox then the figures are fine.

Strange. Figures show up fine for me under Fedora

> Then I make a trivial edit to user-manual.html and saved it, just to be 
> sure which copy of user-manual.html I am viewing. The edit does not show 
> up when I hit F1 in Subsurface. It does show up when I use Firefox to 
> view the same .html file in /usr/share......./Documentation.
> 
> Is F1 viewing a different file?


Well, let's make sure we are talking about the same things.

After you edit the user-manual.txt, you need to re-run make
then with ./subsurface you should see the modified Manual

Or you run

make
sudo make install

and then even with just running

subsurface

you should see all of the modified manual

/D




> On 15/12/2013 22:03, Dirk Hohndel wrote:
> >
> >
> > So this looks correct and should work. If you now start
> >
> > subsurface
> >
> > you should be able to get to the docs with F1
> >
> > /D
> >
> > On Sun, 2013-12-15 at 21:56 +0200, Willem Ferguson wrote:
> >> Latest master: gd3065d811ac6
> >>
> >> All correct documentation files created in
> >> /usr/share/subsurface/Documentation
> >> However, binary installed in /usr/bin/
> >>
> >> This is what sudo make install does.
> >>
> >> Here is a  dump of the make install:  (See the line 6th from the top:)
> >> Does this provide any information?
> >>
> >> willem at willem-Precision-M4700:~/subsurface$ sudo make install
> >> make -C /home/willem/subsurface/Documentation
> >> OUT=/home/willem/subsurface/Documentation/ doc
> >> make[1]: Entering directory `/home/willem/subsurface/Documentation'
> >> make[1]: Nothing to be done for `doc'.
> >> make[1]: Leaving directory `/home/willem/subsurface/Documentation'
> >> install -m 755 -p /home/willem/subsurface/subsurface //usr/bin/
> >> strip //usr/bin/subsurface
> >> install -m 644 -p /home/willem/subsurface/subsurface.desktop
> >> //usr/share/applications/
> >> install -m 644 -p /home/willem/subsurface/subsurface.1 //usr/share/man/man1/
> >> cp -f -r /home/willem/subsurface/xslt //usr/share/subsurface/
> >> make -C /home/willem/subsurface/Documentation
> >> OUT=/home/willem/subsurface/Documentation/ doc
> >> make[1]: Entering directory `/home/willem/subsurface/Documentation'
> >> make[1]: Nothing to be done for `doc'.
> >> make[1]: Leaving directory `/home/willem/subsurface/Documentation'
> >> install -m 644 -p /home/willem/subsurface/Documentation/user-manual.html
> >> //usr/share/subsurface/Documentation/
> >> cp -f -r /home/willem/subsurface/Documentation/images
> >> //usr/share/subsurface/Documentation/
> >> cp -f -r /home/willem/subsurface/marbledata/maps
> >> //usr/share/subsurface/data/
> >> cp -f -r /home/willem/subsurface/marbledata/bitmaps
> >> //usr/share/subsurface/data/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_source.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_bg_BG.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_da_DK.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_de_CH.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_de_DE.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_es_ES.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_et_EE.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_fi_FI.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_fr_FR.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_it_IT.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_nb_NO.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_nl_NL.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_pl_PL.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_pt_BR.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_pt_PT.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_ru_RU.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_sk_SK.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_sv_SE.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p
> >> /home/willem/subsurface/translations/subsurface_zh_TW.qm
> >> //usr/share/subsurface/translations/
> >> install -m 644 -p /home/willem/subsurface/translations/subsurface_he.qm
> >> //usr/share/subsurface/translations/
> >> willem at willem-Precision-M4700:~/subsurface$
> >>
> >> Kind regards,
> >> willemf
> >>
> >> On 15/12/2013 21:02, Dirk Hohndel wrote:
> >>> On Sun, 2013-12-15 at 20:55 +0200, Willem Ferguson wrote:
> >>>> willem at willem-Precision-M4700:/usr/share/subsurface$ ls -l
> >>>> total 20
> >>>> drwxr-xr-x 2 root root 4096 Oct 13 15:55 bitmaps
> >>>> drwxr-xr-x 4 root root 4096 Nov 30 20:43 data
> >>>> drwxr-xr-x 3 root root 4096 Oct 13 15:55 maps
> >>>> drwxr-xr-x 2 root root 4096 Dec 14 07:48 translations
> >>>> drwxr-xr-x 2 root root 4096 Oct 18 07:36 xslt
> >>> So did you run
> >>>
> >>> sudo make install
> >>>
> >>> ???
> >>>
> >>> And are you on the latest master?
> >>>
> >>> /D
> >>>
> >>>
> >
> > _______________________________________________
> > subsurface mailing list
> > subsurface at hohndel.org
> > http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
> >
> 




More information about the subsurface mailing list