Fix to sed the manpage so that it is internally consistent
authorTom Yu <tlyu@mit.edu>
Thu, 20 Mar 1997 02:09:55 +0000 (02:09 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 20 Mar 1997 02:09:55 +0000 (02:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10018 dc483132-0cff-0310-8789-dd5450dbe970

src/util/send-pr/Makefile.in

index 82e6c79a25a968f98d65c99cfbc11deae3a28bb7..18ec50e8baaba3ebb7ce5624c4e781174518bb69 100644 (file)
@@ -1,4 +1,4 @@
-#l
+#
 # Makefile for building a standalone send-pr.
 #
 RELEASE=1.0
@@ -35,7 +35,7 @@ install:: all
        -parent=`echo $(DESTDIR)$(man1dir)|sed -e 's@/[^/]*$$@@'`; \
        if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
        if [ -d $(DESTDIR)$(man1dir) ] ; then true ; else mkdir $(DESTDIR)$(man1dir) ; fi
-       cp $(srcdir)/send-pr.1 $(DESTDIR)$(man1dir)/$(sendprname).1
+       sed -e 's/send-pr/$(sendprname)/g' $(srcdir)/send-pr.1 > $(DESTDIR)$(man1dir)/$(sendprname).1
        chmod 644 $(DESTDIR)$(man1dir)/$(sendprname).1
 
 clean::