]> git.proxmox.com Git - pve-installer.git/blobdiff - Makefile
restructure html in repo and installed package
[pve-installer.git] / Makefile
index 7d49de71a33b648071a725edf74f22f519ac6d93..b45fd5f9350b03ea5f7e0861fcb45d39fba76520 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,6 @@ HTMLDIR=$(VARLIBDIR)/html/common
 
 .PHONY: install
 install: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES}
-       $(MAKE) -C html-common install
        $(MAKE) -C banner install
        install -D -m 644 interfaces ${DESTDIR}/etc/network/interfaces
        install -D -m 755 fake-start-stop-daemon ${VARLIBDIR}/fake-start-stop-daemon
@@ -83,7 +82,6 @@ check-pbs: prepare-check-env test.img
 .phony: clean
 clean:
        umount -Rd testdir || true
-       make -C html-common clean
        rm -rf *~ *.deb target build packages packages.tmp testdir test*.img pve-final.pkglist \
          *.buildinfo *.changes country.dat final.pkglist cd-info.test
        find . -name '*~' -exec rm {} ';'