[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / docbook2mdoc

Diff for /docbook2mdoc/Makefile between version 1.21 and 1.22

version 1.21, 2019/03/28 12:21:10 version 1.22, 2019/03/29 15:55:28
Line 12  all: docbook2mdoc
Line 12  all: docbook2mdoc
 docbook2mdoc: $(OBJS)  docbook2mdoc: $(OBJS)
         $(CC) -o $@ $(OBJS)          $(CC) -o $@ $(OBJS)
   
   statistics: statistics.o
           $(CC) -o $@ statistics.c
   
 www: index.html docbook2mdoc.1.html docbook2mdoc-$(VERSION).tgz README.txt  www: index.html docbook2mdoc.1.html docbook2mdoc-$(VERSION).tgz README.txt
   
 install: all  install: all
Line 52  README.txt: README
Line 55  README.txt: README
   
 clean:  clean:
         rm -f docbook2mdoc $(OBJS) docbook2mdoc.core          rm -f docbook2mdoc $(OBJS) docbook2mdoc.core
           rm -f statistics statistics.o
         rm -rf docbook2mdoc.dSYM          rm -rf docbook2mdoc.dSYM
         rm -f index.html docbook2mdoc.1.html README.txt          rm -f index.html docbook2mdoc.1.html README.txt
         rm -f docbook2mdoc-$(VERSION).tgz          rm -f docbook2mdoc-$(VERSION).tgz

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb