3 Commits

Author SHA1 Message Date
951b00385a Remove debugging "foo" target from Makefile 2025-07-19 22:00:51 -05:00
5c65206c34 correct Mailfile logic for custom/default config template file 2025-07-19 21:52:17 -05:00
8f8bb57fd1 add Makefile to guide configuration and perform installation
This change replaces icecast.xml with icecast.xml.template.  A
complete icecast.xml is no-longer provided.

Instead, to create icecast.xml run:

  make

You can generate icecast.xml and then install it:

  make install

This doesn't currently do any aspectss of making the system ready to
run icecast (e.g. performing `sudo apt install icecast2`, or similar).
2025-07-19 18:59:40 -05:00