diff options
author | Colin Walters <walters@verbum.org> | 2004-07-06 15:15:58 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2004-07-06 15:15:58 +0000 |
commit | a7aadec26ccc6dad729ccf51521f1bbcf0465525 (patch) | |
tree | 077f45b06398d21334be4a14ef9c8f6549c1a77b /doc | |
parent | 0652d657d2eeb3fd697b3d56f7f30708778d0d4e (diff) |
2004-07-06 Colin Walters <walters@redhat.com>
* doc/Makefile.am, qt/Makefile.am:
mono/doc/Makefile.am: Allow 'make dist'
without doc building of various sorts or
QT support enabled.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 337fb4f..7df331c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,6 @@ EXTRA_DIST= \ - dbus-specification.html \ dbus-specification.xml \ - dbus-test-plan.html \ dbus-test-plan.xml \ - dbus-tutorial.html \ dbus-tutorial.xml \ dcop-howto.txt \ file-boilerplate.c @@ -16,6 +13,8 @@ HTML_FILES= \ if DBUS_XML_DOCS_ENABLED all-local: $(HTML_FILES) +EXTRA_DIST += $(HTML_FILES) + dbus-specification.html: dbus-specification.xml $(XMLTO) html-nochunks $< |