summaryrefslogtreecommitdiff
path: root/bootstrap.make
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-04-02 20:30:55 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-04-02 20:30:55 +0000
commit88d4c5b80187c428807dfb336b8ad9db643b6cf1 (patch)
tree4f329fd4ca724c8d21edcf4d5b9f22fed9c2f8a3 /bootstrap.make
parente347e83ca57b927dc629b2d93475d5c8c1008b4d (diff)
downloadgnome-doc-utils-88d4c5b80187c428807dfb336b8ad9db643b6cf1.tar.gz
- Adding bookstrap.make to bootstrap the docs builds
* Makefile.am: * bootstrap.make: * doc/xslt/Makefile.am: - Adding bookstrap.make to bootstrap the docs builds * configure.in: * xslt/Makefile.am: * xslt/xsldoc/Makefile.am: - Actually build xsldoc * gnome-doc-utils.make: - Put in some variables to help bootstrapping * xslt/docbook/html/Makefile.am: - Added new XSLT files to Makefile.am * xslt/rngdoc/Makefile.am: - Hum
Diffstat (limited to 'bootstrap.make')
-rw-r--r--bootstrap.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.make b/bootstrap.make
new file mode 100644
index 0000000..d9f5253
--- /dev/null
+++ b/bootstrap.make
@@ -0,0 +1,3 @@
+_db2omf = $(top_srcdir)/xslt/docbook/omf/db2omf.xsl
+_rngdoc = $(top_srcdir)/xslt/rngdoc/rngdoc.xsl
+_xsldoc = $(top_srcdir)/xslt/xsldoc/xsldoc.xsl