public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: Yngve Svendsen <yngve.svendsen@clustra.com>
To: gnats-devel@sources.redhat.com
Subject: PATCH: Makefile.in support for new send-pr man pages
Date: Wed, 16 May 2001 08:43:00 -0000	[thread overview]
Message-ID: <5.0.0.25.2.20010516173445.050abc20@mail.trd.clustra.com> (raw)

The following patch is for the send-pr/Makefile.in file of GNATS 4. It 
accommodates the new send-pr.conf and the updated send-pr man pages. As 
always, when patching makefiles, notice that the indentation from the left 
margin must consist of TABs, not spaces.


Index: Makefile.in
===================================================================
RCS file: /cvs/gnats/gnats/send-pr/Makefile.in,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile.in
--- Makefile.in	2001/01/24 22:51:16	1.6
+++ Makefile.in	2001/05/16 15:21:00
@@ -118,7 +118,7 @@ states.texi s-usage.texi categ.texi send

  # Gordon took out send-pr.elc, instead installing send-pr.el.
  # all: send-pr install-sid send-pr.elc send-pr.1
-all: send-pr install-sid send-pr.el send-pr.1 version.texi
+all: send-pr install-sid send-pr.el send-pr.1 send-pr.conf.5 version.texi

  send-pr: send-pr.sh Makefile
  	sed -e 's,xVERSIONx,$(VERSION),' \
@@ -174,6 +174,7 @@ install-norm-arch-dep:
  	$(INSTALL_SCRIPT) send-pr $(bindir)/send-pr
  	$(INSTALL_SCRIPT) install-sid $(bindir)/install-sid
  	$(INSTALL_DATA) send-pr.1 $(man1dir)/send-pr.1
+    $(INSTALL_DATA) send-pr.conf.5 $(man5dir)/send-pr.conf.5

  install-info: send-pr.info
  	for i in send-pr.info* ; do \
@@ -184,6 +185,7 @@ uninstall:
  	-rm -f $(bindir)/send-pr $(bindir)/install-sid
  	-rmdir $(datadir)/gnats
  	-rm -f $(man1dir)/send-pr.1
+    -rm -f $(man5dir)/send-pr.conf.5
  	-rm -f $(lispdir)/send-pr.el $(lispdir)/send-pr.elc
  	-rm -f $(infodir)/send-pr.info*

@@ -197,9 +199,13 @@ version.texi: Makefile
  	mv $@-t $@

  send-pr.1: Makefile
-	sed -e 's,xVERSIONx,$(VERSION),g' $(srcdir)/send-pr.man > $@-t
+	sed -e 's,xVERSIONx,$(VERSION),g' -e 's,xSYSCONFDIRx,$(sysconfdir),g' 
$(srcdir)/send-pr.man > $@-t
  	mv $@-t $@

+send-pr.conf.5: Makefile
+    sed -e 's,xVERSIONx,$(VERSION),g' -e 's,xSYSCONFDIRx,$(sysconfdir),g' 
$(srcdir)/send-pr.conf.man > $@-t
+    mv $@-t $@
+
  send-pr.info: send-pr.texi version.texi fields.texi s-usage.texi categ.texi
  	$(MAKEINFO) -I $(srcdir) -o send-pr.info $(srcdir)/send-pr.texi

@@ -225,7 +231,7 @@ stamp-gnats: Makefile
  # Clean things up.

  clean: mostlyclean
-	-rm -f send-pr install-sid send-pr.1 send-pr.el send-pr.elc stamp-gnats
+	-rm -f send-pr install-sid send-pr.1 send-pr.conf.5 send-pr.el 
send-pr.elc stamp-gnats
  	-rm -f *.dvi

  mostlyclean:

                 reply	other threads:[~2001-05-16  8:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.0.0.25.2.20010516173445.050abc20@mail.trd.clustra.com \
    --to=yngve.svendsen@clustra.com \
    --cc=gnats-devel@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).