SCM Repository
View of /branches/vis12/doc/man/Makefile.in
Parent Directory
|
Revision Log
Revision 2456 -
(download)
(annotate)
Tue Oct 8 18:21:44 2013 UTC (7 years, 3 months ago) by jhr
File size: 625 byte(s)
Tue Oct 8 18:21:44 2013 UTC (7 years, 3 months ago) by jhr
File size: 625 byte(s)
Added "make install" target and updated INSTALL documentation.
# Makefile for diderot documentation # # COPYRIGHT (c) 2013 The Diderot Project (http://diderot-language.cs.uchicago.edu) # 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) 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 |