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

Diff for /texi2mdoc/Makefile between version 1.5 and 1.8

version 1.5, 2015/02/20 14:43:22 version 1.8, 2015/02/24 14:35:40
Line 1 
Line 1 
 CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
 OBJS = main.o util.o  OBJS = main.o util.o
 SRCS = main.c util.c  SRCS = main.c util.c
 VERSIONS = version_0_1_1.xml  VERSIONS = version_0_1_1.xml \
              version_0_1_2.xml
 VERSION = 0.1.1  VERSION = 0.1.1
 PREFIX = /usr/local  PREFIX = /usr/local
   
Line 20  install: all
Line 21  install: all
         install -m 0755 texi2mdoc $(DESTDIR)$(PREFIX)/bin          install -m 0755 texi2mdoc $(DESTDIR)$(PREFIX)/bin
         install -m 0444 texi2mdoc.1 $(DESTDIR)$(PREFIX)/man/man1          install -m 0444 texi2mdoc.1 $(DESTDIR)$(PREFIX)/man/man1
   
 installwww:  installwww: www
         mkdir -p $(PREFIX)/snapshots          mkdir -p $(PREFIX)/snapshots
         install -m 0444 index.html texi2mdoc.1.html $(PREFIX)          install -m 0444 index.html texi2mdoc.1.html $(PREFIX)
         install -m 0444 texi2mdoc.tgz texi2mdoc.tgz.sha512 $(PREFIX)/snapshots          install -m 0444 texi2mdoc.tgz texi2mdoc.tgz.sha512 $(PREFIX)/snapshots
Line 36  index.html: index.xml $(VERSIONS)
Line 37  index.html: index.xml $(VERSIONS)
         sblg -o- -t index.xml $(VERSIONS) | sed "s!@VERSION@!$(VERSION)!g" >$@          sblg -o- -t index.xml $(VERSIONS) | sed "s!@VERSION@!$(VERSION)!g" >$@
   
 texi2mdoc.1.html: texi2mdoc.1  texi2mdoc.1.html: texi2mdoc.1
         mandoc -Thtml $< >$@          mandoc -Thtml texi2mdoc.1 >$@
   
 texi2mdoc.tgz:  texi2mdoc.tgz:
         mkdir -p .dist/texi2mdoc-$(VERSION)          mkdir -p .dist/texi2mdoc-$(VERSION)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8

CVSweb