]> git.pond.sub.org Git - empserver/blobdiff - info/Makefile
Update copyright notice.
[empserver] / info / Makefile
index be204689aec89eabfe657d61a2d796fa2e022b26..390ebc1ca5e535c8037adb8a93c2d80dbcc01d7d 100644 (file)
@@ -1,6 +1,6 @@
 # 
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2000, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#   Copyright (C) 1986-2004, Dave Pare, Jeff Bailey, Thomas Ruschak,
 #                            Ken Stevens, Steve McClure
 # 
 #   This program is free software; you can redistribute it and/or modify
@@ -50,5 +50,5 @@ html:
        (cd Server ; make html)
        (cd Subjects ; make html)
        (cp ls2html.pl ../info.html)
-       -(cd ../info.html ; ls -CF *.html | perl ls2html.pl > all.html)
+       -(cd ../info.html ; ls -CF *.html | expand | perl ls2html.pl > all.html)
        @echo Done making HTML info files.