Add directory for documentation

This commit is contained in:
Marcel Holtmann 2009-04-27 05:51:03 -07:00
parent ed08e2adee
commit 43182c00e4
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
SUBDIRS = gdbus include src plugins
SUBDIRS = gdbus include src plugins doc
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in config.sub config.guess \

View File

@ -77,4 +77,4 @@ AC_SUBST([GDBUS_CFLAGS], ['$(DBUS_CFLAGS) -I$(top_srcdir)/gdbus'])
AC_SUBST([GDBUS_LIBS], ['$(top_builddir)/gdbus/libgdbus.la $(DBUS_LIBS)'])
AC_OUTPUT(Makefile gdbus/Makefile include/Makefile include/version.h
src/Makefile plugins/Makefile)
src/Makefile plugins/Makefile doc/Makefile)

2
doc/Makefile.am Normal file
View File

@ -0,0 +1,2 @@
MAINTAINERCLEANFILES = Makefile.in