Makefile 104 B

123456789
  1. all: tutorial.html
  2. tutorial.html: tutorial.texi
  3. texi2html tutorial.texi
  4. clean:
  5. rm -f tutorial.html