Skip to content

Commit

Permalink
Process manpages and install
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jan 13, 2023
1 parent a49d945 commit a955785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ tests/config.*
version.h
autotools.h
lockf_owner.h
lsof.man

#
# Symbolic links to a diaclt implementation
# Symbolic links to a dialect implementation
#
/dfile.c
/dlsof.h
Expand Down
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ endif

lsof_CPPFLAGS = -I$(DIALECT_PATH) -I$(top_srcdir)/autotools
lsof_CPPFLAGS += -DAUTOTOOLS

lsof.man: Lsof.8
soelim < $^ > $@
man8_MANS = lsof.man

0 comments on commit a955785

Please sign in to comment.