Skip to content
Commits on Source (2)
......@@ -56,10 +56,10 @@ style.css:
ln -sf ../../etc/htaccess.deriv $@
debian.sources.list:
ln -sf ../debian.sources.list
ln -sf ../debian.sources.list $@
debian.apt:
ln -sf ../debian.apt
ln -sf ../debian.apt $@
wiki.txt: FORCE
get-wiki-text Census/$(notdir $(CURDIR)) $@
......@@ -143,7 +143,7 @@ planet-head: logo-img
distrowatch: wiki.txt
wiki-text-to-distrowatch $^ $@
sources.patches.dd-list: sources.patches debian.apt
sources.patches.dd-list: sources.patches debian.sources.list debian.apt
sources-patches-to-dd-list $< ../../etc/debian.apt.deriv.conf $@
check: check-package-list check-sources-list
......
......@@ -109,7 +109,7 @@ sources.files: $(derivatives)
sources.patches: $(derivatives)
aggregate-sources-patches $^ $@ $@.pts
sources.patches.dd-list: sources.patches debian.apt
sources.patches.dd-list: sources.patches debian.sources.list debian.apt
sources-patches-to-dd-list $< ../etc/debian.apt.var.conf $@
distrowatch: FORCE
......