r18388 - gnucash-docs/trunk - Fix broken scrollkeeper build

John Ralls jralls at code.gnucash.org
Fri Oct 23 16:21:09 EDT 2009


Author: jralls
Date: 2009-10-23 16:21:09 -0400 (Fri, 23 Oct 2009)
New Revision: 18388
Trac: http://svn.gnucash.org/trac/changeset/18388

Modified:
   gnucash-docs/trunk/xmldocs.make
Log:
Fix broken scrollkeeper build

Modified: gnucash-docs/trunk/xmldocs.make
===================================================================
--- gnucash-docs/trunk/xmldocs.make	2009-10-22 15:56:35 UTC (rev 18387)
+++ gnucash-docs/trunk/xmldocs.make	2009-10-23 20:21:09 UTC (rev 18388)
@@ -74,11 +74,15 @@
 CLEANFILES = omf_timestamp $(docname)/*.html
 
 # If the following file is in a subdir (like help/) you need to add that to the path
+include $(top_srcdir)/omf.make
 if ENABLE_SK
-include $(top_srcdir)/omf.make
-OMF="omf"
-OMF_DATA_HOOK=install-data-hook-omf
-UNINSTALL_OMF=uninstall-local-omf
+OMF = omf
+OMF_DATA_HOOK = install-data-hook-omf
+UNINSTALL_OMF = uninstall-local-omf
+else
+OMF=
+OMF_DATA_HOOK=
+UNINSTALL_OMF=
 endif
 
 html: all convert-html copy-pics copy-style



More information about the gnucash-changes mailing list