X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/9b2f0a49f8779366665b0fbfdf531e48786a1f86..4f6a0850b932839908abd7da7df7c7ad148c1b7c:/tools/make/rules diff --git a/tools/make/rules b/tools/make/rules index b1c3630..06222c3 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -11,6 +11,8 @@ std_inst_tgt = debian/tmp/usr/share/doc/$(paket)/copyright debian/tmp/usr/share/ include debian/rules.pre +.PHONY: build + default: echo "no default rule available" @@ -19,7 +21,7 @@ clean: -rm -rf debian/tmp # Bauen der kompilierten Programme und formatierten Dokumente aus den Quellen im Bauverzeichnis -build: ../build/debian/$(paket).build +build: ../build/debian/$(paket).build sync cd ../build ; debian/$(paket).build # Build succeeded @@ -70,6 +72,10 @@ debian/control: debian/$(paket).control debian/changelog: debian/$(paket).changelog debian/rules.pre sed "s/%BUILD%/$(build)/" debian/$(paket).changelog > debian/changelog +debian/tmp/usr/share/doc/$(paket)/changelog: debian/changelog + mkdir -p debian/tmp/usr/share/doc/$(paket) + cp debian/changelog debian/tmp/usr/share/doc/$(paket)/changelog + debian/tmp/usr/share/doc/$(paket)/copyright: debian/copyright mkdir -p debian/tmp/usr/share/doc/$(paket) cp debian/copyright debian/tmp/usr/share/doc/$(paket)/copyright