mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-22 09:04:49 +01:00
18 lines
199 B
Makefile
18 lines
199 B
Makefile
#
|
|
# Makefile.fpc for install utilities
|
|
#
|
|
|
|
[package]
|
|
name=install
|
|
version=1.9.7
|
|
|
|
[install]
|
|
fpcpackage=n
|
|
|
|
[default]
|
|
fpcdir=..
|
|
|
|
[rules]
|
|
fpc.iss: fpc.ist
|
|
fpcsubst -i fpc.ist -o fpc.ist $(FPCISSSUBST)
|