|
|
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.6 root 11: TARGETS_VER= \
1.1.1.2 root 12: index.html \
1.1.1.6 root 13: human.html \
14: runx.html \
15:
16: TARGETS_NOVER= \
1.1.1.2 root 17: changes.html \
1.1.1.7 ! root 18: upgrade-1.2.0.html \
! 19: upgrade-1.6.0.html \
1.1.1.2 root 20:
1.1.1.6 root 21: TARGETS= ${TARGETS_VER} ${TARGETS_NOVER}
22:
1.1.1.2 root 23: all: ${TARGETS}
1.1 root 24:
1.1.1.6 root 25: .for f in ${TARGETS_VER}
26: ${f}: ${f:.html=.php} common.php ../lib/nono.h
27: php ${f:.html=.php} > $@
28: .endfor
1.1 root 29:
1.1.1.6 root 30: .for f in ${TARGETS_NOVER}
1.1.1.5 root 31: ${f}: ${f:.html=.php} common.php
32: php ${f:.html=.php} > $@
33: .endfor
1.1.1.3 root 34:
1.1.1.2 root 35: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.