Makefile 763 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. MAKEFLAGS=-s
  2. all: images pdf txt ps rmtemp html
  3. images:
  4. fig2dev -L eps flowheader.fig flowheader.eps
  5. tex: images
  6. lyx -e latex FAQ.lyx
  7. lyx -e latex flowreplay.lyx
  8. dvi: tex
  9. texi2dvi FAQ.tex
  10. texi2dvi flowreplay.tex
  11. html: tex
  12. latex2html -nonavigation -no_subdir -split 0 -show_section_numbers FAQ.tex
  13. latex2html -nonavigation -no_subdir -split 0 -show_section_numbers flowreplay.tex
  14. pdf: dvi
  15. dvipdfm FAQ.dvi
  16. dvipdfm flowreplay.dvi
  17. txt:
  18. lyx -e text FAQ.lyx
  19. lyx -e text flowreplay.lyx
  20. ps: dvi
  21. dvips -o FAQ.ps FAQ.dvi
  22. dvips -o flowreplay.ps flowreplay.dvi
  23. rmtemp:
  24. rm -f labels.pl *.log *.toc WARNINGS *.aux index.html
  25. clean: rmtemp
  26. rm -f *~
  27. distclean: rmtemp clean
  28. rm -f *.html *.pdf *.txt *.ps *.dvi *.tex *.css images.pl img1.png *.eps