Changeset 3791 in MondoRescue for branches/3.3/mondo-doc/Makefile.man


Ignore:
Timestamp:
Aug 24, 2022, 10:20:03 PM (21 months ago)
Author:
Bruno Cornec
Message:

Improve build verbosity to help fixing bedian build issue for doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo-doc/Makefile.man

    r3640 r3791  
    3636%.8.html: %.8
    3737    @man2html -r $< > $@
     38    @echo "$< ==> $@"
    3839
    3940%.8.ps: %.8
    4041    @groff -Tps -mandoc ./$< > $@
     42    @echo "$< ==> $@"
    4143
    4244%.8.pdf: %.8.ps
    4345    @ps2pdf $<
     46    @echo "$< ==> $@"
    4447
    4548%.8.txt: %.8
    4649    @nroff -man $< > $@
     50    @echo "$< ==> $@"
    4751
    4852all: .all-html .all-pdf .all-ps .all-txt
Note: See TracChangeset for help on using the changeset viewer.