blob: 490e4c883129f2accbf968d427c9626fe0e424eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- help/C/Makefile.in.orig Sun May 11 13:30:24 2003
+++ help/C/Makefile.in Sun May 11 13:30:34 2003
@@ -296,11 +296,6 @@
all: index.html
index.html: $(SGML_FILES)
- if test "$(HAVE_JW)" = 'yes' ; then \
- jw -V '%use-id-as-filename%' -o balsa balsa.sgml; \
- else \
- db2html -V '%use-id-as-filename%' balsa.sgml; \
- fi
-cp balsa/index.html index.html || touch index.html
epsimages: $(MANUAL_IMAGES)
|