Loading src/index/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ DOCUMENTROOT=$(DESTDIR)/www/pages OWN = -o root -g root INSTDOCS = 0644 INSTALL = install DOCS= index.html DOCS= index.html \ index.php all: @echo "make all in src" Loading Loading
src/index/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ DOCUMENTROOT=$(DESTDIR)/www/pages OWN = -o root -g root INSTDOCS = 0644 INSTALL = install DOCS= index.html DOCS= index.html \ index.php all: @echo "make all in src" Loading