From: Barry W. <bw...@us...> - 2002-03-22 19:58:14
|
Update of /cvsroot/ht2html/ht2html/doc In directory usw-pr-cvs1:/tmp/cvs-serv30411 Modified Files: Makefile Log Message: The targets depend on links.h Index: Makefile =================================================================== RCS file: /cvsroot/ht2html/ht2html/doc/Makefile,v retrieving revision 2.0 retrieving revision 2.1 diff -C2 -d -r2.0 -r2.1 *** Makefile 22 Mar 2002 17:39:42 -0000 2.0 --- Makefile 22 Mar 2002 19:58:11 -0000 2.1 *************** *** 20,24 **** $(HT2HTML) $(HTFLAGS) $< ! all: $(TARGETS) links.h clean: --- 20,26 ---- $(HT2HTML) $(HTFLAGS) $< ! all: $(TARGETS) ! ! $(TARGETS): links.h clean: |