X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-web;h=d6ea6cc94806857bbee651ec15c735988a093128;hp=6079c9d9faf2cc14f2931f8d0db85401dd705784;hb=a446f1d4d161d66bbb19ba2551cf6429a4865964;hpb=d1cea3ebf96f61b5bbac1e74975700770e06add6 diff --git a/Makefile-web b/Makefile-web index 6079c9d9..d6ea6cc9 100644 --- a/Makefile-web +++ b/Makefile-web @@ -2,7 +2,6 @@ WEBDIR=/home/rusty/www/html/ccan # Ignore EXCLUDE when making webpages. -REALLY_ALL=$(patsubst ccan/%/_info, %, $(wildcard ccan/*/_info)) ALL_PAGES=$(patsubst %, $(WEBDIR)/info/%.html, $(REALLY_ALL)) DIRECT_TARBALLS=$(patsubst %, $(WEBDIR)/tarballs/%.tar.bz2, $(REALLY_ALL)) DEPEND_TARBALLS=$(patsubst %, $(WEBDIR)/tarballs/with-deps/%.tar.bz2, $(REALLY_ALL))