blob: 0c4e06a1f8f9768d47b2c876fe1f506d0baeb632 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -212,11 +212,6 @@ EXTRA_DIST += 00.README.FIRST 00CREDITS
# Testing
EXTRA_DIST += tests/00README tests/TestDB tests/CkTestDB tests/Makefile tests/LsofTest.h check.bash
-# Manpages
-lsof.man: Lsof.8 version 00DIALECTS
- soelim < Lsof.8 > $@
-man8_MANS = lsof.man
-EXTRA_DIST += Lsof.8
# Fix distcheck error
clean-local:
rm -rf lsof.man
|