mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 02:20:08 +01:00
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.
This commit is contained in:
parent
54752a6d94
commit
3d0f1fb1b6
3 changed files with 8 additions and 4 deletions
|
|
@ -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 $<
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,10 @@ update:
|
|||
|
||||
CLEANFILES = dbus-sharp-docs.zip dbus-sharp-docs.tree
|
||||
|
||||
EXTRA_DIST = dbus-sharp-docs.source dbus-sharp-docs.tree dbus-sharp-docs.zip
|
||||
EXTRA_DIST = dbus-sharp-docs.source
|
||||
if ENABLE_MONODOC
|
||||
EXTRA_DIST += dbus-sharp-docs.tree dbus-sharp-docs.zip
|
||||
endif
|
||||
|
||||
dist-hook:
|
||||
mkdir -p $(distdir)/en
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
if HAVE_QT
|
||||
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_QT_CXXFLAGS)
|
||||
|
||||
dbusincludedir=$(includedir)/dbus-1.0/dbus
|
||||
|
|
@ -23,3 +24,4 @@ libdbus_qt_1_la_LDFLAGS= -version-info 1:0
|
|||
|
||||
%.moc: %.h
|
||||
$(QT_MOC) $< > $@
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue