mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-03 08:07:17 -05:00
1079c95b9d
This change: - Adds a check for the doxygen program to configure. - Moves the Doxyfile from src/Doxyfile to doc/Doxyfile.in. - Generates a doc/Doxyfile from doc/Doxyfile.in inserting an absolute path to the source directory, so that it also works when builddir != srcdir. - Adds `make api` rule for running doxygen; it depends on api/doxygen file which is never created to force the rule to always run.
16 lines
159 B
Plaintext
16 lines
159 B
Plaintext
*.tmp
|
|
*.html
|
|
*.pdf
|
|
*.xml
|
|
*.1
|
|
*.5
|
|
api
|
|
web
|
|
features.txt
|
|
keymap-actions.txt
|
|
keymap-defaults.txt
|
|
manual.html-chunked
|
|
option-command.txt
|
|
option-config.txt
|
|
Doxyfile
|