summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile18
-rw-r--r--README0
2 files changed, 10 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 15e1508..1e3d806 100644
--- a/Makefile
+++ b/Makefile
@@ -2,18 +2,20 @@ APP_NAME=dhcp
PACKAGE=acf-$(APP_NAME)
VERSION=1.0_alpha1
-APP_DIST=dhcp-controller.lua \
- dhcp-editnet-html.lsp \
- dhcp-help-html.lsp \
- dhcp-editspc-html.lsp \
- dhcp-home-html.lsp \
+APP_DIST=\
+ dhcp-controller.lua \
dhcp-createnet-html.lsp \
dhcp-delnet-html.lsp \
- dhcp-view-html.lsp \
dhcp-dep-html.lsp \
- dhcp-settings-html.lsp \
+ dhcp-editnet-html.lsp \
+ dhcp-editspc-html.lsp \
+ dhcp-help-html.lsp \
+ dhcp-home-html.lsp \
dhcp-model.lua \
- dhcp.menu
+ dhcp-settings-html.lsp \
+ dhcp-view-html.lsp \
+ dhcp.menu \
+
EXTRA_DIST=README Makefile config.mk
diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README