Diff for /rpm2html/Makefile.in between versions 1.15 and 1.16

version 1.15, 1998/02/23 03:42:34 version 1.16, 1998/02/23 22:13:56
Line 11  CFLAGS = @CFLAGS@ Line 11  CFLAGS = @CFLAGS@
 INCL    = -I.  INCL    = -I.
   
 RM      = @RM@ -f  RM      = @RM@ -f
   MV      = @MV@ 
 LN      = @LN_S@  LN      = @LN_S@
 TAR     = @TAR@  TAR     = @TAR@
 GZIP    = @GZIP@ -9  GZIP    = @GZIP@ -9
Line 19  prefix = @prefix@ Line 20  prefix = @prefix@
 exec_prefix= @exec_prefix@  exec_prefix= @exec_prefix@
 bindir  = @bindir@  bindir  = @bindir@
 datadir = @datadir@  datadir = @datadir@
   mandir  = @prefix@/man
   
 OBJS= rpm2html.o rpmopen.o rpmdata.o html.o config.o language.o  OBJS= rpm2html.o rpmopen.o rpmdata.o html.o config.o language.o
 LIBS= @LIBS@  LIBS= @LIBS@
Line 27  FILES= COPYING README TODO INSTALL CHANG Line 29  FILES= COPYING README TODO INSTALL CHANG
        rpm2html.c rpm2html.config rpm2html.h rpmdata.c rpmdata.h \         rpm2html.c rpm2html.config rpm2html.h rpmdata.c rpmdata.h \
        language.h language.c msg.fr msg.es \         language.h language.c msg.fr msg.es \
        rpmopen.c configure configure.in config.h.in Makefile.in \         rpmopen.c configure configure.in config.h.in Makefile.in \
        install-sh         install-sh rpm2html.spec rpm2html.1
   
 all : rpm2html  all : rpm2html
   
Line 45  depends .depends: Line 47  depends .depends:
   
 install : rpm2html  install : rpm2html
         @INSTALL@ rpm2html $(bindir)          @INSTALL@ rpm2html $(bindir)
           @INSTALL@ rpm2html.1 $(mandir)/man1/
         @INSTALL@ rpm2html.config $(datadir)/rpm2html.config          @INSTALL@ rpm2html.config $(datadir)/rpm2html.config
         @echo "Don't forget to edit $(datadir)/rpm2html.config"          @echo "Don't forget to edit $(datadir)/rpm2html.config"
   
   uninstall :
           $(RM) $(bindir)/rpm2html
           $(RM) $(mandir)/man1/rpm2html.1
           $(MV) $(datadir)/rpm2html.config $(datadir)/rpm2html.config.old
   
 include .depends  include .depends
   
 test tests : rpm2html  test tests : rpm2html

Removed from v.1.15  
changed lines
  Added in v.1.16


Webmaster