Explorar o código

- NEWS added to docs

Andrei Pelinescu-Onciul %!s(int64=22) %!d(string=hai) anos
pai
achega
0cec5ece5d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -282,6 +282,8 @@ install-doc: $(doc-prefix)/$(doc-dir)
 	$(INSTALL-DOC) README-MODULES $(doc-prefix)/$(doc-dir)
 	$(INSTALL-TOUCH) $(doc-prefix)/$(doc-dir)/AUTHORS 
 	$(INSTALL-DOC) AUTHORS $(doc-prefix)/$(doc-dir)
+	$(INSTALL-TOUCH) $(doc-prefix)/$(doc-dir)/NEWS
+	$(INSTALL-DOC) NEWS $(doc-prefix)/$(doc-dir)
 	-@for r in $(modules_basenames) "" ; do \
 		if [ -n "$$r" ]; then \
 			if [ -f modules/"$$r"/README ]; then \