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


Ignore:
Timestamp:
Jan 17, 2006, 11:42:18 AM (18 years ago)
Author:
bcornec
Message:

Documentation work goes on:

  • 20 new sgml chunks integrated
  • Makefile really working now for the first case
  • FDL now has ids
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/documentation/Makefile

    r327 r328  
    77       
    88$(TARGET).txt: $(SRC)
    9     docbook2txt -u $(TARGET).sgml -o $(TARGET).txt
     9    docbook2txt $(TARGET).sgml
    1010
    1111$(TARGET).ps: $(SRC) $(DSL) $(IMAGES)
    12     docbook2ps -d $(TARGET).dsl'#print' -o $(TARGET).ps $(TARGET).sgml
     12    #docbook2ps -d $(TARGET).dsl'#print' -o $(TARGET).ps $(TARGET).sgml
     13    docbook2ps $(TARGET).sgml
     14    hugelatex -fmt=jadetex -mltex $(TARGET).tex
     15    hugelatex -fmt=jadetex -mltex $(TARGET).tex
     16    hugelatex -fmt=jadetex -mltex $(TARGET).tex
     17    dvips $(TARGET).dvi -o $(TARGET).ps
    1318
    1419$(TARGET)/index.html: $(SRC) $(DSL) $(IMAGES)
    15     mkdir -p $(TARGET)
    16     cd $(TARGET)
    17     docbook2html -d $(TARGET).dsl'#html' $(TARGET).sgml
    18     cd ..
     20    rm -f $(TARGET)
     21    docbook2html -d $(TARGET).dsl'#html' -o $(TARGET) $(TARGET).sgml
    1922
    2023$(TARGET).html: $(SRC) $(DSL) $(IMAGES)
    21     docbook2html -u -d $(TARGET).dsl'#txt' -o $(TARGET).html $(TARGET).sgml
     24    docbook2html -u -d $(TARGET).dsl'#txt' $(TARGET).sgml
    2225   
    2326$(TARGET).pdf: $(SRC) $(DSL) $(IMAGES)
    24     docbook2html -u -d $(TARGET).dsl'#pdf' -o $(TARGET).pdf $(TARGET).sgml
     27    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
     31    dvips $(TARGET).dvi -o $(TARGET).pdf
    2532
    2633$(TARGET).rtf: $(SRC) $(DSL) $(IMAGES)
    27     docbook2rtf -u -d $(TARGET).dsl'#pdf' -o $(TARGET).rtf $(TARGET).sgml
     34    docbook2rtf -d $(TARGET).dsl'#pdf' $(TARGET).sgml
    2835
    2936clean:
Note: See TracChangeset for help on using the changeset viewer.