Ignore:
Timestamp:
03/30/98 14:58:53 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4104db2
Parents:
ca0b18a1
Message:

Making the stanza right and improving the way the isntall directories are built

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/supplements/hppa1_1/Makefile

    rca0b18a1 reff6983d  
    1414REPLACE=../tools/word-replace
    1515
    16 all: 
     16all: html info ps
     17
     18dirs:
     19        $(make-dirs)
    1720
    1821COMMON_FILES=../common/cpright.texi ../common/setup.texi \
     
    2326  intr.texi memmodel.texi preface.texi timetbl.texi timedata.texi wksheets.texi
    2427
    25 all:
    26 
    27 info: c_hppa1_1
     28info: dirs c_hppa1_1
    2829        cp c_$(PROJECT) $(INFO_INSTALL)
    2930
     
    3132        $(MAKEINFO) $(PROJECT).texi
    3233
    33 vinfo: info
    34         $(INFO) -f c_hppa1_1
    35 
    3634dvi: $(PROJECT).dvi
    37 ps: $(PROJECT).ps
     35ps: dirs $(PROJECT).ps
    3836       
    3937$(PROJECT).ps: $(PROJECT).dvi
    4038        dvips -o $(PROJECT).ps $(PROJECT).dvi
    4139        cp $(PROJECT).ps $(PS_INSTALL)
    42 
    43 dv: dvi
    44         $(XDVI) $(PROJECT).dvi
    45 
    46 view: ps
    47         $(GHOSTVIEW) $(PROJECT).ps
    4840
    4941$(PROJECT).dvi: $(FILES)
     
    7769        mv wksheets.t.fixed wksheets.texi
    7870
    79 html: $(FILES)
     71html: dirs $(FILES)
    8072        -mkdir -p $(WWW_INSTALL)/c_hppa1_1
    8173        $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \
Note: See TracChangeset for help on using the changeset viewer.