]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Tiny fix in html documentation makefile.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 23 Oct 2007 13:55:00 +0000 (13:55 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 23 Oct 2007 13:55:00 +0000 (13:55 +0000)
darcs-hash:20071023135544-f2ef6-94c0fd3530cc78a99c13b814677b3ce2527c6813.gz

doc/Makefile

index 39e2ecb539679f4eb094211770a8343385600725..9298015b9d5f1520ae6cd3829ff40f95348c89e2 100644 (file)
@@ -16,7 +16,7 @@ PDF_FIGS = $(patsubst %.png,%.pdf,$(PNG_FIGS))
        makeinfo --no-headers --force -o $@ $<
 
 %.html: %.texinfo
-       makeinfo --html --no-split $< -o $@
+       makeinfo --html --no-split -o $@ $<
 #      texi2html --l2h $<
 # Fix texinfo HTML output
 #      perl -w -n -e 'if (/<div class="contents">/) {$$toc=1}' \