SCM Repository
Annotation of /branches/vis12/doc/man/Makefile.in
Parent Directory
|
Revision Log
Revision 2456 - (view) (download)
1 : | jhr | 2440 | # Makefile for diderot documentation |
2 : | # | ||
3 : | # COPYRIGHT (c) 2013 The Diderot Project (http://diderot-language.cs.uchicago.edu) | ||
4 : | # All rights reserved. | ||
5 : | # | ||
6 : | |||
7 : | SHELL = @SHELL@ | ||
8 : | @SET_MAKE@ | ||
9 : | |||
10 : | jhr | 2443 | A2X = @A2X@ |
11 : | jhr | 2440 | |
12 : | jhr | 2456 | MANPAGES = diderotc.1 diderot-api.5 |
13 : | |||
14 : | jhr | 2440 | .PHONY: all |
15 : | jhr | 2456 | all: $(MANPAGES) |
16 : | jhr | 2440 | |
17 : | jhr | 2443 | diderotc.1: diderotc.1.txt |
18 : | $(A2X) --doctype manpage --format manpage diderotc.1.txt | ||
19 : | jhr | 2440 | |
20 : | diderot-api.5: diderot-api.5.txt | ||
21 : | jhr | 2443 | $(A2X) --doctype manpage --format manpage diderot-api.5.txt |
22 : | jhr | 2440 | |
23 : | #################### Cleanup #################### | ||
24 : | |||
25 : | jhr | 2443 | CLEAN_SUBDIRS = |
26 : | jhr | 2440 | |
27 : | jhr | 2456 | CLEAN_FILES = $(MANPAGES) |
28 : | jhr | 2440 | |
29 : | DISTCLEAN_FILES += Makefile | ||
30 : | |||
31 : | DEVCLEAN_FILES = | ||
32 : | |||
33 : | include @DIDEROT_MKDIR@/clean-rules.gmk |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |