Loading Makefile.in +2 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,8 @@ install-htdocs: @echo Installing HTML documents @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) @test -d $(htdocsdir)/manual || $(MKINSTALLDIRS) $(htdocsdir)/manual @test -d docs/manual && (cd docs/manual && cp -rp * $(htdocsdir)/manual) install-icons: @echo Installing icons Loading Loading
Makefile.in +2 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,8 @@ install-htdocs: @echo Installing HTML documents @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) @test -d $(htdocsdir)/manual || $(MKINSTALLDIRS) $(htdocsdir)/manual @test -d docs/manual && (cd docs/manual && cp -rp * $(htdocsdir)/manual) install-icons: @echo Installing icons Loading