X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=0fa53a37b5e41d271a6d84973e688c812dd6b72b;hb=cc3b78d4333659b2963c5e5c0765be77573ac4a4;hp=9fbe6d088e55b2ec5920d5c41529d6cc5eb9cafc;hpb=22ecdee73cbb51ac7c3301ce39749f819ea72d0e;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 9fbe6d0..0fa53a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,12 @@ RSYNC = rsync --rsh=ssh SUBDIRS = src bindings doc examples # the following files are not mentioned in any other Makefile -EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ - rrdtool.spec confignt/config.h +EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ + rrdtool.spec favicon.ico win32/config.h win32/rrd.dsp win32/rrd.vcproj \ + win32/rrdtool.dsp win32/rrdtool.dsw win32/rrdtool.vcproj win32/Makefile \ + netware/Makefile + + CLEANFILES = config.cache @@ -21,7 +25,6 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4 to-docs: to-versync (cd doc && $(MAKE) clean && $(MAKE) && $(MAKE) pdf) - (cd website && wmk-1.7.4 -f manual tutorial contributors.wml && ./site-sync ) to-dist: to-docs dist mv $(PACKAGE)-$(VERSION).tar.gz archive