Changeset f56c491 for doc/Makefile
- Timestamp:
- 2005-11-15T13:35:24Z (19 years ago)
- Branches:
- master
- Children:
- cc9079e
- Parents:
- abe53d3 (diff), b135438 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile
rabe53d3 rf56c491 5 5 install -m 0644 bitlbee.8 $(DESTDIR)$(MANDIR)/man8/ 6 6 install -m 0644 bitlbee.conf.5 $(DESTDIR)$(MANDIR)/man5/ 7 make-C user-guide $@7 $(MAKE) -C user-guide $@ 8 8 9 9 uninstall: 10 10 rm -f $(DESTDIR)$(MANDIR)/man8/bitlbee.8* 11 11 rm -f $(DESTDIR)$(MANDIR)/man5/bitlbee.conf.5* 12 make-C user-guide $@12 $(MAKE) -C user-guide $@ 13 13 14 14 .PHONY: install uninstall
Note: See TracChangeset
for help on using the changeset viewer.