Overview
Comment: | Install man page |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9d68ed9edd0eabb4cbdd2e11d885a70b |
User & Date: | rkeene on 2014-01-21 00:35:55 |
Other Links: | manifest | tags |
Context
2014-01-21
| ||
00:36 | Freecolor 0.9.1 check-in: 4868363b0a user: rkeene tags: trunk, 0.9.1 | |
00:35 | Install man page check-in: 9d68ed9edd user: rkeene tags: trunk | |
00:32 | Freecolor 0.9.0 check-in: 9a61fdc3b3 user: rkeene tags: trunk, 0.9.0 | |
Changes
Modified Makefile.in from [a7fb2612a0] to [2223fbda1d].
︙ | ︙ | |||
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | install-over-free: strip free cp -i free `which free` install: strip free -$(INSTALL) -d $(bindir) $(INSTALL) -m 755 free $(bindir)/freecolor clean: rm -f core free *~ distclean: clean rm -f Makefile config.log config.h config.status | > > | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | install-over-free: strip free cp -i free `which free` install: strip free -$(INSTALL) -d $(bindir) -$(INSTALL) -d $(mandir)/man1 $(INSTALL) -m 755 free $(bindir)/freecolor $(INSTALL) -m 644 freecolor.1 $(mandir)/man1/freecolor.1 clean: rm -f core free *~ distclean: clean rm -f Makefile config.log config.h config.status |
︙ | ︙ |