Changeset 158

Show
Ignore:
Timestamp:
04/07/2004 09:52:04 AM (5 years ago)
Author:
mwm
Message:

We now provide a pdf copy of the documentation.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/MANIFEST

    r150 r158  
    1313doc/plwm.info 
    1414doc/plwm.ps 
     15doc/plwm.pdf 
    1516examples/.cvsignore 
    1617examples/README.examplewm 
  • trunk/doc/Makefile

    r72 r158  
    77 
    88ps: plwm.ps 
     9 
     10pdf: plwm.pdf 
    911 
    1012html: plwm_toc.html 
     
    2426        dvips -o $@ $< 
    2527 
     28%.pdf: %.dvi 
     29        dvipdfm -o $@ $< 
     30 
    2631%_toc.html: %.texi 
    2732        texi2html -split_node $<