Skip to content

Commit

Permalink
docs: remove gtk-docs.
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
  • Loading branch information
blueness committed Jul 20, 2015
1 parent 9cb3763 commit 1b6370e
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 952 deletions.
23 changes: 2 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,6 @@ m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4

docs/gudev/version.xml
docs/gudev/*.txt
docs/gudev/*.stamp
docs/gudev/gudev.args
docs/gudev/gudev.hierarchy
docs/gudev/gudev.interfaces
docs/gudev/gudev.prerequisites
docs/gudev/gudev.signals
docs/gudev/html/
docs/gudev/xml/
docs/libudev/version.xml
docs/libudev/*.txt
docs/libudev/*.stamp
docs/libudev/libudev.args
docs/libudev/libudev.hierarchy
docs/libudev/libudev.interfaces
docs/libudev/libudev.prerequisites
docs/libudev/libudev.signals
docs/libudev/html/
docs/libudev/xml/

src/ata_id/ata_id
src/cdrom_id/cdrom_id
src/collect/collect
Expand Down Expand Up @@ -78,3 +57,5 @@ test/rules-test.sh.trs
test/test-suite.log
test/udev-test.pl.log
test/udev-test.pl.trs

eudev-*.tar.gz
9 changes: 1 addition & 8 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,9 @@ number.
by doing

autogen.sh
./configure --enable-gtk-doc
./configure
make
make dist

TODO: The build system needs to be tweaked so that --enable-gtk-doc is not needed
and one can directly run "make dist" instead of "make; make dist". Make sure
the tarball is correctly named to match the tag. If it isn't you need to
fix configure.ac and retag.


9. TODO: coding style for C, python, perl and autotool stuff.


2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc

SUBDIRS = \
src \
rules \
docs \
test

if ENABLE_MANPAGES
Expand Down
15 changes: 0 additions & 15 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,6 @@ if test -z "$GPERF" ; then
fi

# ------------------------------------------------------------------------------
GTK_DOC_CHECK([1.18],[--flavour no-tmpl])
AM_CONDITIONAL([ENABLE_GTK_DOC],[test "x$enable_gtk_doc" = "xyes"])

AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
AC_MSG_ERROR([*** GTK doc requested but xsltproc not found])
])
AC_SUBST(XSLTPROC_FLAGS)

# ------------------------------------------------------------------------------

AC_ARG_ENABLE([manpages], AS_HELP_STRING([--disable-manpages],[disable manpages]),[],[enable_manpages=no])
AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$enable_manpages" = "xyes"])

Expand Down Expand Up @@ -287,11 +277,6 @@ AM_CONDITIONAL(ENABLE_HWDB, [test "x$enable_hwdb" = "xyes"])
# ------------------------------------------------------------------------------

AC_CONFIG_FILES([Makefile
docs/Makefile
docs/gudev/Makefile
docs/gudev/version.xml
docs/libudev/Makefile
docs/libudev/version.xml
hwdb/Makefile
man/Makefile
rules/Makefile
Expand Down
8 changes: 0 additions & 8 deletions docs/Makefile.am

This file was deleted.

256 changes: 0 additions & 256 deletions docs/gtk-doc.make

This file was deleted.

0 comments on commit 1b6370e

Please sign in to comment.