diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1998-08-24 12:55:09 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1998-08-24 12:55:09 +0200 |
commit | a41bc3e06fca46daa875419b5dc00dd958e1fde0 (patch) | |
tree | b3d22bc68eac28a5afc6c25a900c675b3b38d53f /init/GNUmakefile | |
parent | e623ae7eca4ae92d78387cddf7327e03148a70bb (diff) |
release: 1.0.4
Diffstat (limited to 'init/GNUmakefile')
-rw-r--r-- | init/GNUmakefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/init/GNUmakefile b/init/GNUmakefile new file mode 100644 index 0000000000..00000cc6c6 --- /dev/null +++ b/init/GNUmakefile @@ -0,0 +1,17 @@ +# init/Makefile + +depth = .. + +INI_FILES = $(FLY_FILES) $(LY_FILES) +# DIST_FILES = Makefile $(INI_FILES) + +INSTALLATION_DIR=$(datadir) +INSTALLATION_FILES=$(INI_FILES) + +LOCALSTEPMAKE_TEMPLATES=mutopia + +include $(depth)/make/stepmake.make + + +include $(stepdir)/installfiles.make + |