]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Clean sedded man pages as well as catted man pages.
authorTed Lemon <source@isc.org>
Sat, 24 Apr 1999 00:20:10 +0000 (00:20 +0000)
committerTed Lemon <source@isc.org>
Sat, 24 Apr 1999 00:20:10 +0000 (00:20 +0000)
client/Makefile.dist
common/Makefile.dist
relay/Makefile.dist
server/Makefile.dist

index 232617b77dd9ccf2733873299319510296474bd1..e393dc247eb8b7e2fee0592bee2c8fd36bca058f 100644 (file)
@@ -19,6 +19,8 @@
 
 CATMANPAGES = dhclient.cat8 dhclient.conf.cat5 dhclient-script.cat8 \
              dhclient.leases.cat5
+SEDMANPAGES = dhclient.man8 dhclient.conf.man5 dhclient-script.man8 \
+             dhclient.leases.man5
 SRCS   = dhclient.c clparse.c
 OBJS   = dhclient.o clparse.o
 PROG   = dhclient
@@ -67,7 +69,7 @@ clean:
        -rm -f $(OBJS)
 
 realclean: clean
-       -rm -f $(PROG) $(CATMANPAGES) *~ #*
+       -rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
 
 distclean: realclean
        -rm -f Makefile
index 40b8c4c2bccb26d2239713dbea72932a8b62bfc8..3002019bdf5d88b75c09ad7cca9151cf8fddad9b 100644 (file)
@@ -18,6 +18,7 @@
 #
 
 CATMANPAGES = dhcp-options.cat5 dhcp-contrib.cat5 dhcp-eval.cat5
+SEDMANPAGES = dhcp-options.man5 dhcp-contrib.man5 dhcp-eval.man5
 SRC    = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
         lpf.c dlpi.c packet.c memory.c print.c options.c inet.c convert.c \
         tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c \
@@ -64,7 +65,7 @@ clean:
        -rm -f $(OBJ)
 
 realclean: clean
-       -rm -f libdhcp.a *~ #* $(CATMANPAGES)
+       -rm -f libdhcp.a *~ #* $(CATMANPAGES) $(SEDMANPAGES)
 
 distclean: realclean
        -rm -f Makefile
index 74db97afd3e1763eeaef042da2572060329fde29..d9e9478ad926edc15477cf8850f7ef4efbca9db2 100644 (file)
@@ -18,6 +18,7 @@
 #
 
 CATMANPAGES = dhcrelay.cat8
+SEDMANPAGES = dhcrelay.man8
 SRCS   = dhcrelay.c
 OBJS   = dhcrelay.o
 PROG   = dhcrelay
@@ -53,7 +54,7 @@ clean:
        -rm -f $(OBJS) dhclient.o
 
 realclean: clean
-       -rm -f $(PROG) $(CATMANPAGES) *~ #*
+       -rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
 
 distclean: realclean
        -rm -f Makefile
index 1f37191624b0ce0c10c1465f5a79ca2993506798..1ecf1ec8bcbe2148aec09c418119c3da6192b86a 100644 (file)
@@ -18,6 +18,7 @@
 #
 
 CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5
+SEDMANPAGES = dhcpd.man8 dhcpd.conf.man5 dhcpd.leases.man5
 SRCS   = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c
 OBJS   = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o
 PROG   = dhcpd
@@ -57,7 +58,7 @@ clean:
        -rm -f $(OBJS)
 
 realclean: clean
-       -rm -f $(PROG) $(CATMANPAGES) *~ #*
+       -rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
 
 distclean: realclean
        -rm -f Makefile