summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-10-19 14:52:29 +0200
committerJames Rayner <james@archlinux.org>2009-10-19 14:52:29 +0200
commitea1a71895e6b8776cc5f69372836feecbb767df0 (patch)
tree3ec2b8faa76b3ef84783903d4fba94b29f61e0b3 /Makefile
parent8f4bd8e28b4cad92388eb3afdd3860822baa797b (diff)
downloadnetctl-ea1a71895e6b8776cc5f69372836feecbb767df0.tar.gz
netctl-ea1a71895e6b8776cc5f69372836feecbb767df0.tar.xz
Documentation update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 7b4ce08..b41c068 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-VERSION=2.2.1
+VERSION=2.5.0a1
VPATH = doc
install:
@@ -35,24 +35,22 @@ install-wireless:
install-docs: docs
install -d $(DESTDIR)/usr/share/doc/netcfg/contrib
- install -m644 doc/*html $(DESTDIR)/usr/share/doc/netcfg/
+ install -m644 docs/*html $(DESTDIR)/usr/share/doc/netcfg/
install -m644 contrib/* $(DESTDIR)/usr/share/doc/netcfg/contrib/
-docs: doc/*
- for doc in $(?); do \
- pandoc $$doc -o $$doc.html;\
- done
+docs:
+ cd docs; \
+ ./make.sh
tarball:
sed -i "s/NETCFG_VER=.*/NETCFG_VER=$(VERSION)/g" src/netcfg
mkdir -p netcfg-$(VERSION)
- cp -r src src-wireless examples contrib man Makefile LICENSE README netcfg-$(VERSION)
+ cp -r src src-wireless wpa_actiond examples contrib man Makefile LICENSE README netcfg-$(VERSION)
tar -zcvf netcfg-$(VERSION).tar.gz netcfg-$(VERSION)
- mv netcfg-$(VERSION).tar.gz ../
rm -rf netcfg-$(VERSION)
-upload:
+upload:
md5sum netcfg-$(VERSION)*gz > MD5SUMS.$(VERSION)
scp netcfg-$(VERSION)*gz MD5SUMS.$(VERSION) archlinux.org:/srv/ftp/other/netcfg/