diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-04-29 02:41:19 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-04-29 02:43:04 -0700 |
commit | 6dde36d68326001ca5ad75cda555e6aba2d7d675 (patch) | |
tree | fd2a4508977a3da891f08cd03260790e5b12d8d1 /Makefile.am | |
parent | e7100377608e282424fde43a196ffdc059d9c4fa (diff) | |
download | mpd-6dde36d68326001ca5ad75cda555e6aba2d7d675.tar.gz mpd-6dde36d68326001ca5ad75cda555e6aba2d7d675.tar.xz mpd-6dde36d68326001ca5ad75cda555e6aba2d7d675.zip |
scripts: Remove mpd.spec, it was always half-baked.
Remove mpd.spec and makerpm.sh. It was never used or maintained
and the distributors take care of this kinda thing now anyhow.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 347a45c0d..a8c87f588 100644 --- a/Makefile.am +++ b/Makefile.am @@ -776,5 +776,5 @@ endif # EXTRA_DIST = $(doc_DATA) autogen.sh \ - $(wildcard scripts/*.sh) scripts/mpd.spec \ + $(wildcard scripts/*.sh) \ $(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example |