File: Makefile.am

package info (click to toggle)
lwatch 0.6.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 884 kB
  • sloc: sh: 4,420; ansic: 1,079; lex: 357; makefile: 57; lisp: 44
file content (14 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = src doc

PACKAGING=packaging/lwatch.spec

EXTRA_DIST = contrib/lwatch.jl $(PACKAGING)

dist-hook:
#	git log --date=short --format=tformat:"%ad  %an <%ae>%n%n	%h: %s%n%b" | fmt --width=80 > $(distdir)/ChangeLog
	git tag -d $(PACKAGE)-$(VERSION) || true
	git tag $(PACKAGE)-$(VERSION)
	@echo "*"
	@echo "* Don't forget about pushing the tag using: "
	@echo "*   git push origin $(PACKAGE)-$(VERSION)   "
	@echo "*"