pniedzielski / doxymacs

Doxymacs is Doxygen + {X}Emacs.

Home Page:http://pniedzielski.github.io/doxymacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build system is broken

ZedThree opened this issue · comments

automake complains that NEWS, AUTHOR and ChangeLog are missing. prepare_release.sh creates NEWS.md and AUTHOR.md, which could be trivially renamed. Alternatively, --foreign can be passed to automake in bootstrap which just ignores these files (see here).

Addressed by PR #13 .