mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
wd-upload doesn\'t work at all, because it clashed with rpmdist.mk defining stuff used by the upload-*.mk files. The RPM-side of things is left untested. Signed-off-by: Jan Lindemann <jan@janware.com>
15 lines
450 B
Makefile
15 lines
450 B
Makefile
TOPDIR = .
|
|
SUBDIRS = make scripts bin htdocs tmpl conf
|
|
RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@pkg.janware.com:/srv/dav/pub/packages/jw-foss/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION)
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(MODDIR)/make/topdir.mk
|
|
include $(MODDIR)/make/srcdist.mk
|
|
include $(MODDIR)/make/git-cvs-bridge.mk
|
|
|
|
all:
|
|
clean: clean.pkgconfig
|
|
|
|
clean.pkgconfig:
|
|
rm -rf pkgconfig
|
|
|