source: trunk/third/libxklavier/Makefile.am @ 21527

Revision 21527, 511 bytes checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21526, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = libxklavier doc tests
2
3config_xml_DATA = xfree86.xml
4config_xmldir = $(datadir)/$(PACKAGE)
5
6EXTRA_DIST = libxklavier.spec libxklavier.spec.in \
7             Doxyfile Doxyfile.in autogen.sh \
8             CREDITS libxklavier.pc.in \
9             $(config_xml_DATA)
10
11pkgconfigdir = $(libdir)/pkgconfig
12pkgconfig_DATA = libxklavier.pc
13
14doxydocs: libxklavier/xklavier.h libxklavier/xklavier_config.h
15        if test "x$(DO_DOXYGEN)" = "xyes" ; then \
16          doxygen Doxyfile; \
17        fi;
18
19all: doxydocs
20
21.PHONY: doxydocs
Note: See TracBrowser for help on using the repository browser.