summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2017-11-20 12:00:21 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-11-20 12:00:21 -0500
commit67f8cc81d4e604491c4eeb76daf93759ad959b7c (patch)
tree39221d7220247bda3db2b82cd261d6c2793ae699
parentae939f4833849efb655ed629a3508304d0cf9c56 (diff)
downloadgupnp-igd-67f8cc81d4e604491c4eeb76daf93759ad959b7c.tar.gz
doc: Fix missing character in Makefile.am
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c869776..c0f4eeb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -84,7 +84,7 @@ EXTRA_DIST += version.xml.in
# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
-DISTCLEANFILES = (DOC_MODULE).types
+DISTCLEANFILES = $(DOC_MODULE).types
# Comment this out if you want your docs-status tested during 'make check'
# TESTS = $(GTKDOC_CHECK)