Changeset 330 in MondoRescue for branches/2.06/documentation/Makefile


Ignore:
Timestamp:
Jan 17, 2006, 6:32:04 PM (18 years ago)
Author:
bcornec
Message:

First reompilable version of the SGML documentation produces HTML, PDF, RTF and PS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/documentation/Makefile

    r328 r330  
    2626$(TARGET).pdf: $(SRC) $(DSL) $(IMAGES)
    2727    docbook2pdf -d $(TARGET).dsl'#pdf' $(TARGET).sgml
    28     hugepdflatex -fmt=jadetex -mltex $(TARGET).tex
    29     hugepdflatex -fmt=jadetex -mltex $(TARGET).tex
    30     hugepdflatex -fmt=jadetex -mltex $(TARGET).tex
     28    pdflatex -fmt=jadetex -mltex $(TARGET).tex
     29    pdflatex -fmt=jadetex -mltex $(TARGET).tex
     30    pdflatex -fmt=jadetex -mltex $(TARGET).tex
    3131    dvips $(TARGET).dvi -o $(TARGET).pdf
    3232
Note: See TracChangeset for help on using the changeset viewer.