diff options
author | Allan McRae <allan@archlinux.org> | 2018-11-27 22:42:13 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-11-27 22:48:43 +1000 |
commit | 0dd14924424478564321fc681e3f344b53fb7b54 (patch) | |
tree | 2298b5f6188aeaf04c3689f7e99df20b51a58edd /doc | |
parent | de915c4f145d6e985c3c0fdf8fe121b5066d711c (diff) | |
download | pacman-0dd14924424478564321fc681e3f344b53fb7b54.tar.xz |
Remove Doxyfile from EXTRA_DIST
We generate this now, so no need to distribute. Fixes "make dist".
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 711921fd..4bb0f01b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -65,7 +65,6 @@ EXTRA_DIST = \ index.asciidoc \ submitting-patches.asciidoc \ translation-help.asciidoc \ - Doxyfile \ $(MANPAGES) \ $(DOXYGEN_MANS) |