|
|
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 \
! 14:
! 15: all: ${TARGETS}
1.1 root 16:
1.1.1.2 ! root 17: index.html: index.php common.php ../lib/header.h
! 18: php index.php ../lib/header.h > $@
1.1 root 19:
1.1.1.2 ! root 20: changes.html: changes.php common.php
! 21: php changes.php > $@
1.1 root 22:
1.1.1.2 ! root 23: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.