File: README

package info (click to toggle)
viking 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,468 kB
  • sloc: ansic: 81,706; xml: 2,893; sh: 2,501; makefile: 874; python: 589; perl: 384; cpp: 259
file content (24 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
In order to activate reference documentation, you have to specify
the following configure command line:
$ ./configure --enable-gtk-doc --enable-gtk-doc-html

Then, cd to doc/reference and launch make command.

(This directory is not recursively make when launching make from top
directory. So, this avoid spending time in reference documentation
computation when not really needed.)

Unfortunately to regenerate the references running make again does not
detect any changes to the source files, thus it must be regenerated
manually:

$ make clean ; make

If you want remove the generated HTML files you need to perform a more
thorough cleanse:

$ make distclean

Unfortunately this also removes the Makefile, so you have to go through
the ./configure steps again to regenerate the Makefile.