Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-04-19 04:55:19 +0400
committerDJ Delorie <dj@redhat.com>2000-04-19 04:55:19 +0400
commit05357ffef2e0c5c5715d868500bc001d6f39800a (patch)
tree673605aeacde7664087cc1486da3ac44ecccd659 /winsup/doc/Makefile.in
parent25ba8f306f3099caf8397859019e936b90510e8d (diff)
clean up SGML for latest version of jade/docbook
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r--winsup/doc/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 74c0be821..988f388a6 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -11,6 +11,8 @@ SHELL = @SHELL@
srcdir = @srcdir@
VPATH = @srcdir@
+SGMLDIRS = -d $(srcdir) -d $(utils_source) -d $(cygwin_source)
+
DOC=faq.txt faq.info readme.txt readme.info
HTMLDOC=faq.html readme.html
@@ -46,25 +48,25 @@ cygwin-ug/cygwin-ug.html : cygwin-ug.sgml doctool
-db2html $<
cygwin-ug.sgml : cygwin-ug.in.sgml ./doctool Makefile
- -./doctool -m -d $(srcdir) -d $(utils_source) -s $(srcdir) -o $@ $<
+ -./doctool -m $(SGMLDIRS) -s $(srcdir) -o $@ $<
cygwin-ug-net/cygwin-ug-net.html : cygwin-ug-net.sgml doctool
-db2html $<
cygwin-ug-net.sgml : cygwin-ug-net.in.sgml ./doctool Makefile
- -./doctool -m -d $(srcdir) -d $(utils_source) -s $(srcdir) -o $@ $<
+ -./doctool -m $(SGMLDIRS) -s $(srcdir) -o $@ $<
cygwin-api/cygwin-api.html : cygwin-api.sgml
-db2html $<
cygwin-api.sgml : cygwin-api.in.sgml ./doctool Makefile
- -./doctool -m -d $(srcdir) -d $(utils_source) -s $(srcdir) -o $@ $<
+ -./doctool -m $(SGMLDIRS) -s $(srcdir) -o $@ $<
cygwin-api-int/cygwin-api-int.html : cygwin-api-int.sgml
-db2html $<
cygwin-api-int.sgml : cygwin-api.in.sgml ./doctool Makefile
- -./doctool -i -m -d $(srcdir) -d $(utils_source) -s $(srcdir) -b cygwin-api-int -o $@ $<
+ -./doctool -i -m $(SGMLDIRS) -s $(srcdir) -b cygwin-api-int -o $@ $<
./doctool : doctool.c
gcc -g $< -o $@