Add missing semicolons to omf_timestamp rule
authorColin Watson <cjwatson@canonical.com>
Wed, 3 Oct 2012 13:34:23 +0000 (14:34 +0100)
committerDavid King <amigadave@amigadave.com>
Wed, 3 Oct 2012 17:54:00 +0000 (18:54 +0100)
Fixes bug 685388.

doc-build/omf.make

index 77ad44c..35dec24 100644 (file)
@@ -36,8 +36,8 @@ omf: omf_timestamp
 
 omf_timestamp: $(omffile)
        -for file in $(omffile); do \
-         absfile=$(srcdir)/$$file \
-         test -r $$file && absfile=$$file \
+         absfile=$(srcdir)/$$file; \
+         test -r $$file && absfile=$$file; \
          scrollkeeper-preinstall $(docdir)/$(docname).xml $$absfile $$file.out; \
        done; \
        touch omf_timestamp