From 43926c44661a9f8499b3fb9775e1cfdd4aef2bdf Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 19 Jun 2011 21:01:55 +0200 Subject: Allow using markdown instead of pandoc, packaging fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07391a1..a0074e3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.6 +VERSION=2.6rc1 VPATH = doc .PHONY: install docs @@ -45,13 +45,12 @@ install-docs: docs install -m644 contrib/* $(DESTDIR)/usr/share/doc/netcfg/contrib/ docs: - cd docs; \ - ./make.sh + cd docs && ./make.sh tarball: docs - sed -i "s/NETCFG_VER=.*/NETCFG_VER=$(VERSION)/g" src/netcfg + sed -i "s/NETCFG_VER=.*/NETCFG_VER=$(VERSION)/g" scripts/netcfg mkdir -p netcfg-$(VERSION) - cp -r src src-wireless ifplugd wpa_actiond examples contrib man Makefile LICENSE README netcfg-$(VERSION) + cp -r src scripts src-wireless ifplugd wpa_actiond examples contrib man Makefile LICENSE README netcfg-$(VERSION) tar -zcvf netcfg-$(VERSION).tar.gz netcfg-$(VERSION) rm -rf netcfg-$(VERSION) -- cgit v1.2.3-24-g4f1b