mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
2021-05-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'make dep' target. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
12
Makefile.am
12
Makefile.am
@@ -26,7 +26,8 @@ if ALSA_RD_AM
|
||||
ALSACONFIG_RD_OPT = rdalsaconfig
|
||||
endif
|
||||
|
||||
SUBDIRS = icons\
|
||||
SUBDIRS = debian\
|
||||
icons\
|
||||
helpers\
|
||||
lib\
|
||||
$(HPI_RD_OPT) apis\
|
||||
@@ -67,6 +68,9 @@ ACLOCAL_AMFLAGS = -I m4
|
||||
maintainer-clean-local:
|
||||
rm -rf m4
|
||||
|
||||
deb: dist
|
||||
./build_debs.sh
|
||||
|
||||
rpm: dist
|
||||
mkdir -p $(HOME)/rpmbuild/SOURCES
|
||||
cp rivendell-$(VERSION).tar.gz $(HOME)/rpmbuild/SOURCES/
|
||||
@@ -93,9 +97,15 @@ EXTRA_DIST = autogen.sh\
|
||||
UPGRADING
|
||||
|
||||
CLEANFILES = *~\
|
||||
*.buildinfo\
|
||||
*.changes\
|
||||
*.ddeb\
|
||||
*.deb\
|
||||
*.dsc\
|
||||
*.mo\
|
||||
*.rpm\
|
||||
*.tar.gz\
|
||||
*.tar.xz\
|
||||
*.tgz\
|
||||
*.zip\
|
||||
py-compile
|
||||
|
Reference in New Issue
Block a user