summaryrefslogtreecommitdiffstats
path: root/doc/tools/texi2www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/texi2www/Makefile')
-rw-r--r--doc/tools/texi2www/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/doc/tools/texi2www/Makefile b/doc/tools/texi2www/Makefile
deleted file mode 100644
index 11ef5a3d65..0000000000
--- a/doc/tools/texi2www/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# COPYRIGHT (c) 1988-1999.
-# On-Line Applications Research Corporation (OAR).
-# All rights reserved.
-#
-# $Id$
-#
-
-PROJECT=texi2www
-
-include ../../Make.config
-
-all: html info ps pdf
-
-dirs:
- $(make-dirs)
-
-FILES= texi2www.texi
-
-info:
-
-dvi: dirs $(PROJECT).dvi
-
-ps: dirs $(PROJECT).ps
-pdf: dirs $(PROJECT).pdf
-
-$(PROJECT).pdf: $(FILES)
- #$(TEXI2PDF) $(PROJECT).texi
- #cp $(PROJECT).pdf $(WWW_INSTALL)/$(PROJECT)
-
-$(PROJECT).ps: $(PROJECT).dvi
- #dvips -o $(PROJECT).ps $(PROJECT).dvi
- #cp $(PROJECT).ps $(WWW_INSTALL)/$(PROJECT)
-
-$(PROJECT).dvi: $(FILES)
- #$(TEXI2DVI) $(PROJECT).texi
- #cp $(PROJECT).dvi $(WWW_INSTALL)/$(PROJECT)
-
-html: dirs $(FILES)
- #-mkdir -p $(WWW_INSTALL)/$(PROJECT)
- #$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
- # $(PROJECT).texi
-
-clean:
- rm -f *.o $(PROG) *.txt core $(PROJECT).pdf
- 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 _*
-