summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-22 00:22:21 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-08-22 00:22:21 +0000
commite7fe1ad082a3a92930c168e04af124e651aa9dcb (patch)
treed80d3074ebd6fb5045987bbbecc8e8b034b5e8d6 /packaging
parent9592d6b156e2572279c16f06a64d50f1789b4aaf (diff)
downloadsamba-e7fe1ad082a3a92930c168e04af124e651aa9dcb.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: