/[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.18 by chewie, Tue Nov 2 23:10:04 2004 UTC revision 1.19 by chewie, Tue Nov 2 23:51:50 2004 UTC
# Line 95  SHELL = /bin/sh Line 95  SHELL = /bin/sh
95    
96  DISTFILES= COPYING ChangeLog Makefile.in README configure.in \  DISTFILES= COPYING ChangeLog Makefile.in README configure.in \
97  install-sid.sh send-pr-el.in send-pr.man send-pr.texi fields.texi \  install-sid.sh send-pr-el.in send-pr.man send-pr.texi fields.texi \
98  states.texi s-usage.texi categ.texi send-pr.sh send-pr.conf  states.texi s-usage.texi categ.texi send-pr.sh send-pr.conf install-sid.man
99    
100  all: send-pr install-sid send-pr.1 version.texi  all: send-pr install-sid send-pr.1 install-sid.8 version.texi
101  all-gnats: all  all-gnats: all
102  all-tools: all  all-tools: all
103    
# Line 118  install-norm-arch-dep: Line 118  install-norm-arch-dep:
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
122          $(INSTALL_DATA) send-pr.conf $(DESTDIR)$(sysconfdir)/gnats/          $(INSTALL_DATA) send-pr.conf $(DESTDIR)$(sysconfdir)/gnats/
123    
124  uninstall:  uninstall:
# Line 125  uninstall: Line 126  uninstall:
126          -rm -f $(DESTDIR)$(sysconfdir)/gnats/send-pr.conf          -rm -f $(DESTDIR)$(sysconfdir)/gnats/send-pr.conf
127          -rmdir $(DESTDIR)$(datadir)/gnats          -rmdir $(DESTDIR)$(datadir)/gnats
128          -rm -f $(DESTDIR)$(man1dir)/send-pr.1          -rm -f $(DESTDIR)$(man1dir)/send-pr.1
129            -rm -f $(DESTDIR)$(man1dir)/install-sid.8
130    
131  TAGS:  TAGS:
132    
# Line 140  send-pr.1: Makefile Line 142  send-pr.1: Makefile
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
146            sed -e 's,xVERSIONx,$(VERSION),g' \
147            -e 's,xSYSCONFDIRx,$(sysconfdir),g' $(srcdir)/install-sid.man > $@-t
148            mv $@-t $@
149    
150  # When building GNATS, this target is used to communicate information  # When building GNATS, this target is used to communicate information
151  # known only to the GNATS configuration.  # known only to the GNATS configuration.
152  gnats-build: stamp-gnats  gnats-build: stamp-gnats
153    
154  stamp-gnats: Makefile  stamp-gnats: Makefile
155  #       sed -e 's,^GNATS_USER =.*,GNATS_USER = $(GNATS_USER),' \          sed -e 's,^GNATS_USER =.*,GNATS_USER = $(GNATS_USER),' \
156  #           -e 's,^DEFAULT_RELEASE =.*,DEFAULT_RELEASE = $(DEFAULT_RELEASE),' \              -e 's,^DEFAULT_RELEASE =.*,DEFAULT_RELEASE = $(DEFAULT_RELEASE),' \
157  #           -e 's%^DEFAULT_ORGANIZATION =.*%DEFAULT_ORGANIZATION = $(DEFAULT_ORGANIZATION)%' \              -e 's%^DEFAULT_ORGANIZATION =.*%DEFAULT_ORGANIZATION = $(DEFAULT_ORGANIZATION)%' \
158  #           -e 's,^SUBMITTER =.*,SUBMITTER = $(SUBMITTER),' \              -e 's,^SUBMITTER =.*,SUBMITTER = $(SUBMITTER),' \
159  #           -e 's,^VERSION =.*,VERSION = $(VERSION),' \              -e 's,^VERSION =.*,VERSION = $(VERSION),' \
160  #           -e 's,^MAIL_AGENT =.*,MAIL_AGENT = $(MAIL_AGENT),' \              -e 's,^MAIL_AGENT =.*,MAIL_AGENT = $(MAIL_AGENT),' \
161  #           -e 's,^SEND_PR_INSTALL =.*,SEND_PR_INSTALL = $(GNATS_INSTALL),' \              -e 's,^SEND_PR_INSTALL =.*,SEND_PR_INSTALL = $(GNATS_INSTALL),' \
162  #               Makefile > Makefile.tmp \                  Makefile > Makefile.tmp \
163  #       && mv Makefile.tmp Makefile \          && mv Makefile.tmp Makefile \
164          : > $@          && : > $@
165    
166  # Clean things up.  # Clean things up.
167    
168  clean: mostlyclean  clean: mostlyclean
169          -rm -f send-pr install-sid send-pr.1 stamp-gnats          -rm -f send-pr install-sid send-pr.1 install-sid.8 stamp-gnats
170          -rm -f *.dvi          -rm -f *.dvi
171    
172  mostlyclean:  mostlyclean:

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

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