Changeset 6598
- Timestamp:
- 08/30/05 23:43:49 (3 years ago)
- Files:
-
- 1 modified
-
debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r5587 r6598 20 20 build-arch-stamp: configure-stamp 21 21 $(MAKE) optimized 22 - $(MAKE) test22 -test ($$SKIP_TESTS) || $(MAKE) test 23 23 pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/lib/pugs/run.pod $(CURDIR)/debian/pugs.1 24 24 pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 … … 44 44 cp -r $(CURDIR)/docs/* $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/ 45 45 rm -f $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/SEEALSO 46 find $(CURDIR)/debian/pugs-doc/ -type f -size 0 -exec rm -f {} \; 46 47 47 48 install-arch:
