summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfcw@users.noreply.github.com>2019-11-30 09:36:46 +0100
committerGitHub <noreply@github.com>2019-11-30 09:36:46 +0100
commit3123ad7fe2838797e2b4081dc9d5786b8a8c4ed3 (patch)
treed8d4f1cb4e3a002dcdb1055f6509b9482e3e8248 /man/Makefile.am
parentaf2d2e5111e0e23fc80b2a838b692c597fb8d6a7 (diff)
downloadlibfaketime-revert-178-automake-branch.tar.gz
Revert "Automake branch"revert-178-automake-branch
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
deleted file mode 100644
index 0db33db..0000000
--- a/man/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-ACLOCAL_AMFLAGS=-I m4
-
-dist_man_MANS = faketime.1
-
-# INSTALL ?= install
-#
-# PREFIX ?= /usr/local
-#
-# all:
-#
-# install:
-# $(INSTALL) -Dm0644 faketime.1 "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
-# gzip -f "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
-#
-# uninstall:
-# rm -f "${DESTDIR}${PREFIX}/share/man/man1/faketime.1.gz"
-#
-# .PHONY: all install uninstall