pniedzielski / doxymacs

Doxymacs is Doxygen + {X}Emacs.
http://pniedzielski.github.io/doxymacs
13 stars 11 forks source link

Build system is broken #10

Closed ZedThree closed 1 year ago

ZedThree commented 8 years ago

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).

pniedzielski commented 3 years ago

Addressed by PR #13 .

pniedzielski commented 1 year ago

Fixed with e9d3bad.