0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 01:20:47 +01:00
cpython/Doc/Makefile

30 lines
367 B
Makefile
Raw Normal View History

1990-08-09 16:25:15 +02:00
TROFF= ditroff
MS= -ms
PREVIEW= dpv
intro: intro.dit
$(PREVIEW) intro.dit
modules: modules.dit
$(PREVIEW) modules.dit
paper: paper.dit
$(PREVIEW) paper.dit
ref: ref.dit
$(PREVIEW) ref.dit
ALL= intro.dit modules.dit paper.dit ref.dit
all: $(ALL)
$(ALL): macros.ms
clean:
rm -f $(ALL)
.SUFFIXES: .ms .dit
.ms.dit:
$(TROFF) $(MS) $*.ms >$@