]> rtime.felk.cvut.cz Git - omk/sssa.git/blob - doc/Makefile
Minor documentation changes.
[omk/sssa.git] / doc / Makefile
1 all: manual.pdf manual.txt
2
3 %.pdf: %.texinfo
4         texi2pdf $<
5
6 %.txt: %.texinfo
7         makeinfo --no-headers --force -o $@ $<