diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-03-10 19:03:05 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-03-10 19:03:05 +0900 |
commit | a47899a853e4ed3405f398f43d03424095ae73f5 (patch) | |
tree | 77e74e0bd71a930a418218fc8f58566f3714c97f | |
parent | d6de5351922d79ccf38d2bc6b75f6ea2011dd421 (diff) |
Fix a build issue
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 06ec5e9e..6c75c6c6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -143,7 +143,6 @@ htmldoc_DATA = \ if USEDOCBOOK BUILT_SOURCES += \ $(LOCAL_SGML_FILES) \ - func.refs \ $(NULL) noinst_PROGRAMS += \ edit-sgml \ |