]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/gen/Makefile.in
ncurses 6.1 - patch 20190317
[ncurses.git] / Ada95 / gen / Makefile.in
index 327fc488b5e155e73d3f3944e487cf307c541037..9f2f362875c5b43e0d8d6ed509638d518b74b85f 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright (c) 1998-2015,2018 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2018,2019 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -28,7 +28,7 @@
 #
 #  Author:  Juergen Pfeifer, 1996
 #
-#  $Id: Makefile.in,v 1.87 2018/01/16 00:12:53 tom Exp $
+#  $Id: Makefile.in,v 1.88 2019/03/16 21:43:34 tom Exp $
 #
 .SUFFIXES:
 
@@ -329,6 +329,8 @@ adahtml:
           sed -e 's%GNAT%<A HREF="http://$(GNATHP)">GNAT</A>%g' |\
           sed -e 's%&lt;A HREF%<A HREF%g' |\
           sed -e 's%"&gt;%">%g' |\
+          sed -e 's%#1A\([[:space:]]*NAME="[^"]*"\)#2%<A\1>%' |\
+          sed -e 's%#1/A#2%</A>%' |\
           sed -e 's/3X/3x/g' |\
           sed -e 's/$$\([ABCDEFGHIJKLMNOPQRSTUVWXZabcdefghijklmnopqrstuvwxz0123456789_]*:.*\)\$$/@\1@/' |\
           sed -e 's%&lt;/A&gt;%</A>%g' > $$a.tmp ;\