diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-03-04 12:19:03 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-03-04 12:19:03 +0100 |
commit | 5e7df6ce79c6d7217d583d45b858f958f7a2e600 (patch) | |
tree | 00a1dcd94d671060593c6b42fae9c2c96252e164 /scripts | |
parent | a6c908d784d2d9b95a6df4c86f0a49338d7f6342 (diff) | |
download | netctl-5e7df6ce79c6d7217d583d45b858f958f7a2e600.tar.gz netctl-5e7df6ce79c6d7217d583d45b858f958f7a2e600.tar.xz |
Build documentation at buildtime
This justifies the asciidoc make dependency. Previously, pre-built documentation was supplied with the netcfg sources. Now only documentation source and the Makefile is provided.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/netcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/netcfg b/scripts/netcfg index 1f734c7..e6de3bd 100755 --- a/scripts/netcfg +++ b/scripts/netcfg @@ -2,7 +2,7 @@ . /usr/lib/network/network -NETCFG_VER=2.7 +NETCFG_VER=2-notpackaged version() { |