Update of /cvsroot/dhcp-agent/dhcp-agent/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv19735/doc
Modified Files:
Makefile.am
Log Message:
fixed double slash in doc makefile
Index: Makefile.am
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/doc/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 27 Jun 2003 16:46:46 -0000 1.3
--- Makefile.am 5 Jul 2003 19:16:23 -0000 1.4
***************
*** 9,13 ****
if HTMLDOC
! htmldir = $(prefix)/${dhcpdocdir}
html_DATA = index.html $(shell ls dhcp-agent_*.html 2>/dev/null)
--- 9,13 ----
if HTMLDOC
! htmldir = $(prefix)${dhcpdocdir}
html_DATA = index.html $(shell ls dhcp-agent_*.html 2>/dev/null)
|