diff options
author | Dave Reisner <dreisner@archlinux.org> | 2018-10-21 22:58:23 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2018-10-23 12:13:18 -0400 |
commit | dab45f0808951afc2e3146211a1c6d7ebb8bd06d (patch) | |
tree | 9b2b7a1d34a06cf2639eac956ef3952d5df35174 /doc/.gitignore | |
parent | b5d62d2c91a2caf5c18945921cdf12af6f36b2d4 (diff) | |
download | pacman-dab45f0808951afc2e3146211a1c6d7ebb8bd06d.tar.xz |
Dynamically generate Doxyfile from input
This isn't super interesting for the autotools side, but it's necessary
in order to make things sane for other build systems which we might
introduce in the future.
Diffstat (limited to 'doc/.gitignore')
-rw-r--r-- | doc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index a9736555..4e41f359 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -6,3 +6,4 @@ asciidoc.js *.xml man3 website.tar.gz +Doxyfile |