summaryrefslogblamecommitdiffstats
path: root/doc/tools/texi2www/Makefile
blob: 4bfae2f95e376b879c1a26882c00ec88a054740f (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=texi2www

include ../../Make.config

all: html info ps

dirs:
	$(make-dirs)

FILES= texi2www.texi

info: 

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) -v $(PROJECT).texi

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

clean:
	rm -f *.o $(PROG) *.txt core 
	rm -f *.dvi *.ps *.log *.aux *.cp *.cps \
	rm -f *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
	rm -f $(PROJECT)-* $(GENERATED_FILES)
	rm -f *.fixed _*