From 50cf84ee2deee38e9c2c67a58e013d04ddfe8325 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 19 Dec 2017 14:34:33 +0000 Subject: Remove the automake build system --- docs/api/Makefile.am | 94 ---------------------------------------------------- docs/api/clean.sh | 7 ---- 2 files changed, 101 deletions(-) delete mode 100644 docs/api/Makefile.am delete mode 100755 docs/api/clean.sh (limited to 'docs/api') 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/* - -- cgit v1.2.1