]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Added HTML output for documentation.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 22 Oct 2007 14:04:00 +0000 (14:04 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 22 Oct 2007 14:04:00 +0000 (14:04 +0000)
darcs-hash:20071022140407-f2ef6-7ef8d79d5f87ed7cf2fb60f1d2c1f3ae40dc1cd1.gz

doc/Makefile
doc/manual.texinfo

index 885667b1a9bdac19f379d5086dcc03bfe3171e25..a3672aec79d6fd937e2747721ac4b457ce1af18e 100644 (file)
@@ -1,6 +1,6 @@
 SOURCE = manual
 
-all: $(SOURCE).pdf $(SOURCE).txt
+all: $(SOURCE).pdf $(SOURCE).txt $(SOURCE).html
 
 PNG_FIGS = $(wildcard *.png)
 PDF_FIGS = $(patsubst %.png,%.pdf,$(PNG_FIGS))
@@ -14,5 +14,8 @@ PDF_FIGS = $(patsubst %.png,%.pdf,$(PNG_FIGS))
 %.txt: %.texinfo
        makeinfo --no-headers --force -o $@ $<
 
+%.html: %.texinfo
+       texi2html --l2h $<
+
 clean:
        rm -f $(SOURCE).{aux,cp,cps,fn,ky,log,pg,toc,tp,vr,vrs} $(PDF_FIGS)
index 1e1121dc20915168890ffd65e3a801ba9665c949..a41ab9616c46f1e7f19e806f6327b51f8ff1b43d 100644 (file)
@@ -619,7 +619,7 @@ much.
 @item
   Import project to KDevelop (from menu choose @emph{Project---Import
   existing project}). Select the type of project to @emph{Generic C
-  Application (Custom Buildsystem)}
+  Application (Custom Buildsystem)}.
 @example
   @image{kdevelop1}
 @end example