[milter-manager-commit] milter-manager/milter-manager at cda3578 [master] doc reference: Stop coping html files

Back to archive index

Kenji Okimoto null+****@clear*****
Thu Jul 5 14:37:47 JST 2018


Kenji Okimoto	2018-07-05 14:37:47 +0900 (Thu, 05 Jul 2018)

  New Revision: cda35783de9852c29bd3eae24452cfa104e0e306
  https://github.com/milter-manager/milter-manager/commit/cda35783de9852c29bd3eae24452cfa104e0e306

  Message:
    doc reference: Stop coping html files
    
    Because gtk-doc.make's dist-hook creates $(distdir)/html.

  Modified files:
    doc/reference/Makefile.am

  Modified: doc/reference/Makefile.am (+1 -2)
===================================================================
--- doc/reference/Makefile.am    2018-07-05 14:20:29 +0900 (3bc3ca33)
+++ doc/reference/Makefile.am    2018-07-05 14:37:47 +0900 (cbef20bf)
@@ -570,10 +570,9 @@ upload: docs
 	  $(OSDN_HTDOCS)/reference/
 
 dist-hook-local:
-	mkdir -p $(distdir)/tmpl $(distdir)/xml $(distdir)/html
+	mkdir -p $(distdir)/tmpl $(distdir)/xml
 	-cp tmpl/*.sgml $(distdir)/tmpl
 	-cp xml/*.xml $(distdir)/xml
-	cp html/* $(distdir)/html
 	for catalog in $(CATALOGS); do					\
 	  lang=`echo $$catalog | sed 's/.po$$//'`;			\
 	  mkdir -p $(distdir)/$$lang/html;				\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20180705/b510fef0/attachment.htm 



More information about the milter-manager-commit mailing list
Back to archive index