File:  [Isaki's NoNo m68k/m88k emulator] / nono / doc / Makefile
Revision 1.1.1.7 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:52 2026 UTC (2 months, 3 weeks ago) by root
Branches: MAIN, Isaki
CVS tags: v027, v026, HEAD
nono 1.6.0

#
# nono
# Copyright (C) 2020 nono project
# Licensed under nono-license.txt
#

#
# doc
#

TARGETS_VER=	\
	index.html \
	human.html \
	runx.html \

TARGETS_NOVER=	\
	changes.html \
	upgrade-1.2.0.html \
	upgrade-1.6.0.html \

TARGETS=	${TARGETS_VER} ${TARGETS_NOVER}

all:	${TARGETS}

.for f in ${TARGETS_VER}
${f}:	${f:.html=.php} common.php ../lib/nono.h
	php ${f:.html=.php} > $@
.endfor

.for f in ${TARGETS_NOVER}
${f}:	${f:.html=.php} common.php
	php ${f:.html=.php} > $@
.endfor

.include "../Makefile.rule"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.