mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Ditch the old and mostly dysfunctional contents of srcdist.mk and refill it with rules to generate a source code tarball containing version control meta files. Signed-off-by: Jan Lindemann <jan@janware.com>
14 lines
409 B
Makefile
14 lines
409 B
Makefile
TOPDIR = .
|
|
SUBDIRS = make scripts bin htdocs tmpl conf
|
|
RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@pkg.janware.com:/srv/ftp/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
|
|
|
|
all:
|
|
clean: clean.pkgconfig
|
|
|
|
clean.pkgconfig:
|
|
rm -rf pkgconfig
|
|
|