Thanks to Kamil Smardzewski <roderyk197@gmail.com> for the patch.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2014-04-27 12:32:55 +02:00
parent 8f61583af7
commit b24bf0771f

View File

@ -73,7 +73,7 @@ dbus-interface-definitions.c: data/org.pwmt.zathura.xml
$(QUIET)echo 'const char* DBUS_INTERFACE_XML =' >> $@.tmp
$(QUIET)sed 's/^\(.*\)$$/"\1\\n"/' data/org.pwmt.zathura.xml >> $@.tmp
$(QUIET)echo ';' >> $@.tmp
$(QUIET)mv $@.tmp $@.c
$(QUIET)mv $@.tmp $@
css-definitions.c: data/zathura.css_t
$(QUIET)echo '#include "css-definitions.h"' > $@.tmp