about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/makefile.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2008-07-09 23:50:09 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2008-07-09 23:50:09 -0400
commita59a144d790bd5311a86f7f474f6a532fe5849cd (patch)
tree970ef26ca61a87bf7b729def49ea4739bef12194 /WWW/Library/Implementation/makefile.in
parent0a919c29d330d4dad298bdde3961b37d79586a57 (diff)
downloadlynx-snapshots-a59a144d790bd5311a86f7f474f6a532fe5849cd.tar.gz
snapshot of project "lynx", label v2-8-7dev_9d
Diffstat (limited to 'WWW/Library/Implementation/makefile.in')
-rw-r--r--WWW/Library/Implementation/makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in
index 51aa18b1..01e74137 100644
--- a/WWW/Library/Implementation/makefile.in
+++ b/WWW/Library/Implementation/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.17 2008/07/04 17:12:20 tom Exp $
+# $LynxId: makefile.in,v 1.18 2008/07/08 00:06:40 tom Exp $
 # Make WWW under unix for a.n.other unix system (bsd)
 # Use this as a template
 
@@ -317,6 +317,12 @@ $(LOB)/dtd_util$o : $(CMN)dtd_util.c $(CMN)HTUtils.h
 
 DTD_UTIL = $(LOB)/dtd_util$o $(LOB)/HTMLDTD$o
 
+sources: dtd_util$x
+	-rm -f *_HTMLDTD.h
+	./dtd_util$x -s -c -o src0_HTMLDTD.h
+	./dtd_util$x -t -c -o src1_HTMLDTD.h
+	./dtd_util$x -s -h -o hdr_HTMLDTD.h
+
 dtd_util$x: $(DTD_UTIL)
 	$(CC) $(CC_OPTS) $(LDFLAGS) -o $@  $(DTD_UTIL) $(LIBS)