File: Makefile.am

package info (click to toggle)
zonefs-tools 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 724 kB
  • sloc: sh: 4,278; ansic: 1,458; makefile: 58
file content (12 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: CC0-1.0
#
# Copyright (C) 2019 Western Digital Corporation or its affiliates.

dist_man_MANS = mkzonefs.8 zonefs.5

install-data-hook:
	(cd $(DESTDIR)${mandir}/man8; rm -f mkfs.zonefs.8.gz)
	(cd $(DESTDIR)${mandir}/man8; $(LN_S) mkzonefs.8.gz mkfs.zonefs.8.gz)

uninstall-hook:
	(cd $(DESTDIR)${mandir}/man8; rm -f mkfs.zonefs.8.gz)