Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
inline: Fix display of all pages when archive=yes or show=0 are used.
[git.ikiwiki.info.git]
/
debian
/
rules
diff --git
a/debian/rules
b/debian/rules
index 0a65715214cf2464dc021bc820de3f5bf049a1f6..0a7ce7a267e43c0999d6e468f7e6844abbc8d660 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-2,17
+2,17
@@
%:
dh $@
%:
dh $@
-# keeps it out if /usr/local
override_dh_auto_configure:
override_dh_auto_configure:
+ # keeps it out of /usr/local
dh_auto_configure -- PREFIX=/usr
dh_auto_configure -- PREFIX=/usr
-# avoid compressing files in the doc wiki
override_dh_compress:
override_dh_compress:
+ # avoid compressing files in the doc wiki
dh_compress -Xhtml
dh_compress -Xhtml
-# distclean moans about MANIFEST, this is quieter
override_dh_auto_clean:
override_dh_auto_clean:
- $(MAKE) realclean
+ # distclean moans about MANIFEST, this is quieter
+ if [ -e Makefile ]; then $(MAKE) realclean; fi
# Not intended for use by anyone except the author.
announcedir:
# Not intended for use by anyone except the author.
announcedir: