aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/articles
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2017-09-27 07:29:27 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2017-09-27 07:29:27 +0000
commitff79a613172b9a3251462c573d8c036d1bc87671 (patch)
treea2d9ae3d1c97f8309e03a27b035d0ed9f0408be9 /fr_FR.ISO8859-1/articles
parent40d1506f26f25be454baa631a51903294d40c069 (diff)
downloaddoc-ff79a613172b9a3251462c573d8c036d1bc87671.tar.gz
doc-ff79a613172b9a3251462c573d8c036d1bc87671.zip
fix `make -n' if using git
PR: 222631
Notes
Notes: svn path=/head/; revision=50940
Diffstat (limited to 'fr_FR.ISO8859-1/articles')
-rw-r--r--fr_FR.ISO8859-1/articles/pam/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/fr_FR.ISO8859-1/articles/pam/Makefile b/fr_FR.ISO8859-1/articles/pam/Makefile
index f1d0dbc574..851f932f8b 100644
--- a/fr_FR.ISO8859-1/articles/pam/Makefile
+++ b/fr_FR.ISO8859-1/articles/pam/Makefile
@@ -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}