From 818db3efd674f66a04c8616d5b6de9c5b89ba71a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 22 Jan 2006 23:34:28 +0000 Subject: r13070: Add a simple smbd manpage, based on the Samba 3 one. (This used to be commit cbcce3b5731d27e863c916731fe30acac0602c16) --- source4/main.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index 6fad1805ea..5ce3383e55 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -342,3 +342,6 @@ DOCBOOK_MANPAGE_URL = http://docbook.sourceforge.net/release/xsl/current/manpage .7.xml.7: $(XSLTPROC) -o $@ $(DOCBOOK_MANPAGE_URL) $< + +.8.xml.8: + $(XSLTPROC) -o $@ $(DOCBOOK_MANPAGE_URL) $< -- cgit