X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/509a30c079b5a8f5f996c6ccce102c512d4a238d..0083ebffd975686b3ab3008aea827f8fb12cf543:/Makefile.in diff --git a/Makefile.in b/Makefile.in index c9e247a..c7f437b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,7 +5,7 @@ # # secnet is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version d of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # secnet is distributed in the hope that it will be useful, but @@ -20,7 +20,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.4.1 +VERSION:=0.4.5 @SET_MAKE@ @@ -189,7 +189,7 @@ install: installdirs $(INSTALL_DATA) ${srcdir}/ipaddrset.py $(prefix)/share/secnet/ipaddrset.py $(INSTALL_SCRIPT) ${srcdir}/polypath-interface-monitor-linux \ $(datarootdir)/secnet/. - $(INSTALL_DATA) secnet.8 $(mandir)/man8/secnet.8 + $(INSTALL_DATA) ${srcdir}/secnet.8 $(mandir)/man8/secnet.8 install-force: rm -f $(STALE_PYTHON_FILES) @@ -214,6 +214,9 @@ dist: gzip -9f $(tarfname) # Release checklist: +# +# 0. Use this checklist from Makefile.in +# # 1. Check that the tree has what you want # # 2. Update VERSION (above) and debian/changelog @@ -243,7 +246,7 @@ dist: # rm -rf ../d; mkdir ../d; cd ../d # tar zxf ../secnet-$VERSION.tar.gz # cd secnet-$VERSION -# dpkg-buildpackage -a -uc -us -rfakeroot +# dpkg-buildpackage -F -uc -us -rfakeroot # rsync -vP ../secnet_${VERSION}_i386.deb ianmdlvl@chiark:public-html/secnet/download/ # # 9a. On chiark as ianmdlvl: