gtk-doc-single.xsl: remove never finished feature
[gtk-doc.git] / cmake / Makefile.am
blobd4f43b8ffb79df42326ff277379978607abcd391
1 EXTRA_DIST = \
2         GtkDocConfig.cmake.in \
3         GtkDocConfigVersion.cmake.in     \
4         GtkDocScanGObjWrapper.cmake
6 CLEANFILES = \
7   GtkDocConfig.cmake \
8   GtkDocConfigVersion.cmake
10 # Generate this here rather than via configure.ac so that
11 # bindir is substituted as an expanded path rather than
12 # using ${exec_prefix} as it would if substituted via
13 # configure.ac.
14 GtkDocConfig.cmake: GtkDocConfig.cmake.in
15         $(SED) -e 's|[@]bindir@|$(bindir)|g' < "$<" > "$@"
17 cmakedir = $(libdir)/cmake/GtkDoc
18 cmake_DATA = \
19         GtkDocConfig.cmake \
20         GtkDocConfigVersion.cmake \
21         GtkDocScanGObjWrapper.cmake
23 -include $(top_srcdir)/git.mk