Changeset 900 in MondoRescue for trunk/mondo-doc/Makefile.man


Ignore:
Timestamp:
Oct 24, 2006, 8:49:18 AM (18 years ago)
Author:
Bruno Cornec
Message:

Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo-doc/Makefile.man

    r588 r900  
    3838
    3939%.8.ps: %.8
    40     @man2dvi ./$< > $<.dvi
    41     @dvips -q $<.dvi -o $@
    42     @rm -f $<.dvi
     40    @groff -Tps -mandoc ./$< > $@
    4341
    4442%.8.pdf: %.8.ps
Note: See TracChangeset for help on using the changeset viewer.