summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0338815..fbb1b73 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -6,10 +6,6 @@ DOC_MODULE=gen
# The top-level SGML file.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
-gen.types : gen.types.in $(top_srcdir)/src/test-bindings.types $(top_srcdir)/src/udisks-bindings.types gen-sections.txt.in $(top_srcdir)/src/test-bindings-sections.txt $(top_srcdir)/src/udisks-bindings-sections.txt
- cat $(top_srcdir)/src/test-bindings.types $(top_srcdir)/src/udisks-bindings.types gen.types.in > gen.types
- cat $(top_srcdir)/src/test-bindings-sections.txt $(top_srcdir)/src/udisks-bindings-sections.txt gen-sections.txt.in > gen-sections.txt
-
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS=
@@ -57,8 +53,6 @@ expand_content_files = \
extra_files = \
$(NULL)
-scan-build.stamp : gen.types
-
include $(top_srcdir)/gtk-doc.make