update for stretch
[hcoop/debian/libapache-mod-waklog.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5924887..467a864 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,17 +1,24 @@
 Installation Instructions
 
+(Ideally this would be simplified by using `make dist`, but that currently
+doesn't work.)
+
 Type:
 
    ./regen.sh
    ./configure --with-afs-libs=/usr/lib/afs --with-afs-headers=/usr/include/afs
    make
-   cp mod_waklog.so <wherever>
+   cp ./.libs/mod_waklog.so <wherever>
 
 Debian:
 
    chmod +x debian/rules
    fakeroot dpkg-buildpackage
 
+Release archive:
 
+   git archive -o mod_waklog-$VERSION.tgz --prefix=mod_waklog-$VERSION/ $VERSION
 
+RPM:
 
+   rpmbuild -ta mod_waklog-$VERSION.tgz