svn commit: r50940 - in head: en_US.ISO8859-1/articles/pam fr_FR.ISO8859-1/articles/pam ru_RU.KOI8-R/articles/pam

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Wed Sep 27 07:29:27 2017
New Revision: 50940
URL: https://svnweb.freebsd.org/changeset/doc/50940

Log:
  fix `make -n' if using git
  
  PR: 222631

Modified:
  head/en_US.ISO8859-1/articles/pam/Makefile
  head/fr_FR.ISO8859-1/articles/pam/Makefile
  head/ru_RU.KOI8-R/articles/pam/Makefile

Modified: head/en_US.ISO8859-1/articles/pam/Makefile
==============================================================================
--- head/en_US.ISO8859-1/articles/pam/Makefile	Wed Sep 27 00:53:02 2017	(r50939)
+++ head/en_US.ISO8859-1/articles/pam/Makefile	Wed Sep 27 07:29:27 2017	(r50940)
@@ -18,7 +18,8 @@ EXTRAS+=	pam_module.c
 CLEANFILES+=	${EXTRAS}
 
 SRCS=	article.xml
-SRCS+=	${EXTRAS}
+
+index.html article.html: ${EXTRAS}
 
 pam_app.c: su.c
 	sed -e '/^[\/ ]\*/d' ${.ALLSRC} >${.TARGET}

Modified: head/fr_FR.ISO8859-1/articles/pam/Makefile
==============================================================================
--- head/fr_FR.ISO8859-1/articles/pam/Makefile	Wed Sep 27 00:53:02 2017	(r50939)
+++ head/fr_FR.ISO8859-1/articles/pam/Makefile	Wed Sep 27 07:29:27 2017	(r50940)
@@ -10,9 +10,12 @@ INSTALL_ONLY_COMPRESSED?=
 WITH_ARTICLE_TOC?=YES
 WITH_INLINE_LEGALNOTICE?=YES
 
-SRCS= article.xml pam_app.c pam_conv.c pam_module.c
+SRCS= article.xml 
 
-CLEANFILES+= pam_app.c pam_conv.c pam_module.c
+EXTRAS=pam_app.c pam_conv.c pam_module.c
+CLEANFILES+= ${EXTRAS}
+
+index.html article.html: ${EXTRAS}
 
 pam_app.c: su.c
 	sed -e '/^[\/ ]\*/d' ${.ALLSRC} >${.TARGET}

Modified: head/ru_RU.KOI8-R/articles/pam/Makefile
==============================================================================
--- head/ru_RU.KOI8-R/articles/pam/Makefile	Wed Sep 27 00:53:02 2017	(r50939)
+++ head/ru_RU.KOI8-R/articles/pam/Makefile	Wed Sep 27 07:29:27 2017	(r50940)
@@ -17,9 +17,12 @@ INSTALL_ONLY_COMPRESSED?=
 WITH_ARTICLE_TOC?=YES
 WITH_INLINE_LEGALNOTICE?=YES
 
-SRCS= article.xml pam_app.c pam_conv.c pam_module.c
+SRCS= article.xml
 
-CLEANFILES+= pam_app.c pam_conv.c pam_module.c
+EXTRAS=pam_app.c pam_conv.c pam_module.c
+CLEANFILES+= ${EXTRAS}
+
+index.html article.html: ${EXTRAS}
 
 DOC_PREFIX?= ${.CURDIR}/../../..
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.