diff options
author | Akira TAGOH <akira@tagoh.org> | 2020-11-28 10:45:10 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2020-11-28 10:45:10 +0900 |
commit | b80cd57fda4bc42af065b69327fab08f3ad1d997 (patch) | |
tree | e1ecc8abb42eedfa8ad53d024800959b230a00e7 /doc | |
parent | 31edc2880eee9576fb91164909290e8b76da5ef9 (diff) |
Drop duplicated BUILT_SOURCES in doc/Makefile.am
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 02831b1..401c1b3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -59,8 +59,6 @@ CLEANFILES = \ confdir.sgml \ func.refs \ $(NULL) -BUILT_SOURCES = \ - $(NULL) SUFFIXES = \ .fncs \ .sgml \ |