OSDN Git Service

Modify features and documents for 1.98b the urgent security release.
[ffftp/ffftp.git] / contrib / putty / DOC / MAKEFILE
diff --git a/contrib/putty/DOC/MAKEFILE b/contrib/putty/DOC/MAKEFILE
deleted file mode 100644 (file)
index cbdb2a8..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-all: man index.html\r
-\r
-# Decide on the versionid policy.\r
-#\r
-# If the user has passed in $(VERSION) on the command line (`make\r
-# VERSION="Release 0.56"'), we use that as an explicit version\r
-# string. Otherwise, we use `svnversion' to examine the checked-out\r
-# documentation source, and if that returns a single revision\r
-# number then we invent a version string reflecting just that\r
-# number. Failing _that_, we resort to versionids.but which shows a\r
-# $Id for each individual file.\r
-#\r
-# So here, we define VERSION using svnversion if it isn't already\r
-# defined ...\r
-ifndef VERSION\r
-SVNVERSION=$(shell test -d .svn && svnversion .)\r
-BADCHARS=$(findstring :,$(SVNVERSION))$(findstring S,$(SVNVERSION))\r
-ifeq ($(BADCHARS),)\r
-ifneq ($(SVNVERSION),)\r
-ifneq ($(SVNVERSION),exported)\r
-VERSION=Built from revision $(patsubst M,,$(SVNVERSION))\r
-endif\r
-endif\r
-endif\r
-endif\r
-# ... and now, we condition our build behaviour on whether or not\r
-# VERSION _is_ defined.\r
-ifdef VERSION\r
-VERSIONIDS=vstr\r
-vstr.but: FORCE\r
-       echo \\versionid $(VERSION) > vstr.but\r
-FORCE:;\r
-else\r
-VERSIONIDS=vids\r
-endif\r
-\r
-CHAPTERS := $(SITE) blurb intro gs using config pscp psftp plink pubkey\r
-CHAPTERS += pageant errors faq feedback licence udp pgpkeys sshnames\r
-CHAPTERS += index $(VERSIONIDS)\r
-\r
-INPUTS = $(patsubst %,%.but,$(CHAPTERS))\r
-\r
-# This is temporary. Hack it locally or something.\r
-HALIBUT = halibut\r
-\r
-index.html: $(INPUTS)\r
-       $(HALIBUT) --text --html --winhelp $(INPUTS)\r
-\r
-# During formal builds it's useful to be able to build this one alone.\r
-putty.hlp: $(INPUTS)\r
-       $(HALIBUT) --winhelp $(INPUTS)\r
-\r
-putty.info: $(INPUTS)\r
-       $(HALIBUT) --info $(INPUTS)\r
-\r
-chm: putty.hhp\r
-putty.hhp: $(INPUTS) chm.but\r
-       $(HALIBUT) --html $(INPUTS) chm.but\r
-\r
-MKMAN = $(HALIBUT) --man=$@ mancfg.but $<\r
-MANPAGES = putty.1 puttygen.1 plink.1 pscp.1 psftp.1 puttytel.1 pterm.1\r
-man: $(MANPAGES)\r
-\r
-putty.1: man-putt.but mancfg.but; $(MKMAN)\r
-puttygen.1: man-pg.but mancfg.but; $(MKMAN)\r
-plink.1: man-pl.but mancfg.but; $(MKMAN)\r
-pscp.1: man-pscp.but mancfg.but; $(MKMAN)\r
-psftp.1: man-psft.but mancfg.but; $(MKMAN)\r
-puttytel.1: man-ptel.but mancfg.but; $(MKMAN)\r
-pterm.1: man-pter.but mancfg.but; $(MKMAN)\r
-\r
-mostlyclean:\r
-       rm -f *.html *.txt *.hlp *.cnt *.1 *.info vstr.but *.hh[pck]\r
-clean: mostlyclean\r
-       rm -f *.chm\r