ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/dhcpping/Makefile.am
Revision: 1.1
Committed: Mon Jul 26 00:47:15 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 bin_PROGRAMS = dhcping
2     dhcping_SOURCES = dhcping.c dhcping_options.h
3     man_MANS = dhcping.8
4    
5     dhcping.8: dhcping.pod
6     $(PERL2MAN_RULE)
7     PERL2MAN_RULE = \
8     pod2man --release="Januari 27, 2002" --date="Januari 27, 2002" --center="General Commands Manual" --section=8 $? > $@