Changeset 7798 for debian/rules
- Timestamp:
- 10/31/05 22:47:56 (3 years ago)
- Files:
-
- 1 modified
-
debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r7759 r7798 25 25 $(MAKE) $(CFLAGS) 26 26 -test $$SKIP_TESTS || $(MAKE) $(TESTS) 27 # use DEB_BUILD_OPTIONS="smoke_upload=0" to avoid uploading the smoke file automatically 27 -for html in $(CURDIR)/smoke*.html; do \ 28 ./util/smokeserv/smokeserv-client.pl $$html; \ 29 done 28 30 pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 29 31 touch build-arch-stamp
