"Fossies" - the Fresh Open Source Software Archive

Member "mpr-2.8/doc/Makefile" (6 Jun 2005, 287 Bytes) of package /linux/misc/old/mpr-2.8.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 HTMLOPTS=--size letter --fontsize 10 --footer "" --webpage --no-embedfonts
    2 
    3 all: mpr.ps mpr.pdf
    4 
    5 mpr.ps: mpr.html
    6 	htmldoc $(HTMLOPTS) -t ps mpr.html >mpr.ps
    7 
    8 mpr.pdf: mpr.html
    9 	htmldoc $(HTMLOPTS) --linkstyle plain -t pdf mpr.html >mpr.pdf
   10 
   11 .PHONY: clean
   12 
   13 clean:
   14 	-rm -f mpr.ps mpr.pdf