From 72e1558b2149df0057cfbc8fc697e7d04d22a5a9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 27 Aug 2013 01:08:48 +0200 Subject: Revert "doc: fix EXTRA_DIST definition in reference/lasso/Makefile.am" This reverts commit a223afc6077528792055def999c29ac5f4d8a418. It seems to be incompatible with recent version of gtk-doc, I need to investigate more this problem. --- docs/reference/lasso/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/reference/lasso/Makefile.am b/docs/reference/lasso/Makefile.am index d536517a..ac8c5118 100644 --- a/docs/reference/lasso/Makefile.am +++ b/docs/reference/lasso/Makefile.am @@ -95,7 +95,7 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST = lasso-sections.txt lasso-docs.sgml version.xml.in lasso.types.in style.css +EXTRA_DIST += lasso-sections.txt lasso-docs.sgml version.xml.in lasso.types.in style.css # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types -- cgit