]> xenbits.xensource.com Git - libvirt.git/commit
docs: Remove last use of double semicolon in Makefile
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 7 Sep 2015 08:27:53 +0000 (10:27 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 8 Sep 2015 13:07:08 +0000 (15:07 +0200)
commit0f3989c1724a5f458fd5c48561fbf2470028a325
tree2b481d39b7d46bfc546d8ff184d948dc8e5c2e56
parent26893ac6e0fdc65ed00cf3815e003043ed9c82d0
docs: Remove last use of double semicolon in Makefile

Double semicolons have special meaning in makefiles, but they would have
to be combined with other rules witch such separators in order to be
used as intended.  Since there are no other rules like that, let's
clean it up.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/Makefile.am