Codebase list squidview / 84db61b
Fix debian rules for files supposed to be in doc/ Git-Dch: Ignore Willi Mann 11 years ago
1 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1212 %:
1313 dh $@
1414
15 override_dh_install:
16 dh_install
15 override_dh_auto_configure:
16 dh_auto_configure -- --prefix=/usr --datadir=\$${prefix}/share/doc
17
18 override_dh_auto_install:
19 dh_auto_install
1720 # Delete the examples from /usr/share/doc/squidview
1821 for i in users aliases words example.log; do \
19 rm -f $(CURDIR)/debian/squidview/usr/share/doc/squidview/$$i; \
22 rm -f debian/squidview/usr/share/doc/squidview/$$i; \
2023 done
2124
2225 override_dh_installchangelogs: