summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-12-19 14:34:33 +0000
committerRichard Hughes <richard@hughsie.com>2017-12-19 14:34:33 +0000
commit50cf84ee2deee38e9c2c67a58e013d04ddfe8325 (patch)
tree3f3501cc2f35a58bcbcfc4028c19db906c387302 /docs/api
parent0a56ace00022bbd59f71c3ea2e0dc49e568d5777 (diff)
downloadgusb-50cf84ee2deee38e9c2c67a58e013d04ddfe8325.tar.gz
Remove the automake build system
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/Makefile.am94
-rwxr-xr-xdocs/api/clean.sh7
2 files changed, 0 insertions, 101 deletions
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
deleted file mode 100644
index 248bdc4..0000000
--- a/docs/api/Makefile.am
+++ /dev/null
@@ -1,94 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-NULL =
-
-# We require automake 1.6 at least.
-AUTOMAKE_OPTIONS = 1.6
-
-# The name of the module, e.g. 'glib'.
-DOC_MODULE=gusb
-
-# The top-level SGML file.
-DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
-
-# The directory containing the source code. Relative to $(srcdir).
-# gtk-doc will search all .c & .h files beneath here for inline comments
-# documenting the functions and macros.
-DOC_SOURCE_DIR=$(top_srcdir)/gusb $(top_builddir)/gusb
-
-# Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS=
-
-# Extra options to supply to gtkdoc-scan.
-SCAN_OPTIONS=
-
-# Extra options to supply to gtkdoc-mkdb.
-MKDB_OPTIONS=--sgml-mode --output-format=xml
-
-# Extra options to supply to gtkdoc-mktmpl
-MKTMPL_OPTIONS=
-
-# Extra options to supply to gtkdoc-fixref. Not normally needed.
-FIXXREF_OPTIONS=
-
-# Used for dependencies. The docs will be rebuilt if any of these change.
-HFILE_GLOB=$(top_srcdir)/gusb/gusb-*.h
-CFILE_GLOB=$(top_srcdir)/gusb/gusb-*.c
-
-# Header files to ignore when scanning.
-IGNORE_HFILES = \
- config.h \
- gusb-marshal.h \
- $(NULL)
-
-# Images to copy into HTML directory.
-#HTML_IMAGES = \
-# spec/pk-transactions-success.png \
-# spec/pk-transactions-trusted.png
-
-# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
-content_files = \
- version.xml \
- gusb-introduction.xml \
- gusb-faq.xml \
- $(NULL)
-
-# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
-# These files must be listed here *and* in content_files
-expand_content_files=
-
-# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
-# Only needed if you are using gtkdoc-scangobj to dynamically query widget
-# signals and properties.
-AM_CPPFLAGS = \
- $(GLIB_CFLAGS) \
- -I$(top_builddir)/gusb \
- -I$(top_srcdir)/gusb \
- $(NULL)
-
-GUSB_LIBS = $(top_builddir)/gusb/libgusb.la
-
-GTKDOC_LIBS = \
- $(GLIB_LIBS) \
- $(GUSB_LIBS) \
- $(USB_LIBS) \
- $(NULL)
-
-# This includes the standard gtk-doc make rules, copied by gtkdocize.
-include $(top_srcdir)/gtk-doc.make
-
-CLEANFILES += \
- *.txt \
- *.types \
- *.args \
- *.hierarchy \
- *.interfaces \
- *.prerequisites \
- *.signals \
- *.stamp \
- tmpl
-
-# Other files to distribute
-EXTRA_DIST += version.xml.in
-
--include $(top_srcdir)/git.mk
diff --git a/docs/api/clean.sh b/docs/api/clean.sh
deleted file mode 100755
index c335583..0000000
--- a/docs/api/clean.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-rm -f *.txt
-rm -f *-scan.*
-rm -f *.types
-rm -f html/*
-rm -f tmpl/*
-rm -f xml/*
-