SCM Repository
Annotation of /branches/vis12/doc/man/Makefile.in
Parent Directory
|
Revision Log
Revision 2440 - (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 : | A2X = @A2X@ | ||
11 : | |||
12 : | .PHONY: all | ||
13 : | all: diderotc.1 diderot-api.5 | ||
14 : | |||
15 : | diderotc.1: diderotc.1.txt | ||
16 : | $(A2X) --doctype manpage --format manpage diderotc.1.txt | ||
17 : | |||
18 : | diderot-api.5: diderot-api.5.txt | ||
19 : | $(A2X) --doctype manpage --format manpage diderot-api.5.txt | ||
20 : | |||
21 : | #################### Cleanup #################### | ||
22 : | |||
23 : | CLEAN_SUBDIRS = | ||
24 : | |||
25 : | CLEAN_FILES = | ||
26 : | |||
27 : | DISTCLEAN_FILES += Makefile | ||
28 : | |||
29 : | DEVCLEAN_FILES = | ||
30 : | |||
31 : | include @DIDEROT_MKDIR@/clean-rules.gmk |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |