|
|
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.2 root 15:
16: all: ${TARGETS}
1.1 root 17:
1.1.1.2 root 18: index.html: index.php common.php ../lib/header.h
1.1.1.4 ! root 19: php index.php > $@
1.1 root 20:
1.1.1.2 root 21: changes.html: changes.php common.php
22: php changes.php > $@
1.1 root 23:
1.1.1.3 root 24: upgrade-0.2.0.html: upgrade-0.2.0.php common.php
25: php upgrade-0.2.0.php > $@
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.