|
|
1.1 root 1: #
2: # nono
1.1.1.2 root 3: # Copyright (C) 2020 nono project
4: # Licensed under nono-license.txt
5: #
6:
1.1 root 7: #
8: # doc
9: #
10:
1.1.1.2 root 11: TARGETS= \
12: index.html \
13: changes.html \
1.1.1.3 root 14: upgrade-0.2.0.html \
1.1.1.5 ! root 15: upgrade-0.3.0.html \
1.1.1.2 root 16:
17: all: ${TARGETS}
1.1 root 18:
1.1.1.2 root 19: index.html: index.php common.php ../lib/header.h
1.1.1.4 root 20: php index.php > $@
1.1 root 21:
1.1.1.5 ! root 22: .for f in ${TARGETS:index.html=}
! 23: ${f}: ${f:.html=.php} common.php
! 24: php ${f:.html=.php} > $@
! 25: .endfor
1.1.1.3 root 26:
1.1.1.2 root 27: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.