[dhcp-agent-commits] dhcp-agent/doc Makefile.am,1.5,1.6
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-25 02:36:42
|
Update of /cvsroot/dhcp-agent/dhcp-agent/doc In directory sc8-pr-cvs1:/tmp/cvs-serv23225/doc Modified Files: Makefile.am Log Message: added *.info to cleanup Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/doc/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 6 Jul 2003 17:49:56 -0000 1.5 --- Makefile.am 25 Jul 2003 02:36:39 -0000 1.6 *************** *** 5,9 **** info_TEXINFOS = dhcp-agent.texi ! dhcp_agent_TEXINFOS = dhcp-client.texi dhcp-relay.texi dhcp-sniff.texi dhcp-server.texi introduction.texi if HTMLDOC --- 5,9 ---- info_TEXINFOS = dhcp-agent.texi ! dhcp_agent_TEXINFOS = part-1.texi part-2.texi part-3.texi part-4.texi if HTMLDOC *************** *** 18,20 **** endif ! CLEANFILES=*.html --- 18,20 ---- endif ! CLEANFILES=*.html *.info |