Skip to content

Commit ee587da

Browse files
committed
Improve wording.
1 parent 8b48010 commit ee587da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Postgres documentation makefile
2-
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.26 2001/11/23 17:15:30 momjian Exp $
2+
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.27 2001/11/23 17:56:13 momjian Exp $
33

44
subdir = doc/src
55
top_builddir = ../..
@@ -34,7 +34,7 @@ sources.tar:
3434

3535
$(addsuffix .tar, $(BOOKS)):
3636
$(MAKE) -C sgml clean
37-
# make index entries first
37+
# build index entries first
3838
$(MAKE) -C sgml $(basename $@).html
3939
$(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest'
4040
cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css

0 commit comments

Comments
 (0)