home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / Documentation / PUPS / Makefile < prev    next >
Encoding:
Makefile  |  1995-11-01  |  381 b   |  24 lines

  1. .SUFFIXES: .tex .html
  2.  
  3. SRCS= AUUGN Icons Images Makefile Manpages Usenet *.html *.tex
  4.  
  5. .tex.html:
  6.     latex2html -no_navigation  -no_images -split 1 -link 1 $<
  7.  
  8. pups.html:    pups.tex
  9.  
  10. tidy:
  11.     rm -f .ID_MAP
  12.     rm -f .IMG_PARAMS
  13.     rm -f .ORIG_MAP
  14.     rm -f image.gif
  15.     rm -f labels.pl
  16.     rm -f pups.log
  17.  
  18. clean:    tidy
  19.     rm *.html
  20.  
  21. tar: pups.html tidy
  22.     chmod -R go+rX $(SRCS)
  23.     tar vcf ../p.tar $(SRCS)
  24.