File: Makefile

package info (click to toggle)
rust-git-absorb 0.6.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: makefile: 16
file content (9 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
build-manpage: git-absorb.1

git-absorb.1: git-absorb.txt
	$(if $(shell which a2x),,$(error "No a2x in PATH; install asciidoc."))
	$(info Building manpage. This may take a few moments...)
	a2x -L -d manpage -f manpage git-absorb.txt

clean:
	rm -f git-absorb.1 git-absorb.xml