clogger RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
blob 574fffd3a3a2729d518656ddcf59695756d7d33a 344 bytes (raw)
name: GNUmakefile 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
all::
RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/clogger/
rfproject := clogger
rfpackage := clogger
include pkg.mk
test-ext:
	CLOGGER_PURE= $(MAKE) test-unit
test-pure:
	CLOGGER_PURE=1 $(MAKE) test-unit

test: test-ext test-pure

.PHONY: test-ext test-pure
ifneq ($(VERSION),)
release::
	$(RAKE) publish_news VERSION=$(VERSION)
endif

debug log:

solving 574fffd ...
found 574fffd in https://yhbt.net/clogger.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/clogger.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).