# 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
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: $(MANPAGES) DISTCLEAN_FILES += Makefile DEVCLEAN_FILES = include @DIDEROT_MKDIR@/clean-rules.gmk