SCM Repository
View of /branches/vis12/doc/man/Makefile.in
Parent Directory
|
Revision Log
Revision 3291 -
(download)
(annotate)
Wed Oct 14 21:25:00 2015 UTC (6 years, 7 months ago) by jhr
File size: 679 byte(s)
Wed Oct 14 21:25:00 2015 UTC (6 years, 7 months ago) by jhr
File size: 679 byte(s)
code is copyright University of Chicago
# Makefile for diderot man pages # # This code is part of the Diderot Project (http://diderot-language.cs.uchicago.edu) # # COPYRIGHT (c) 2015 The University of Chicago # All rights reserved. # SHELL = @SHELL@ @SET_MAKE@ A2X = @A2X@ MANPAGES = diderotc.1 diderot-api.5 .PHONY: all all: $(MANPAGES) diderotc.1: diderotc.1.txt $(A2X) --doctype manpage --format manpage diderotc.1.txt diderot-api.5: diderot-api.5.txt $(A2X) --doctype manpage --format manpage diderot-api.5.txt #################### Cleanup #################### CLEAN_SUBDIRS = CLEAN_FILES = $(MANPAGES) *.xml DISTCLEAN_FILES += Makefile DEVCLEAN_FILES = include @DIDEROT_MKDIR@/clean-rules.gmk
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |