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
commit86e796643e2993ef3e3fb8b88faecf1261f01f10 (patch)
tree7471859573092090df4da1f400fd9d5937ab8375 /packaging
parent2280017bbd8c21f4dc00f28692f57fe0692fcd8a (diff)
downloadsamba-86e796643e2993ef3e3fb8b88faecf1261f01f10.tar.gz
samba-86e796643e2993ef3e3fb8b88faecf1261f01f10.tar.bz2
samba-86e796643e2993ef3e3fb8b88faecf1261f01f10.zip
r9463: Fix DumpFunction() (was ignoring elements)
Fix use of pidl for people that don't have it installed... Generate documentation for pidl debian package (This used to be commit de66450c242b943cfb226187b0ad14f380f08479)
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 8c62eed660..61002f4a32 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: