File: Makefile

package info (click to toggle)
otags 4.05.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 504 kB
  • sloc: ml: 1,293; sh: 212; makefile: 195
file content (13 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13

install:
	install -m 755 update-otags $(DESTDIR)/usr/sbin
	install -m 644 update-otags.8 \
		$(DESTDIR)/usr/share/man/man8/update-otags.8

update-otags.man: update-otags.8
	nroff -man $< > $@

.PHONY: clean
clean:
	rm -f update-otags.man