diff options
Diffstat (limited to 'general/Makefile.am')
| -rw-r--r-- | general/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/general/Makefile.am b/general/Makefile.am index e9731cb..70f7474 100644 --- a/general/Makefile.am +++ b/general/Makefile.am @@ -1,7 +1,8 @@ -# Process this file with automake to create Makefile.in SUBDIRS = fonts input graphics platforms +if ENABLE_DOCS + doc_sources = \ License.xml \ README.xml \ @@ -12,3 +13,5 @@ xmldir = $(docdir) dist_xml_DATA = $(doc_sources) include $(top_srcdir)/xmlrules.in + +endif ENABLE_DOCS |
