Diff

Differences From Artifact [a7fb2612a0]:

To Artifact [2223fbda1d]:


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) -m 755 free $(bindir)/freecolor


clean:
	rm -f core free *~

distclean: clean
	rm -f Makefile config.log config.h config.status

pristine: distclean
	rm -rf autom4te.cache/ config.h.in configure







>

>









18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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

pristine: distclean
	rm -rf autom4te.cache/ config.h.in configure