View difference between Paste ID: ZDUJYbR4 and Qk7imvW1
SHOW: | | - or go back to the newest paste.
1
vascod: good morning folks
2
Jewelfox: Good morning!
3
vascod: is there any generic option that I can pass to ./configure to disable yelp documentation generation?
4
vascod: It takes a while to generate and install
5
vascod: I looked at configure.ac but there is only YELP_HELP_INIT defined regarding yelp
6
vascod: If there was an example configure.ac where I could look I could change it
7
vascod: I'm talking specifically about this - http://git.gnome.org/browse/evince/tree/configure.ac#n698
8
vascod: If it's a stupid question you can say it, after all I'm not really sure what I'm talking about
9
jwendell: vascod, try --disable-gtk-doc
10
ebassi: vascod: mmh, you probably want to ask the docs team
11
ebassi: it's not gtk-doc
12
jwendell: or something like that
13
ebassi: vascod: you can do: ./configure --help to get the list of options
14
ebassi: jwendell: it's the new docs infrastructure for applications, not the API reference
15
ebassi: the gtk-doc build is disabled by default as well12:47:19 PM
16
jwendell: hmm
17
ebassi: mmh, it seems that YELP_HELP_INIT does not allow disabling the documentation generation
18
ebassi: vascod: you may want to open a bug
19
vascod: that's strange, if projects are changing to use yelp instead of the old way
20
vascod: there should be an option5:09 PM
21
vascod: let me just test some more random options in ./configure 
22
fredp: vascod: a trick is to redefinie DOC_LINGUAS (or HELP_LINGUAS for mallard); e.g. make DOC_LINGUAS=
23
vascod: hmm, tried all kind of enable and disable options related to help, doc, gtk-doc, etc and none changes anything
24
vascod: fredp, can I pass that to jhbuild ?
25
mclasen: you'd have probably built the docs by now...
26
vascod: the problem is that I'm constantly building the docs 
27
vascod: I change something, jhbuild make
28
fredp: vascod: this can probably be added to makeargs
29
vascod: wait forever in that process
30
vascod: let me try then
31
vascod: mclasen, for example, right at the end of jhbuild make, it appears: "I: Install complete: 2742 files copied"
32
ebassi: something like this: http://fpaste.org/VRMb/ in yelp-tools should work for adding a --disable-docs configure switch
33
vascod: fredp, changing it to makeargs = '-j2 DOC_LINGUAS='
34
vascod: doesn't seem to make a difference