summaryrefslogblamecommitdiffstats
path: root/doc/relnotes/Makefile
blob: 07d20aa263f5db15c398e929c957af478c1cf0d8 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                           


                                                   

       
 
                

                      
 



                    




                                                                    
                   




                                                              
                   
                      




                                             


                                   
          
                                         







                                                                                
#
#  COPYRIGHT (c) 1988-1998.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

PROJECT=relnotes

include ../Make.config

all: html info ps

dirs:
	$(make-dirs)

COMMON_FILES=../common/cpright.texi

FILES=install.texi intro.texi probrep.texi relnotes.texi status.texi

info: dirs relnotes
	cp $(PROJECT) $(wildcard $(PROJECT)-*) $(INFO_INSTALL)

relnotes: $(FILES)
	$(MAKEINFO) $(PROJECT).texi

dvi: $(PROJECT).dvi
ps: dirs $(PROJECT).ps
	
$(PROJECT).ps: $(PROJECT).dvi
	dvips -o $(PROJECT).ps $(PROJECT).dvi
	cp $(PROJECT).ps $(PS_INSTALL)

$(PROJECT).dvi: $(FILES)
	$(TEXI2DVI) $(PROJECT).texi

html: dirs
	-mkdir -p $(WWW_INSTALL)/relnotes
	$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
 	    $(PROJECT).texi

clean:
	rm -f *.o $(PROG) *.txt core *.html 
	rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
	rm -f relnotes relnotes-* _*