summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2020-11-20 08:58:52 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2020-11-20 08:58:52 +0900
commit02338ce751a1ed5b9b892fba530ec2fe211d314e (patch)
treeca7d55ba30845310f8bfe32a9665c820922807d0 /docs
parentdd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40 (diff)
downloadibus-02338ce751a1ed5b9b892fba530ec2fe211d314e.tar.gz
docs: Fix make dist
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ibus/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/ibus/Makefile.am b/docs/reference/ibus/Makefile.am
index 1ece234c..0f307bbd 100644
--- a/docs/reference/ibus/Makefile.am
+++ b/docs/reference/ibus/Makefile.am
@@ -3,8 +3,8 @@
# ibus - The Input Bus
#
# Copyright (c) 2007-2015 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2015 Red Hat, Inc.
-# Copyright (c) 2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2020 Red Hat, Inc.
+# Copyright (c) 2015-2020 Takao Fujiwara <takao.fujiwara1@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -147,6 +147,6 @@ tmpl-build.stamp: trim-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DO
# clean-local:
# rm -rf tmpl ${DOC_MODULE)
-CLEANFILES+= *.stamp
+CLEANFILES+= *actions *.stamp
-include $(top_srcdir)/git.mk