/[gnats]/gnats/send-pr/Makefile.in
ViewVC logotype

Diff of /gnats/send-pr/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by chewie, Tue Nov 2 23:51:50 2004 UTC revision 1.20 by chewie, Tue Nov 30 15:45:41 2004 UTC
# Line 114  install-norm: install-norm-arch-indep in Line 114  install-norm: install-norm-arch-indep in
114    
115  install-norm-arch-indep:  install-norm-arch-indep:
116    
117  install-norm-arch-dep:  install-norm-arch-dep: all
118          $(INSTALL_SCRIPT) send-pr $(DESTDIR)$(bindir)/send-pr          $(INSTALL_SCRIPT) send-pr $(DESTDIR)$(bindir)/send-pr
119          $(INSTALL_SCRIPT) install-sid $(DESTDIR)$(bindir)/install-sid          $(INSTALL_SCRIPT) install-sid $(DESTDIR)$(bindir)/install-sid
120          $(INSTALL_DATA) send-pr.1 $(DESTDIR)$(man1dir)/send-pr.1          $(INSTALL_DATA) send-pr.1 $(DESTDIR)$(man1dir)/send-pr.1
121          $(INSTALL_DATA) install-sid.8 $(DESTDIR)$(man8dir)/install-sid.8          $(INSTALL_DATA) install-sid.8 $(DESTDIR)$(man8dir)/install-sid.8
122          $(INSTALL_DATA) send-pr.conf $(DESTDIR)$(sysconfdir)/gnats/          $(INSTALL_DATA) $(srcdir)/send-pr.conf $(DESTDIR)$(sysconfdir)/gnats/
123    
124  uninstall:  uninstall:
125          -rm -f $(DESTDIR)$(bindir)/send-pr $(DESTDIR)$(bindir)/install-sid          -rm -f $(DESTDIR)$(bindir)/send-pr $(DESTDIR)$(bindir)/install-sid
# Line 137  version.texi: Makefile Line 137  version.texi: Makefile
137          echo "@set VERSION $(VERSION)" > $@-t          echo "@set VERSION $(VERSION)" > $@-t
138          mv $@-t $@          mv $@-t $@
139    
140  send-pr.1: Makefile  send-pr.1: Makefile send-pr.man
141          sed -e 's,xVERSIONx,$(VERSION),g' \          sed -e 's,xVERSIONx,$(VERSION),g' \
142          -e 's,xSYSCONFDIRx,$(sysconfdir),g' $(srcdir)/send-pr.man > $@-t          -e 's,xSYSCONFDIRx,$(sysconfdir),g' $(srcdir)/send-pr.man > $@-t
143          mv $@-t $@          mv $@-t $@
144    
145  install-sid.8: Makefile  install-sid.8: Makefile install-sid.man
146          sed -e 's,xVERSIONx,$(VERSION),g' \          sed -e 's,xVERSIONx,$(VERSION),g' \
147          -e 's,xSYSCONFDIRx,$(sysconfdir),g' $(srcdir)/install-sid.man > $@-t          -e 's,xSYSCONFDIRx,$(sysconfdir),g' $(srcdir)/install-sid.man > $@-t
148          mv $@-t $@          mv $@-t $@

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26