summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-22 00:22:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:18 -0500
commitde66450c242b943cfb226187b0ad14f380f08479 (patch)
tree707a117a220412b6d467f1428fd9e21f76655919 /packaging
parent714f96b9bf2c6271f23bfcd35c58d5bf7b29aae2 (diff)
downloadsamba-de66450c242b943cfb226187b0ad14f380f08479.tar.gz
r9463: Fix DumpFunction() (was ignoring elements)
Fix use of pidl for people that don't have it installed... Generate documentation for pidl debian package
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/rules b/packaging/debian/rules
index 8c62eed660f..61002f4a32e 100755
--- a/packaging/debian/rules
+++ b/packaging/debian/rules
@@ -32,7 +32,7 @@ build: configure
$(MAKE) -C $(SOURCEPATH) proto
-$(MAKE) -C $(SOURCEPATH) pch
$(MAKE) -C $(SOURCEPATH) all
- $(MAKE) -C $(SOURCEPATH)/pidl all
+ $(MAKE) -C $(SOURCEPATH)/pidl all doc
touch $@
clean: